DBA Data[Home] [Help]

APPS.IGW_PROP_APPROVALS_PVT dependencies on IGW_IMPLEMENTATIONS

Line 1046: from igw_implementations)

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:
1049: l_org_id_parent number(15);
1050: