DBA Data[Home] [Help]

APPS.GMI_RESERVATION_UTIL dependencies on MTL_ITEM_LOCATIONS

Line 3971: From mtl_item_locations

3967:
3968: Cursor get_mtl_location (p_locator_id IN NUMBER
3969: , p_inventory_item_id IN NUMBER) IS
3970: Select segment1
3971: From mtl_item_locations
3972: Where inventory_location_id = p_locator_id;
3973:
3974: Cursor get_lot_status (p_lot_id IN NUMBER
3975: , p_whse_code IN VARCHAR2