DBA Data[Home] [Help]

APPS.LNS_REP_UTILS dependencies on RA_CUST_TRX_TYPES_ALL

Line 1377: RA_CUST_TRX_TYPES_ALL trx_type,

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