Human Capital Management - EBS (MOSC)

MOSC Banner

Interim calculation results display in fast formula

edited Jul 4, 2019 5:42AM in Human Capital Management - EBS (MOSC) 6 commentsAnswered ✓
 I have the following fast formula and it is erroring on a result = NULL.  How do I put in statements that will show me the calculation values as I step through the formula, so that i can see where the calculation is failing

DEFAULT FOR DEEMED_BASIC_SALARY_ASG_RUN is 0
DEFAULT FOR EMP_FTE_VALUE is 0

INPUTS ARE Hours, PAY_VALUE

/* find fte hours per week on lookup table */

EMP_FTE = ROUND(EMP_FTE_VALUE * 100,1) /* to convert to whole number */

EMP_HOURS_PER_WEEK = TO_NUMBER(GET_LOOKUP_MEANING('FTE_HOURS_PER_WEEK',TO_CHAR(EMP_FTE)))

Salary = DEEMED_BASIC_SALARY_ASG_RUN * 12

Tagged:

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