DBA Data[Home] [Help]

APPS.IGIRRPS dependencies on RA_CUSTOMER_TRX

Line 472: from ra_customer_trx rct

468: , rsc.next_due_date
469: , rsc.advance_arrears_ind
470: , rsc.batch_source_id
471: , rsc.default_invoicing_rule
472: from ra_customer_trx rct
473: , igi_rpi_standing_charges rsc
474: where rct.batch_source_id = nvl(cp_batch_source_id,
475: rct.batch_source_id )
476: and rct.set_of_books_id = p_set_of_books_id

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: