DBA Data[Home] [Help]

APPS.OE_UPGRADE_WF2 dependencies on OE_UPGRADE_ERRORS

Line 3877: INSERT INTO oe_upgrade_errors

3873:
3874: IF V_ERROR_FLAG = 'Y' THEN
3875: -- dbms_output.put_line('************* FLAG30 = '||v_error_flag);
3876: ROLLBACK;
3877: INSERT INTO oe_upgrade_errors
3878: (module,error_level,comments,creation_date)
3879: VALUES
3880: ('WF',v_error_level,v_error_message,sysdate - 1);
3881: COMMIT;