DBA Data[Home] [Help]

APPS.BEN_PD_COPY_TO_BEN_FOUR dependencies on HR_ALL_ORGANIZATION_UNITS

Line 32203: FROM hr_all_organization_units org, per_org_structure_elements ose

32199: cv_business_group_id NUMBER
32200: )
32201: IS
32202: SELECT organization_id
32203: FROM hr_all_organization_units org, per_org_structure_elements ose
32204: WHERE ose.org_structure_version_id = cv_org_structure_version_id
32205: AND ( ose.organization_id_parent = org.organization_id
32206: OR ose.organization_id_child = org.organization_id
32207: )