DBA Data[Home] [Help]

APPS.AR_LATE_CHARGE_PKG dependencies on RA_CUST_TRX_TYPES

Line 1129: ra_cust_trx_types tty

1125: p_worker_num
1126: FROM ar_interest_headers h,
1127: ar_interest_lines l,
1128: ar_system_parameters sp,
1129: ra_cust_trx_types tty
1130: WHERE h.interest_batch_id = g_interest_batch_id
1131: AND h.INTEREST_HEADER_ID = l.INTEREST_HEADER_ID
1132: AND tty.cust_trx_type_id(+) = h.cust_trx_type_id
1133: AND h.HEADER_TYPE IN ('INV','DM')