DBA Data[Home] [Help]

APPS.GME_PHANTOM_PVT dependencies on GME_BATCH_STEPS

Line 88: FROM gme_batch_step_items i, gme_batch_steps d

84:
85: CURSOR cur_step_matl_detail (v_material_detail_id NUMBER)
86: IS
87: SELECT d.plan_start_date, d.plan_cmplt_date
88: FROM gme_batch_step_items i, gme_batch_steps d
89: WHERE d.batchstep_id = i.batchstep_id
90: AND i.material_detail_id = v_material_detail_id;
91:
92: l_step_rec cur_step_matl_detail%ROWTYPE;