DBA Data[Home] [Help]

APPS.ARP_PROCESS_BR_HEADER dependencies on RA_CUSTOMER_TRX_LINES

Line 467: from ra_customer_trx_lines ctl

463: from dual
464: where exists (select 'x'
465: from ra_customer_trx ct
466: where ct.customer_trx_id IN (select distinct ctl.br_ref_customer_trx_id
467: from ra_customer_trx_lines ctl
468: start with ctl.customer_trx_id = p_customer_trx_id
469: connect by prior ctl.br_ref_customer_trx_id = ctl.customer_trx_id
470: )
471: and ct.drawee_site_use_id IS NULL