DBA Data[Home] [Help]

APPS.HRSPINE dependencies on PER_ORG_STRUCTURE_ELEMENTS

Line 1541: from per_org_structure_elements ose

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

Line 1643: from per_org_structure_elements ose

1639: AND (p_org_structure_ver_id is NULL -- OGANIZATION HIERARCHY
1640: OR
1641: (exists
1642: (select 1
1643: from per_org_structure_elements ose
1644: where ose.org_structure_version_id = p_org_structure_ver_id
1645: and asg.organization_id = ose.organization_id_child
1646: connect by prior ose.organization_id_child = ose.organization_id_parent
1647: and ose.org_structure_version_id = p_org_structure_ver_id