EBS Customizations (MOSC)

MOSC Banner

Freetext dependent Parameter for the Concurrent Program

Hello,

We have a requirement of having one freetext dependent parameter. The Program will get enabled only if the value of one prior parameter is say 'X', else the free text parameter should be disabled.

We created one special valueset with Validate event as

FND PLSQL " BEGIN

IF :$FLEX$.Dummy_Type2 <> 'X' THEN

NULL;

END If;

END; "

But it is not working. Can someone please help me out.

Regards,

Bhaskar

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