DBA Data[Home] [Help]

APPS.INV_MGD_POSITIONS_PROC dependencies on PER_ORG_STRUCTURE_ELEMENTS

Line 322: FROM per_org_structure_elements

318: , p_organization_id NUMBER
319: )
320: IS
321: SELECT organization_id_child
322: FROM per_org_structure_elements
323: WHERE org_structure_version_id = p_hierarchy_version_id
324: AND organization_id_parent = p_organization_id;
325: BEGIN
326: