DBA Data[Home] [Help]

APPS.ARP_PROCESS_COMMITMENT dependencies on RA_CUST_TRX_TYPES

Line 229: ra_cust_trx_types cust_trx_type

225:
226: select cust_trx_type.gl_id_rev
227: into l_passed_ccid
228: from ra_customer_trx cust_trx,
229: ra_cust_trx_types cust_trx_type
230: where cust_trx_type.type ='DEP' and
231: cust_trx.cust_trx_type_id =cust_trx_type.cust_trx_type_id and
232: cust_trx.CUSTOMER_TRX_ID = P_CUSTOMER_TRX_ID;
233: arp_auto_accounting.g_deposit_flag := 'Y';