Technology Stack - EBS (MOSC)

MOSC Banner

Need to Make Install Base Page Read only Calling from Custom Form

edited Aug 20, 2021 11:11AM in Technology Stack - EBS (MOSC) 4 commentsAnswered


hi

We are using below seeded Form Function to call IB page but we need to display IB page as Read only. We tried with Sub-function approach but it didnt work. Also the user is having the readonly role but when calling from forms user are able to update Install base Page details.

begin

   IBstring := 'InstanceId=' ||

                                                            name_in('BECOKC_INSTRUMENTS1.INSTANCE_NUMBER')   

FND_FUNCTION.EXECUTE( FUNCTION_NAME =>'CSI_OA_INST_DETAILS',

                           OTHER_PARAMS  => IBstring,

                           BROWSER_TARGET => 'OAIB');

End;

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