DBA Data[Home] [Help]

APPS.ARP_PROCESS_HEADER dependencies on AR_LOOKUPS

Line 2445: l_al_cm_reason_meaning ar_lookups.meaning%type;

2441: l_ct_prev_open_receivables
2442: ra_cust_trx_types.accounting_affect_flag%type; /* Bug-3954193 */
2443: l_ct_prev_post_to_gl_flag
2444: ra_cust_trx_types.post_to_gl%type; /* Bug-3954193 */
2445: l_al_cm_reason_meaning ar_lookups.meaning%type;
2446: l_ct_prev_rowid rowid;
2447: l_commit_memo_line_id ra_customer_trx_lines.memo_line_id%type;
2448: l_commit_memo_line_desc ar_memo_lines.description%type;
2449:

Line 2790: ar_lookups al_cm_reason

2786: hz_cust_accounts rac_prev,
2787: hz_parties party,
2788: ra_batch_sources bs_prev,
2789: ra_cust_trx_types ctt_prev,
2790: ar_lookups al_cm_reason
2791: WHERE ct.rowid = p_ct_rowid
2792: and ct.previous_customer_trx_id = ct_prev.customer_trx_id
2793: and ct_prev.batch_source_id = bs_prev.batch_source_id
2794: and ct_prev.cust_trx_type_id = ctt_prev.cust_trx_type_id