DBA Data[Home] [Help]

APPS.PA_SALESREPS dependencies on PA_LOOKUPS

Line 429: pa_lookups pa

425: into l_dummy
426: from dual
427: where exists ( select 1
428: from pa_implementations i,
429: pa_lookups pa
430: where pa.lookup_type='CREDIT TYPE'
431: and i.sales_credit_type_code = pa.lookup_code
432: and pa.enabled_flag = 'Y'
433: UNION ALL

Line 456: pa_lookups pa

452: INTO l_dummy
453: FROM sys.dual
454: WHERE exists ( select 'x'
455: from pa_credit_receivers c,
456: pa_lookups pa
457: where c.project_id = pj_id
458: and pa.lookup_type='CREDIT TYPE'
459: and c.credit_type_code = pa.lookup_code
460: and c.transfer_to_ar_flag = 'Y'