DBA Data[Home] [Help]

APPS.ARP_BILLS_RECEIVABLE_MAIN dependencies on AR_ADJUSTMENTS

Line 929: l_adj_rec ar_adjustments%ROWTYPE;

925:
926: l_app_id ar_receivable_applications.receivable_application_id%TYPE;
927: l_ael_line_rec ae_line_rec_type;
928: l_empty_ael_line_rec ae_line_rec_type;
929: l_adj_rec ar_adjustments%ROWTYPE;
930: l_ae_line_tbl ae_line_tbl_type;
931: l_ae_ctr BINARY_INTEGER := 0;
932: l_ctr BINARY_INTEGER;
933: l_account_class VARCHAR(30) := NULL;

Line 2357: ar_adjustments adj

2353: FROM ra_customer_trx_lines ctl,
2354: ar_payment_schedules ps,
2355: ar_payment_schedules assignment_ps,
2356: ra_customer_trx ct,
2357: ar_adjustments adj
2358: WHERE assignment_ps.payment_schedule_id = ctl.br_ref_payment_schedule_id
2359: AND ps.customer_trx_id = ct.customer_trx_id
2360: AND adj.adjustment_id = ctl.br_adjustment_id
2361: AND ctl.customer_trx_id = ct.customer_trx_id

Line 2399: l_adj_rec ar_adjustments%ROWTYPE;

2395:
2396: l_ael_line_rec ae_line_rec_type;
2397: l_ael_empty_line_rec ae_line_rec_type;
2398: --{HYUDETDIST
2399: l_adj_rec ar_adjustments%ROWTYPE;
2400: l_cust_trx_rec ra_customer_trx%ROWTYPE;
2401: l_app_rec ar_receivable_applications%ROWTYPE;
2402: l_ae_ctr NUMBER := 0;
2403: l_ae_line_tbl ae_line_tbl_type;