How to get Gross Earnings - Total Compensation Statement
We are trying to generate "Total Compensation Statement" in Oracle 12.3.1 EBS
For the Gross Pay we have a balance "Gross Earnings"
I created a fast formula of type = "Compensation Item Rule" and created "Compensation item" to refer to this rule.
I am not getting this "gross earning" Item displayed on the "Total Compensation Statement"
l_return_value = 0
l_balance_name = 'Gross Earnings'
l_balance_amount = 0
l_return_value = PAY_US_SRS_DEDUCTIONS_BALANCES(l_balance_name,l_balance_amount)
Return l_balance_amount
Then I changed to formula to following , but then also it is not getting displayed on the TCS