DBA Data[Home] [Help]

APPS.PO_GML_CONV_MIG dependencies on PO_HAZARD_CLASSES_S

Line 199: SELECT PO_HAZARD_CLASSES_S.nextval

195: WHERE hazard_class = v_hazard_class);
196:
197: /* Cursor used to retrieve the next sequence number */
198: CURSOR c_get_seq IS
199: SELECT PO_HAZARD_CLASSES_S.nextval
200: FROM sys.dual;
201:
202: /* Cursor used to retrieve translated descriptions for installed languages */
203: CURSOR c_get_translated (v_hazard_class VARCHAR2) IS