DBA Data[Home] [Help]

APPS.PER_PERRPROH_XMLP_PKG dependencies on PER_ORG_STRUCTURE_ELEMENTS

Line 106: from per_org_structure_elements ose

102:
103: begin
104: select count(*)
105: into v_count_child_orgs
106: from per_org_structure_elements ose
107: where ose.org_structure_version_id = p_org_structure_version_id
108: --and ose.organization_id_parent = organization_id_parent;
109: and ose.organization_id_parent = arg_organization_id_parent;
110: exception