DBA Data[Home] [Help]

APPS.GMD_QMREJ dependencies on MTL_ITEM_LOCATIONS_KFV

Line 124: from gmd_sampling_events gse, mtl_item_locations_kfv mil

120:
121: /* This cursor Will Pick up all details for a Physical Location Sample */
122: cursor C4 is
123: select gse.subinventory, mil.concatenated_segments
124: from gmd_sampling_events gse, mtl_item_locations_kfv mil
125: WHERE sampling_event_id = l_event_key
126: and mil.inventory_location_id = gse.locator_id
127: and mil.organization_id = gse.organization_id;
128: