Relation between Receivables and Inventory Tables

There are many available reports in Oracle Apps so you can discuss the requirements related to these reports here.
Post Reply
Pirzada
Posts: 30
Joined: Fri Dec 07, 2007 2:04 am
Location: Pakistan

Relation between Receivables and Inventory Tables

Post by Pirzada »

Hello All,
I am new to oracle apps. I am creating a report having details of customer transaction. I want to pick the particular lot number of the item in transaction. I am not able to find the realtionship between the RA and MTL tables.
I am picking the transaction details from RA_CUSTOMER_TRX_ALL and TRX_LINES_ALL and want to pick the lot number from MTL_LOT_NUMBERS.
Need some guidance.

Regards
Ali Pirzada
Wim van der Veer
Posts: 4
Joined: Mon May 26, 2008 5:26 pm
Location: Belgium

Post by Wim van der Veer »

Hello Pirzada,

Maybe this will help you to solve your problem;

-- used tables
, ra_cust_trx_line_gl_dist_all rctlgd
, mtl_material_transactions mmt
there is also a standard view in oracle but you have to set the client, it contains a lot of info for AR view; ra_customer_trx_v rctv

-- link Material transaction to detail row ar-distr invoice
and mmt.trx_source_line_id = rctlgd.customer_trx_line_id (+)

Regards,

Wim van der Veer
Capgemini Belgium
Post Reply

Who is online

Users browsing this forum: No registered users and 4 guests