Human Capital Management - EBS (MOSC)

MOSC Banner

How to move custom.pll rules to self service

edited Sep 27, 2019 5:02AM in Human Capital Management - EBS (MOSC) 1 commentAnswered

In Oracle EBS HR R12, I have a rule in professional forms custom.pll to set ass_attribute3 to a certain values based on the assignment_status.  It works great.  

What is the best way to do that in Self-Service?

Here is my code from custom.pll.

IF (Form_Name           =  'PERWSHRG' 

       AND Event_Name         ='PRE-UPDATE'

       AND name_in('system.current_block') = 'ASSGT') THEN

        IF (

          SUBSTR(NAME_IN('ASSGT.D_GROUP_NAME'),5,25)          IN ('Employee Regular', 'Employee Summer','Employee Graduate','Employee Undergraduate','Employee Postdoc')

           and  NAME_IN('ASSGT.USER_STATUS')  IN ( 'Terminated - Do Not Process' , 'Terminated - Processes Pending','Unpaid Leave')      

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