DBA Data[Home] [Help]

APPS.GMD_QMTES dependencies on GMD_SAMPLES

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

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

Line 92: GMD_SAMPLES C,

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