DBA Data[Home] [Help]

APPS.GR_ITEM_PROPERTIES_PUB dependencies on MTL_ORGANIZATIONS

Line 107: FROM mtl_organizations

103:
104: -- Cursor Definitions
105: cursor c_get_org_id is
106: SELECT organization_id INTO l_organization_id
107: FROM mtl_organizations
108: WHERE organization_code = l_organization;
109:
110: cursor c_get_item_id is
111: SELECT inventory_item_id into l_inventory_item_id