DBA Data[Home] [Help]

APPS.PO_GML_CONV_MIG dependencies on PO_HAZARD_CLASSES_S

Line 225: SELECT PO_HAZARD_CLASSES_S.nextval

221: WHERE hazard_class = v_hazard_class);
222:
223: /* Cursor used to retrieve the next sequence number */
224: CURSOR c_get_seq IS
225: SELECT PO_HAZARD_CLASSES_S.nextval
226: FROM sys.dual;
227:
228: /* Cursor used to retrieve translated descriptions for installed languages */
229: CURSOR c_get_translated (v_hazard_class VARCHAR2) IS