DBA Data[Home] [Help]

APPS.OKL_CREATE_ADJST_PVT dependencies on RA_CUSTOMER_TRX_LINES_ALL

Line 118: from ra_customer_trx_lines_all ractrl,

114: /*SELECT DISTINCT(contract_number)
115: FROM okl_bpd_leasing_payment_trx_v
116: WHERE payment_schedule_id = cp_psl_id; */ -- Bug 6358836
117: select distinct ractrl.interface_line_attribute6
118: from ra_customer_trx_lines_all ractrl,
119: ar_payment_schedules_all aps
120: where aps.customer_trx_id = ractrl.customer_trx_id
121: and ractrl.line_type = 'LINE'
122: and aps.payment_schedule_id = cp_psl_id;