DBA Data[Home] [Help]

APPS.GME_COMPLETE_BATCH_PVT dependencies on GME_BATCH_STEP_ITEMS

Line 20: FROM gme_batch_steps s, gme_batch_step_items item

16:
17:
18: CURSOR Cur_associated_step(v_matl_dtl_id NUMBER) IS
19: SELECT step_status
20: FROM gme_batch_steps s, gme_batch_step_items item
21: WHERE s.batchstep_id = item.batchstep_id
22: AND item.material_detail_id = v_matl_dtl_id;
23:
24: CURSOR Cur_get_step_to_complete(v_batch_id NUMBER) IS