DBA Data[Home] [Help]

APPS.GMD_QMTES dependencies on GMD_SAMPLES

Line 79: --RLNAGARA B5714214 Removed the reference to table MTL_LOT_NUMBERS and retrieved the lot info from gmd_samples table.

75: l_source_subinv varchar2(240);
76: l_source_loc varchar2(240);
77: --RLNAGARA B5738147 end
78:
79: --RLNAGARA B5714214 Removed the reference to table MTL_LOT_NUMBERS and retrieved the lot info from gmd_samples table.
80: -- Also added parent_lot_number
81: /* This Cusror Will Pick up all Test Details for a Given Sample */
82: Cursor C1 is
83: SELECT D.CONCATENATED_SEGMENTS,D.description,D.primary_uom_code,C.PARENT_LOT_NUMBER,C.LOT_NUMBER, wlpn.license_plate_number lpn,

Line 93: GMD_SAMPLES C,

89: c.source_subinventory, MIL1.concatenated_segments,c.source --RLNAGARA B5738147
90: from GMD_RESULTS GR,
91: GMD_QC_TESTS_VL A,
92: GMD_TEST_METHODS B,
93: GMD_SAMPLES C,
94: mtl_system_items_kfv D,
95: -- mtl_lot_numbers E,
96: mtl_parameters MP,
97: mtl_item_locations_kfv MIL,