DBA Data[Home] [Help]

APPS.AR_DOC_TRANSFER_STANDARD dependencies on RA_CUSTOMER_TRX_ALL

Line 191: select org_id into l_org_id from ra_customer_trx_all

187: begin
188:
189: if fnd_global.org_id is not null then
190: if doc_rec.source_table = 'RA_CUSTOMER_TRX' then
191: select org_id into l_org_id from ra_customer_trx_all
192: where customer_trx_id = doc_rec.source_id;
193:
194: if l_org_id is not null then
195: --replaced the call to fnd_client_info with mo_global[bug 5729562]