DBA Data[Home] [Help]

APPS.LNS_REP_UTILS dependencies on RA_CUSTOMER_TRX_ALL

Line 732: ' RA_CUSTOMER_TRX_ALL trx, ' ||

728: ' trx.INTERFACE_HEADER_ATTRIBUTE1 ar_trx_reference ' ||
729: ' from ' ||
730: ' lns_amortization_scheds am, ' ||
731: ' ar_payment_schedules_all psa, ' ||
732: ' RA_CUSTOMER_TRX_ALL trx, ' ||
733: ' LNS_LOOKUPS lok ' ||
734: ' where am.loan_id = lh.LOAN_ID and ' ||
735: ' (am.REVERSED_FLAG is null or am.REVERSED_FLAG = ''N'') and ' ||
736: ' trunc(am.DUE_DATE) between dateparameters.from_dt and dateparameters.to_dt and ' ||

Line 1470: RA_CUSTOMER_TRX_ALL cust_trx,

1466: )
1467: )
1468: )
1469: from LNS_LOAN_LINES lll,
1470: RA_CUSTOMER_TRX_ALL cust_trx,
1471: RA_CUST_TRX_TYPES_ALL trx_type,
1472: ar_lookups trx_type_lkup
1473: where lll.loan_id = lh.LOAN_ID and
1474: lll.end_date is null and