DBA Data[Home] [Help]

APPS.INV_LABEL_PVT15 dependencies on GEM_LOOKUPS

Line 139: (select meaning from gem_lookups where lookup_type='GMD_QC_SOURCE' and lookup_code=gsmp.source) source,

135: gsmp.sample_qty,
136: gsmp.sample_qty_uom,
137: gsmp.retain_as,
138: gsmp.priority,
139: (select meaning from gem_lookups where lookup_type='GMD_QC_SOURCE' and lookup_code=gsmp.source) source,
140: gsmp.subinventory,
141: gsmp.parent_lot_number,
142: gsmp.lot_number,
143: FND_DATE.DATE_TO_DISPLAYDT(mln.expiration_date, FND_TIMEZONES.GET_SERVER_TIMEZONE_CODE) lot_expiry,

Line 155: (select lkups.meaning from gem_lookups lkups, gmd_sample_spec_disp disp where disp.sample_id=gsmp.sample_id and lookup_type='GMD_QC_SAMPLE_DISP' and lookup_code=disp.disposition) sample_disposition,

151: recipes.recipe_no,
152: routings.routing_no ,
153: gsmp.organization_id,
154: msi.description item_description,
155: (select lkups.meaning from gem_lookups lkups, gmd_sample_spec_disp disp where disp.sample_id=gsmp.sample_id and lookup_type='GMD_QC_SAMPLE_DISP' and lookup_code=disp.disposition) sample_disposition,
156: FND_DATE.DATE_TO_DISPLAYDT(gsmp.date_drawn, FND_TIMEZONES.GET_SERVER_TIMEZONE_CODE) date_drawn,
157: gsmp.sample_instance
158:
159: from gmd_samples gsmp, mtl_lot_numbers mln,