DBA Data[Home] [Help]

APPS.GME_INSERT_STEP_PVT dependencies on GMD_OPERATIONS_B

Line 228: FROM gmd_operations_b

224: -- Also combined both the select statements into one.
225: SELECT minimum_transfer_qty, process_qty_uom
226: INTO l_recipe_rout_step (1).minimum_transfer_qty,
227: l_recipe_rout_step (1).process_qty_uom
228: FROM gmd_operations_b
229: WHERE oprn_id = p_gme_batch_step.oprn_id;
230: --Bug#5231180
231: l_recipe_rout_step (1).capacity_uom := l_recipe_rout_step (1).process_qty_uom;
232: