DBA Data[Home] [Help]

APPS.IGW_PROPOSAL_APPROVAL dependencies on PER_ORG_STRUCTURE_ELEMENTS

Line 1056: from per_org_structure_elements poe

1052: return number as
1053:
1054: cursor get_parent_org is
1055: select poe.organization_id_parent
1056: from per_org_structure_elements poe
1057: where poe.org_structure_version_id = (select apr_org_structure_version_id
1058: from igw_implementations)
1059: and poe.organization_id_child = l_org_id;
1060: