DBA Data[Home] [Help]

APPS.WSH_DEL_OI_CORE dependencies on MTL_PARAMETERS

Line 284: from mtl_parameters mtlpar

280: 5, DECODE( NVL( mtlsis.location_control_code, 1 ),
281: 1, 'N', 2, 'Y', 3, 'D', 'N' ),
282: 'N' )
283: , DECODE( mtlsis.restrict_locators_code, 1, 'Y', 'N' )
284: from mtl_parameters mtlpar
285: , mtl_secondary_inventories mtlsin
286: , mtl_system_items mtlsis
287: where mtlpar.organization_id = X_warehouse_id
288: and mtlsin.organization_id = mtlpar.organization_id