DBA Data[Home] [Help]

APPS.INV_LABEL_PVT15 dependencies on GME_BATCH_HEADER

Line 91: l_batch_no gme_batch_header.batch_no%TYPE;

87: l_parent_lot_number gmd_samples.parent_lot_number%TYPE;
88: l_qc_lab_orgn_code gmd_samples.qc_lab_orgn_code%TYPE;
89: l_sample_instant gmd_samples.instance_id%TYPE;
90:
91: l_batch_no gme_batch_header.batch_no%TYPE;
92: l_formula_no fm_form_mst_b.formula_no%TYPE;
93: l_oprn_no gmd_operations.oprn_no%TYPE;
94: l_recipe_no gmd_recipes_b.recipe_no%TYPE;
95: l_routing_no gmd_routings_b.routing_no%TYPE;

Line 160: fm_form_mst_b formulamst , gme_batch_header batchheader ,

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,
160: fm_form_mst_b formulamst , gme_batch_header batchheader ,
161: gmd_operations operations , gmd_recipes_b recipes ,
162: gmd_routings_b routings , mtl_parameters para,
163: mtl_system_items_vl msi, mtl_parameters para2
164: where