Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
How does pay_balance_view_pkg.get_balance_dimensions map to get_balance_values
Summary:
Folks..
The current script uses pay_balance_view_pkg.get_balance_dimensions function :
…
TABLE ( pay_balance_view_pkg.get_balance_dimensions(
p_balance_type_id => pbtv.balance_type_id,
p_payroll_rel_action_id => ppra.payroll_rel_action_id,
p_payroll_term_id => NULL,
p_payroll_assignment_id => NULL) ) bal,
…
pay_payroll_rel_actions ppra,
pay_balance_types_vl pbtv
Content (please ensure you mask any confidential information):
What require to convert to pay_balance_view_pkg.get_balance_values using the above parameters
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):