DBA Data[Home] [Help]

APPS.AR_AUTOREC_API dependencies on RA_CUST_TRX_TYPES

Line 2015: ra_cust_trx_types ctt,

2011: l_calc_discount_on_lines_flag,
2012: l_amount_line_items_original,
2013: l_partial_discount_flag
2014: from ar_payment_schedules ps,
2015: ra_cust_trx_types ctt,
2016: ra_terms rt
2017: where ps.payment_schedule_id = l_applied_payment_schedule_id
2018: AND ps.cust_trx_type_id = ctt.cust_trx_type_id
2019: AND ps.term_id = rt.term_id (+);

Line 4044: ra_cust_trx_types ctt,

4040: rgt.amount_due_remaining amount_apply
4041: FROM ar_cash_receipts cr,
4042: ar_cash_receipt_history crh,
4043: ar_payment_schedules ps,
4044: ra_cust_trx_types ctt,
4045: ar_payment_schedules inv_ps,
4046: ar_receipt_method_accounts rma,
4047: ar_receivables_trx ed,
4048: ar_receivables_trx uned,