DBA Data[Home] [Help]

APPS.WSH_DELIVERY_DETAILS_INV dependencies on MTL_ITEM_LOC_DEFAULTS

Line 1786: FROM mtl_item_loc_defaults mtldl

1782: p_loc_restricted_flag IN VARCHAR2) RETURN NUMBER IS
1783:
1784: CURSOR Default_Locator IS
1785: SELECT mtldl.locator_id
1786: FROM mtl_item_loc_defaults mtldl
1787: WHERE mtldl.inventory_item_id = p_inv_item_id
1788: and mtldl.organization_id = p_organization_id
1789: and mtldl.default_type = 1
1790: and mtldl.subinventory_code = p_subinventory