DBA Data[Home] [Help]

APPS.GME_RELEASE_BATCH_STEP_PVT dependencies on GME_BATCH_STEP_ITEMS

Line 652: FROM gme_material_details matl, gme_batch_step_items item

648: IS
649: CURSOR cur_step_ingredients (v_batchstep_id NUMBER)
650: IS
651: SELECT matl.*
652: FROM gme_material_details matl, gme_batch_step_items item
653: WHERE item.batchstep_id = v_batchstep_id
654: AND item.material_detail_id = matl.material_detail_id
655: AND matl.line_type = gme_common_pvt.g_line_type_ing
656: AND matl.release_type = gme_common_pvt.g_mtl_autobystep_release;