EBS Customizations (MOSC)

MOSC Banner

Assigning the value sets dynamically based on parameter values

edited Nov 13, 2012 8:51AM in EBS Customizations (MOSC) 2 commentsAnswered ✓

Hello,

I am having a custom Concurrent program with 2 parameters

 

Sequence –

Name

 

The parameter ‘Sequence’ has a value set which is a static list containing 2 values ‘BEFORE’ and ‘AFTER’.

My requirement here is if you select ‘BEFORE’ in the first parameter, the second parameter should show me list of values A through D.

If I select “AFTER” in the first parameter, the second parameter should show me list of values M through Z.

 

IF parameter1 (sequence)= “BEFORE” THEN

   Parameter2 (name) should show value set where user can pick a value between A through D

IF parameter1 (sequence) = “AFTER” THEN

  Parameter2 (name) should show value set where user can pick a value between M through Z.

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