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: --}
2354: FROM ra_customer_trx_lines ctl,
2355: ar_payment_schedules ps,
2356: ar_payment_schedules assignment_ps,
2357: ar_adjustments adj,
2358: ( SELECT distinct ctl_in.customer_trx_line_id customer_trx_line_id,
2359: connect_by_root(br_ref_customer_trx_id) br_ref_customer_trx_id
2360: FROM ra_customer_trx_lines ctl_in
2361: WHERE ctl_in.br_ref_customer_trx_id is not null

Line 2406: l_adj_rec ar_adjustments%ROWTYPE;

2402:
2403: l_ael_line_rec ae_line_rec_type;
2404: l_ael_empty_line_rec ae_line_rec_type;
2405: --{HYUDETDIST
2406: l_adj_rec ar_adjustments%ROWTYPE;
2407: l_cust_trx_rec ra_customer_trx%ROWTYPE;
2408: l_app_rec ar_receivable_applications%ROWTYPE;
2409: l_ae_ctr NUMBER := 0;
2410: l_ae_line_tbl ae_line_tbl_type;