DBA Data[Home] [Help]

APPS.LNS_REP_UTILS dependencies on RA_CUSTOMER_TRX_ALL

Line 669: ' RA_CUSTOMER_TRX_ALL trx, ' ||

665: ' trx.INTERFACE_HEADER_ATTRIBUTE1 ar_trx_reference ' ||
666: ' from ' ||
667: ' lns_amortization_scheds am, ' ||
668: ' ar_payment_schedules_all psa, ' ||
669: ' RA_CUSTOMER_TRX_ALL trx, ' ||
670: ' LNS_LOOKUPS lok ' ||
671: ' where am.loan_id = lh.LOAN_ID and ' ||
672: ' (am.REVERSED_FLAG is null or am.REVERSED_FLAG = ''N'') and ' ||
673: ' trunc(am.DUE_DATE) between dateparameters.from_dt and dateparameters.to_dt and ' ||

Line 1376: RA_CUSTOMER_TRX_ALL cust_trx,

1372: )
1373: )
1374: )
1375: from LNS_LOAN_LINES lll,
1376: RA_CUSTOMER_TRX_ALL cust_trx,
1377: RA_CUST_TRX_TYPES_ALL trx_type,
1378: ar_lookups trx_type_lkup
1379: where lll.loan_id = lh.LOAN_ID and
1380: lll.end_date is null and