Technology Stack - EBS (MOSC)

MOSC Banner

System.cursor_item

edited Aug 20, 2021 10:50AM in Technology Stack - EBS (MOSC) 3 commentsAnswered
if form_name = perwshrg' and block_name = 'assgt' then    if (event_name = 'WHEN-NEW_ITEM-INSTANCE')  and  ( name_in(system.cursor_item) <> 'ASSGT.CHANGEREASONMEANING' ) then 

If  name_in(system.record_staus) = 'CHANGED'

Then 

copy(NULL,'ASSGT.CHANGE_REASON_MEANING')

Enf if ;

End if;

End if;

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