DBA Data[Home] [Help]

APPS.HRSPINE dependencies on PER_ORG_STRUCTURE_ELEMENTS

Line 1544: from per_org_structure_elements ose

1540: AND (p_org_structure_ver_id is NULL -- OGANIZATION HIERARCHY
1541: OR
1542: (exists
1543: (select 1
1544: from per_org_structure_elements ose
1545: where ose.org_structure_version_id = p_org_structure_ver_id
1546: and asg.organization_id = ose.organization_id_child
1547: connect by prior ose.organization_id_child = ose.organization_id_parent
1548: and ose.org_structure_version_id = p_org_structure_ver_id

Line 1650: from per_org_structure_elements ose

1646: AND (p_org_structure_ver_id is NULL -- OGANIZATION HIERARCHY
1647: OR
1648: (exists
1649: (select 1
1650: from per_org_structure_elements ose
1651: where ose.org_structure_version_id = p_org_structure_ver_id
1652: and asg.organization_id = ose.organization_id_child
1653: connect by prior ose.organization_id_child = ose.organization_id_parent
1654: and ose.org_structure_version_id = p_org_structure_ver_id