DBA Data[Home] [Help]

APPS.PER_JP_REPORT_COMMON_PKG dependencies on PER_ORG_STRUCTURE_ELEMENTS

Line 62: FROM per_org_structure_elements POSE

58: -- bug # 8667163 -Modified to get all the organizations related to a Organization Passed as a parameter.
59: CURSOR lcu_org_hierarchy_nn
60: IS
61: SELECT DISTINCT POSE.organization_id_child organization_id
62: FROM per_org_structure_elements POSE
63: ,per_organization_structures POS
64: ,per_org_structure_versions POSV
65: WHERE POSE.business_group_id = p_business_group_id
66: AND p_include_org_hierarchy = 'Y'