DBA Data[Home] [Help]

APPS.PAY_KR_YEA_SSHR_UTILS_PKG dependencies on PER_ORG_STRUCTURE_ELEMENTS

Line 1230: from per_org_structure_elements pose

1226: max(fnd_date.canonical_to_date(hoi.org_information4))
1227: from (select pose.organization_id_parent,
1228: level hierarchy_level,
1229: pose.organization_id_child
1230: from per_org_structure_elements pose
1231: start with pose.organization_id_child = p_emp_org_id
1232: and pose.org_structure_version_id = p_version
1233: connect by prior pose.organization_id_parent = organization_id_child
1234: ) org,