DBA Data[Home] [Help]

APPS.GME_CLOSE_STEP_PVT dependencies on GME_BATCH_STEP_DEPENDENCIES

Line 62: FROM gme_batch_step_dependencies d, gme_batch_steps s

58: is dependent */
59: CURSOR cur_dep_steps
60: IS
61: SELECT d.dep_step_id, s.step_status
62: FROM gme_batch_step_dependencies d, gme_batch_steps s
63: WHERE d.batchstep_id = p_batch_step_rec.batchstep_id
64: AND s.batchstep_id = d.dep_step_id;
65:
66: CURSOR cur_material_ids (v_batchstep_id IN NUMBER)