DBA Data[Home] [Help]

APPS.PQH_UTILITY dependencies on HR_ORGANIZATION_INFORMATION

Line 1970: from hr_organization_information

1966: function is_pqh_installed(p_business_group_id IN NUMBER) return boolean is
1967: --
1968: Cursor csr_pqh_installed is
1969: Select org_information2
1970: from hr_organization_information
1971: where org_information_context = 'Public Sector Details'
1972: and organization_id = p_business_group_id ;
1973: l_pqh_installed varchar2(1);
1974: begin