Get Started with Redwood for Oracle Cloud HCM Begin Now
To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered. (newly added) Please note that it is also important to respond to EACH comment your question receives. Your Yes or No response ensures an accurate status for your question.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
Suggestions on implementing global salary review plan budgets
Summary:
Suggestions on implementing global merit increase plan budgets
Content (required):
The annual salary review plan is currently run for ~100 countries, each country having a specific budget structure. For example, country A follows a budget structure of Department, Location and Cost center, which means for each combination of these three values, there will be a unique budget value. Further to this, the budget value varies with business unit for each country.
Our current solution is as follows:
- We have a UDT which stores the the budget structure for each country, for example, Dept_Loc_CC.
- We have a second UDT which stores the budget values as column instances for each combination of the budget structure (D1_L1_CC1, D2_L2_CC2) as rows of UDT and the business unit (BU1, BU2) as the columns of the UDT.
0