CNC, DB and Operating System - JDE1 (MOSC)

MOSC Banner

How to delete favorites of jde userids by sql ?

Hi Friends,

We found below query to delete favorites from userids (example here : BB and AA). After executing this query , user complained about menus went missing . So we restored table F9001 and F9000.

Please have a look at this query and suggest if it requires any modification further ?

delete from ctl.f9000 where tmtaskid in (select trchildtsk from ctl.f9001 where trparnttsk in (select tmtaskid from ctl.f9000 where tmlngtask in ('@BB','@AA') and tmtasknm in (''@BB','@AA') ))

Regards,

Bab

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center