DBA Data[Home] [Help]

APPS.LNS_REP_UTILS dependencies on RA_CUST_TRX_TYPES_ALL

Line 1471: RA_CUST_TRX_TYPES_ALL trx_type,

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
1475: cust_trx.cust_trx_type_id = trx_type.CUST_TRX_TYPE_ID and