DBA Data[Home] [Help]

APPS.OE_UPGRADE_WF2 dependencies on OE_UPGRADE_LOG

Line 3578: from oe_upgrade_log

3574: SELECT sc.cycle_id
3575: FROM so_cycles sc
3576: WHERE sc.cycle_id NOT IN
3577: (select cycle_id
3578: from oe_upgrade_log
3579: where (module='NU'
3580: and cycle_id is not null)
3581: or (module is null
3582: and cycle_id is not null))

Line 3883: INSERT INTO oe_upgrade_log ( creation_date,cycle_id)

3879: VALUES
3880: ('WF',v_error_level,v_error_message,sysdate - 1);
3881: COMMIT;
3882: ELSE
3883: INSERT INTO oe_upgrade_log ( creation_date,cycle_id)
3884: VALUES (sysdate,c2.cycle_id);
3885: COMMIT;
3886: END IF;
3887: v_cfg_item :='N';