DBA Data[Home] [Help]

APPS.EDW_ORGANIZATION_PKG dependencies on HR_ORGANIZATION_INFORMATION

Line 84: from hr_organization_information oi

80: l_ou_fk VARCHAR2(240) := 'NA_EDW';
81: --
82: cursor csr_check_ou is
83: select 'Y'
84: from hr_organization_information oi
85: where oi.org_information_context = 'CLASS'
86: and oi.org_information1 = 'OPERATING_UNIT'
87: and oi.org_information2 = 'Y'
88: and oi.organization_id = p_id;