DBA Data[Home] [Help]

APPS.PAY_KR_YEA_SSHR_UTILS_PKG dependencies on PER_ORG_STRUCTURE_ELEMENTS

Line 568: from per_org_structure_elements pose

564: max(fnd_date.canonical_to_date(hoi.org_information4))
565: from (select pose.organization_id_parent,
566: level hierarchy_level,
567: pose.organization_id_child
568: from per_org_structure_elements pose
569: start with pose.organization_id_child = p_emp_org_id
570: and pose.org_structure_version_id = p_version
571: connect by prior pose.organization_id_parent = organization_id_child
572: ) org,