DBA Data[Home] [Help]

APPS.IGW_PROPOSAL_APPROVAL dependencies on IGW_IMPLEMENTATIONS

Line 1058: from igw_implementations)

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:
1061: l_org_id_parent number(15);
1062: