Error "HR_33586_INVALID_BG_LEG_COMBI" in PAY_FORMULA_RESULT_RULE_API.CREATE_FORMULA_RESULT_RULE
(Doc ID 2313143.1)
Last updated on NOVEMBER 08, 2023
Applies to:
Oracle Payroll - Version 12.1 HRMS RUP9 and laterInformation in this document applies to any platform.
Symptoms
Problem Statement:
When running api "PAY_FORMULA_RESULT_RULE_API.CREATE_FORMULA_RESULT_RULE", the following error occurs.
HR_33586_INVALID_BG_LEG_COMBI : This combination of business group and legislation code is invalid for this startup mode
It also happen on R12.2 environment with hrsdasup.pkb:120.0.12020000.3 or later.
Steps to Reproduce:
The issue can be reproduced at will with the following steps:
- Run PAY_FORMULA_RESULT_RULE_API.CREATE_FORMULA_RESULT_RULE with setting up both parameters "p_business_group_id" and "p_legislation_code" on hrsdasup.pkb:120.0.12020000.3 or later.
Ex:PAY_FORMULA_RESULT_RULE_API.CREATE_FORMULA_RESULT_RULE(
P_EFFECTIVE_DATE => sysdate
XXXX
,P_BUSINESS_GROUP_ID => 202
,P_LEGISLATION_CODE => 'US'
XXXX
);
Cause
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
Symptoms |
Cause |
Solution |
References |