DBA Data[Home] [Help]

APPS.GMD_SPEC_VRS_GRP dependencies on MTL_SECONDARY_INVENTORIES

Line 317: FROM mtl_secondary_inventories

313: l_mon_vr GMD_MONITORING_SPEC_VRS%ROWTYPE;
314:
315: CURSOR c_subinventory IS
316: SELECT 1
317: FROM mtl_secondary_inventories
318: WHERE secondary_inventory_name = l_mon_vr.subinventory
319: AND organization_id = l_mon_vr.locator_organization_id;
320:
321: CURSOR c_locator IS

Line 956: FROM mtl_secondary_inventories

952:
953:
954: CURSOR c_subinventory IS
955: SELECT 1
956: FROM mtl_secondary_inventories
957: WHERE secondary_inventory_name = l_inv_vr.subinventory
958: AND organization_id = l_inv_vr.organization_id;
959:
960: CURSOR c_locator IS