DBA Data[Home] [Help]

APPS.PQP_GB_PENSION_SCHEME_TEMPLATE dependencies on HR_ALL_ORGANIZATION_UNITS

Line 846: FROM hr_all_organization_units hou

842:
843: CURSOR csr_chk_provider_exists
844: IS
845: SELECT 'X'
846: FROM hr_all_organization_units hou
847: ,hr_organization_information hoi
848: WHERE hou.organization_id = p_pension_provider_id
849: AND ( hou.business_group_id = p_business_group_id
850: OR hou.business_group_id IS NULL