DBA Data[Home] [Help]

APPS.AR_BR_FORMAT_WRAPPER_PKG dependencies on AR_PAYMENT_SCHEDULES

Line 43: , ar_payment_schedules sched

39: select distinct prog.program_name program_name
40: from ra_cust_trx_types_all types
41: , ap_payment_programs prog
42: , ra_customer_trx trx
43: , ar_payment_schedules sched
44: where types.format_program_id = prog.program_id
45: and types.cust_trx_type_id = trx.cust_trx_type_id
46: and sched.customer_trx_id = trx.customer_trx_id
47: and sched.reserved_type = 'REMITTANCE'