DBA Data[Home] [Help]

APPS.GMD_STATUS_CODE dependencies on GME_BATCH_STEPS

Line 231: FROM gmd_operations_vl o,gme_batch_steps s

227: OR h.routing_Status between 900 and 999);
228:
229: CURSOR Cur_Check_oprn_batch_steps(l_oprn_id NUMBER) IS
230: SELECT count(*)
231: FROM gmd_operations_vl o,gme_batch_steps s
232: WHERE o.oprn_id = l_oprn_id
233: AND o.oprn_id = s.oprn_id
234: AND (o.operation_status BETWEEN 400 and 499
235: OR o.operation_status BETWEEN 700 AND 799