DBA Data[Home] [Help]

APPS.GMD_SPEC_VRS_GRP dependencies on MTL_SECONDARY_INVENTORIES

Line 306: FROM mtl_secondary_inventories

302: l_mon_vr GMD_MONITORING_SPEC_VRS%ROWTYPE;
303:
304: CURSOR c_subinventory IS
305: SELECT 1
306: FROM mtl_secondary_inventories
307: WHERE secondary_inventory_name = l_mon_vr.subinventory
308: AND organization_id = l_mon_vr.locator_organization_id;
309:
310: CURSOR c_locator IS

Line 945: FROM mtl_secondary_inventories

941:
942:
943: CURSOR c_subinventory IS
944: SELECT 1
945: FROM mtl_secondary_inventories
946: WHERE secondary_inventory_name = l_inv_vr.subinventory
947: AND organization_id = l_inv_vr.organization_id;
948:
949: CURSOR c_locator IS