DBA Data[Home] [Help]

APPS.IGIRRPS dependencies on RA_CUSTOMER_TRX_LINES

Line 495: from ra_customer_trx_lines rctl

491: where rpi_header_context_code = rct.interface_header_context
492: )
493: and exists
494: ( select 'x'
495: from ra_customer_trx_lines rctl
496: where rctl.customer_trx_id = rct.customer_trx_id
497: )
498: ;
499: