DBA Data[Home] [Help]

APPS.OE_INV_IFACE_PVT dependencies on MTL_SECONDARY_INVENTORIES

Line 589: FROM mtl_secondary_inventories

585:
586: BEGIN
587: SELECT locator_type
588: INTO l_locator_type
589: FROM mtl_secondary_inventories
590: WHERE secondary_inventory_name = l_rsv_tbl(I).subinventory_code
591: AND organization_id = l_line_rec.ship_from_org_id;
592:
593: EXCEPTION

Line 1050: FROM mtl_secondary_inventories

1046:
1047: BEGIN
1048: SELECT locator_type
1049: INTO l_locator_type
1050: FROM mtl_secondary_inventories
1051: WHERE secondary_inventory_name = l_line_rec.subinventory
1052: AND organization_id = l_line_rec.ship_from_org_id;
1053:
1054: EXCEPTION