DBA Data[Home] [Help]

APPS.PO_GML_CONV_MIG dependencies on PO_HAZARD_CLASSES_TL

Line 220: FROM po_hazard_classes_tl

216: CURSOR c_check_existence (v_hazard_class VARCHAR2) IS
217: SELECT 1
218: FROM sys.dual
219: WHERE EXISTS (SELECT 1
220: FROM po_hazard_classes_tl
221: WHERE hazard_class = v_hazard_class);
222:
223: /* Cursor used to retrieve the next sequence number */
224: CURSOR c_get_seq IS

Line 318: UPDATE po_hazard_classes_tl

314:
315: WHILE c_get_translated%FOUND LOOP
316:
317: /* Update the descriptions with the values from Regulatory */
318: UPDATE po_hazard_classes_tl
319: SET description = l_translated_rec.meaning,
320: source_lang = l_translated_rec.source_lang,
321: creation_date = l_translated_rec.creation_date,
322: created_by = l_translated_rec.created_by,