DBA Data[Home] [Help]

APPS.ARP_PROCESS_HEADER dependencies on AR_LOOKUPS

Line 2365: l_al_cm_reason_meaning ar_lookups.meaning%type;

2361: l_ct_prev_open_receivables
2362: ra_cust_trx_types.accounting_affect_flag%type; /* Bug-3954193 */
2363: l_ct_prev_post_to_gl_flag
2364: ra_cust_trx_types.post_to_gl%type; /* Bug-3954193 */
2365: l_al_cm_reason_meaning ar_lookups.meaning%type;
2366: l_ct_prev_rowid rowid;
2367: l_commit_memo_line_id ra_customer_trx_lines.memo_line_id%type;
2368: l_commit_memo_line_desc ar_memo_lines.description%type;
2369:

Line 2710: ar_lookups al_cm_reason

2706: hz_cust_accounts rac_prev,
2707: hz_parties party,
2708: ra_batch_sources bs_prev,
2709: ra_cust_trx_types ctt_prev,
2710: ar_lookups al_cm_reason
2711: WHERE ct.rowid = p_ct_rowid
2712: and ct.previous_customer_trx_id = ct_prev.customer_trx_id
2713: and ct_prev.batch_source_id = bs_prev.batch_source_id
2714: and ct_prev.cust_trx_type_id = ctt_prev.cust_trx_type_id