DBA Data[Home] [Help]

APPS.OE_UPGRADE_WF dependencies on OE_UPGRADE_ERRORS

Line 3969: INSERT INTO oe_upgrade_errors

3965:
3966: IF V_ERROR_FLAG = 'Y' THEN
3967: -- dbms_output.put_line('************* FLAG30 = '||v_error_flag);
3968: ROLLBACK;
3969: INSERT INTO oe_upgrade_errors
3970: (module,error_level,comments,creation_date)
3971: VALUES
3972: ('WF',v_error_level,v_error_message,sysdate - 1);
3973: COMMIT;