DBA Data[Home] [Help]

APPS.GMD_AUTO_STEP_CALC dependencies on GME_BATCH_STEP_ITEMS

Line 959: FROM gme_batch_step_items b,

955: SELECT b.material_detail_id batchline_id, d.line_type,
956: d.plan_qty,
957: (d.actual_qty/(1+scrap_factor)) actual_qty,
958: d.dtl_um, d.inventory_item_id
959: FROM gme_batch_step_items b,
960: gme_material_details d,
961: gme_batch_steps r
962: WHERE b.batch_id = P_parent_id
963: AND b.batchstep_id = r.batchstep_id