DBA Data[Home] [Help]

APPS.WSH_UTIL_CORE dependencies on ORG_ORGANIZATION_DEFINITIONS

Line 8449: from org_organization_definitions

8445:
8446: BEGIN
8447: select operating_unit
8448: into l_org_id
8449: from org_organization_definitions
8450: where organization_id = p_organization_id;
8451:
8452: l_org_id := nvl(l_org_id, -1);
8453: EXCEPTION