Payroll and OTL - EBS (MOSC)

MOSC Banner

Announcements for Payroll and OTL can now be found in the Announcements - Payroll and OTL - EBS (MOSC) subcategory. Follow to be sure you don't miss a thing!

Element skip rule is skipping the element during payroll process but the message is not displayed

edited Jun 27, 2019 10:20AM in Payroll and OTL - EBS (MOSC) 3 commentsAnswered ✓

We created a skip rule to skip the element 'E2' when another payroll element 'E1' is not processed.

The rule is working as expected when we run the payroll process, but the skip rule message is not displayed.

Below is the skip rule that we are using.

IF E1_ASG_GRE_RUN = 0 THEN /* E1 is not processed */

(

SKIP_FLAG = 'Y'

mesg = 'Skipping E2 Element because E1 is not processed'

RETURN  mesg, SKIP_FLAG

)

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