DBA Data[Home] [Help]

APPS.IGW_PROP_APPROVALS_PVT dependencies on PER_ORG_STRUCTURE_ELEMENTS

Line 1044: from per_org_structure_elements poe

1040: return number as
1041:
1042: cursor get_parent_org is
1043: select poe.organization_id_parent
1044: from per_org_structure_elements poe
1045: where poe.org_structure_version_id = (select apr_org_structure_version_id
1046: from igw_implementations)
1047: and poe.organization_id_child = l_org_id;
1048: