DBA Data[Home] [Help]

APPS.WSH_DELIVERY_DETAILS_INV dependencies on MTL_ITEM_LOC_DEFAULTS

Line 1560: FROM mtl_item_loc_defaults mtldl

1556: p_loc_restricted_flag IN VARCHAR2) RETURN NUMBER IS
1557:
1558: CURSOR Default_Locator IS
1559: SELECT mtldl.locator_id
1560: FROM mtl_item_loc_defaults mtldl
1561: WHERE mtldl.inventory_item_id = p_inv_item_id
1562: and mtldl.organization_id = p_organization_id
1563: and mtldl.default_type = 1
1564: and mtldl.subinventory_code = p_subinventory