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.
Assistance using pay_balance_view_pkg.get_balance_values
Summary: I am trying to get a balance for SUI Employer Reduced Subject Withholdable using the below query. I have attached an image showing that there are values for this balance, but I must not have the right name or suffix for it. Can anyone point me in the right direction?
select pprd.payroll_relationship_number,
ppa.effective_date,
bal.BALANCE_NAME,
bal.Description,
bal.balance_value
from fusion.pay_payroll_actions ppa
,fusion.pay_pay_relationships_dn pprd
,fusion.pay_payroll_rel_actions pra
,fusion.pay_action_classes pac
,table(pay_balance_view_pkg.get_balance_values
(p_payroll_rel_action_id => pra.payroll_rel_action_id
Tagged:
0