DBA Data[Home] [Help]

APPS.AR_LATE_CHARGE_PKG dependencies on RA_CUST_TRX_TYPES

Line 1157: ra_cust_trx_types tty

1153: p_worker_num
1154: FROM ar_interest_headers h,
1155: ar_interest_lines l,
1156: ar_system_parameters sp,
1157: ra_cust_trx_types tty
1158: WHERE h.interest_batch_id = g_interest_batch_id
1159: AND h.INTEREST_HEADER_ID = l.INTEREST_HEADER_ID
1160: AND tty.cust_trx_type_id(+) = h.cust_trx_type_id
1161: AND h.HEADER_TYPE IN ('INV','DM')