Compensation and Benefits - EBS (MOSC)

MOSC Banner

How to get Gross Earnings - Total Compensation Statement

edited Jun 18, 2019 5:05AM in Compensation and Benefits - EBS (MOSC) 1 commentAnswered

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

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center