DBA Data[Home] [Help]

APPS.GME_CREATE_BATCH_PVT dependencies on GME_BATCH_STEP_ITEMS

Line 511: FROM gme_batch_step_items a, gme_batch_steps b

507:
508: -- nsinghi bug#5674398 Added the Cursor
509: CURSOR c_batchsteps (p_material_detail_id IN NUMBER) IS
510: SELECT b.*
511: FROM gme_batch_step_items a, gme_batch_steps b
512: WHERE a.batchstep_id = b.batchstep_id AND a.material_detail_id = p_material_detail_id;
513:
514: error_count_exceeded EXCEPTION;
515: expected_error EXCEPTION;