DBA Data[Home] [Help]

APPS.WSH_DEL_OI_CORE dependencies on MTL_ITEM_LOC_DEFAULTS

Line 498: from mtl_item_loc_defaults mtldl

494:
495: declare
496: cursor default_locator is
497: select mtldl.locator_id
498: from mtl_item_loc_defaults mtldl
499: where mtldl.inventory_item_id = X_item_id
500: and mtldl.organization_id = X_warehouse_id
501: and mtldl.default_type = 1
502: and mtldl.subinventory_code = X_subinventory