DBA Data[Home] [Help]

APPS.PA_CC_TP_UTILS dependencies on HR_LEGAL_ENTITIES

Line 61: from hr_legal_entities o

57: and o.organization_id=p_organization_id);
58: cursor c_le is
59: select '1' from dual
60: where exists (select 'Y'
61: from hr_legal_entities o
62: where o.business_group_id=decode(G_global_access,'Y',business_group_id,G_business_group_id)
63: and o.organization_id=p_organization_id);
64:
65: cursor c_bg is

Line 435: from hr_legal_entities

431: and business_group_id=decode(G_global_access,'Y',business_group_id,G_business_group_id));
432: cursor c_le is
433: select '1' from dual
434: where exists (select 'Y'
435: from hr_legal_entities
436: where organization_id=p_organization_id
437: and business_group_id=decode(G_global_access,'Y',business_group_id,G_business_group_id));
438:
439: v_ret_code varchar2(3);