Get Started: AI Resources for Oracle Cloud HCM – Go Here
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
SQL Query to sum the results from multiple pay_balance_view_pkg.get_balance_values function
Hi Experts,
This is on Oracle Fusion HCM. Is there a way to sum the results from multiple pay_balance_view_pkg.get_balance_values function? For example, I need the combined results of the following in 1 column:
table(pay_balance_view_pkg.get_balance_values
(p_payroll_rel_action_id => pra.payroll_rel_action_id
,p_base_balance_name1 => 'Union Dues CNA'
,p_database_item_suffix1 => '_REL_PTD'
)) bal1,
table(pay_balance_view_pkg.get_balance_values
(p_payroll_rel_action_id => pra.payroll_rel_action_id
,p_base_balance_name1 => 'Union Dues CNA'
,p_database_item_suffix1 => '_REL_PTD'
Tagged:
0