EBS Customizations (MOSC)

MOSC Banner

Defaulting Descriptive Flexfield Segment Values

edited Feb 27, 2014 12:00PM in EBS Customizations (MOSC) 6 commentsAnswered

Hi

Our customer are setting up a new Person Extra Information Type which will hold the sick pay scheme the employee belongs to. They want this to be defaulted based on a value held as a segment (‘grade type’) in the Additional Grade Details DFF, details as follows:

IF ‘grade type’ = ‘NPS’ THEN

    Sick Pay Scheme = ‘NPS Scheme’

ELSIF ‘grade link type’ = ‘NHS’ THEN

    Sick Pay Scheme = ‘NHS Scheme’

ELSE

    Sick Pay Scheme = ‘Standard Scheme’

END IF

Obviously the complication is that the correct default can only be determined when the grade is entered/updated on the assignment form.

I understand some sort of customization will be requied but would like advice on the best approach to take.

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