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!

OTL : Load resource rules through API

edited Jun 28, 2016 2:35AM in Payroll and OTL - EBS (MOSC) Question

Hi

I am using the below API to load resource rules. Every time I use this API , I see eligibility rule created in the preference window. but still the employee not attached with the preference .

The preference get assigned only if I explicitly save the record from the form .

Anybody have any idea on the same

DECLARE

  ln_resource_rule_id NUMBER;

  ln_object_version_number NUMBER;

  BEGIN

     hxc_resource_rules_api.create_resource_rules

        (p_validate                      =>FALSE

        ,p_resource_rule_id              =>ln_resource_rule_id         

        ,p_object_version_number         =>ln_object_version_number      

        ,p_name                          => 'AU RULE RETRO 217189'

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