DBA Data[Home] [Help]

APPS.OE_UPGRADE_WF dependencies on OE_UPGRADE_LOG

Line 3593: FROM oe_upgrade_log

3589: where cycle_id = a.cycle_id
3590: and action_id = 13)))
3591: AND cycle_id NOT IN
3592: (SELECT cycle_id
3593: FROM oe_upgrade_log
3594: WHERE cycle_id is not null
3595: )
3596: AND cycle_id NOT IN
3597: (select a.cycle_id from so_cycle_actions a

Line 3975: INSERT INTO oe_upgrade_log ( creation_date,cycle_id)

3971: VALUES
3972: ('WF',v_error_level,v_error_message,sysdate - 1);
3973: COMMIT;
3974: ELSE
3975: INSERT INTO oe_upgrade_log ( creation_date,cycle_id)
3976: VALUES (sysdate,c2.cycle_id);
3977: COMMIT;
3978: END IF;
3979: v_cfg_item :='N';