DBA Data[Home] [Help]

APPS.PQP_GB_PENSION_SCHEME_TEMPLATE dependencies on HR_ALL_ORGANIZATION_UNITS

Line 850: FROM hr_all_organization_units hou

846:
847: CURSOR csr_chk_provider_exists
848: IS
849: SELECT 'X'
850: FROM hr_all_organization_units hou
851: ,hr_organization_information hoi
852: WHERE hou.organization_id = p_pension_provider_id
853: AND ( hou.business_group_id = p_business_group_id
854: OR hou.business_group_id IS NULL