DBA Data[Home] [Help]

APPS.JAI_AR_IMPORT_POPU_PKG dependencies on RA_CUSTOMER_TRX_ALL

Line 25: from ra_customer_trx_all

21: select bill_to_customer_id,
22: bill_to_site_use_id,
23: ship_to_customer_id,
24: ship_to_site_use_id
25: from ra_customer_trx_all
26: where customer_trx_id = cp_cust_trx_id;
27:
28: r_add c_get_address_details%rowtype;
29: