DBA Data[Home] [Help]

APPS.GME_CREATE_BATCH_PVT dependencies on GME_BATCH_STEP_ITEMS

Line 383: FROM gme_batch_step_items a, gme_batch_steps b

379:
380: -- nsinghi bug#5674398 Added the Cursor
381: CURSOR c_batchsteps (p_material_detail_id IN NUMBER) IS
382: SELECT b.*
383: FROM gme_batch_step_items a, gme_batch_steps b
384: WHERE a.batchstep_id = b.batchstep_id AND a.material_detail_id = p_material_detail_id;
385:
386: error_count_exceeded EXCEPTION;
387: expected_error EXCEPTION;