DBA Data[Home] [Help]

APPS.WSH_TRANSACTIONS_UTIL dependencies on MTL_PARAMETERS

Line 256: from mtl_parameters

252:
253: IF ( l_wh_type IS NULL ) THEN
254: select organization_code
255: into l_org_code
256: from mtl_parameters
257: where organization_id = p_organization_id;
258: raise wsh_incorrect_org;
259: END IF;
260: