Is there a Public API to Correct Standard Rates Table BEN_ACTY_BASE_RT_F?
(Doc ID 2236032.1)
Last updated on JULY 08, 2024
Applies to:
Oracle Compensation Workbench - Version 12.1 HRMS RUP9 and laterOracle Advanced Benefits - Version 12.1 and later
Information in this document applies to any platform.
Goal
Customer has an EIC Payment element linked to several Compensation Workbench (CWB) plans and they want to un-link it to all so element entries are not added to employee assignment records when they run the EIC process (customer does not want to auto create an oracle payroll entry when they run the EIC process).
Customer has about 500 plans over 23 business groups to un-link.
Instead of doing this manually, one by one, in the standard rates screen is there an API or support update available?
STANDARD RATE TABLE
select * from apps.BEN_ACTY_BASE_RT_F where name like 'EIC%Final Target Amount'
order by last_update_date desc
STANDARD RATE SCREEN
How to set 'Element Name' to null and uncheck the 'Element and Input Value Required' checkbox?
In other words, systematically set input_value_id' to null, element_type_id to null for these plans on the standard rates table shown above.
Is a direct SQL update supported or API available?
These plans are not set up as part of a program. There are set up individually.
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |