DBA Data[Home] [Help]

APPS.GMD_AUTO_STEP_CALC dependencies on GME_BATCH_HEADER

Line 568: FROM gme_batch_header

564: AND d.routingstep_no = V_routingstep_no;
565:
566: CURSOR Cur_get_pm_routing IS
567: SELECT routing_id
568: FROM gme_batch_header
569: WHERE batch_id = P_parent_id;
570:
571: CURSOR Cur_get_pm_steps (V_step_id NUMBER) IS
572: SELECT d.dep_step_id, max(level)

Line 2338: FROM GME_BATCH_HEADER

2334: /* Cursor Definitions.
2335: =====================*/
2336: CURSOR Cur_get_recipe_details IS
2337: SELECT formula_id, routing_id
2338: FROM GME_BATCH_HEADER
2339: WHERE BATCH_ID = P_check.parent_id;
2340:
2341:
2342: CURSOR Cur_get_std_um (V_um_type VARCHAR2) IS