DBA Data[Home] [Help]

APPS.OE_INV_IFACE_PVT dependencies on MTL_SECONDARY_INVENTORIES

Line 682: FROM mtl_secondary_inventories

678:
679: BEGIN
680: SELECT locator_type
681: INTO l_locator_type
682: FROM mtl_secondary_inventories
683: WHERE secondary_inventory_name = l_rsv_tbl(I).subinventory_code
684: AND organization_id = l_line_rec.ship_from_org_id;
685:
686: EXCEPTION

Line 1224: FROM mtl_secondary_inventories

1220:
1221: BEGIN
1222: SELECT locator_type
1223: INTO l_locator_type
1224: FROM mtl_secondary_inventories
1225: WHERE secondary_inventory_name = l_line_rec.subinventory
1226: AND organization_id = l_line_rec.ship_from_org_id;
1227:
1228: EXCEPTION