My Oracle Support Banner

Fusion Absence Management: Use "GET_TABLE_VALUE" Function in Fast Formulas in Not Returning Correct Value (Doc ID 2014489.1)

Last updated on JULY 21, 2023

Applies to:

Oracle Fusion Absence Management Cloud Service - Version 11.1.9.2.0 and later
Information in this document applies to any platform.

Symptoms

ACTUAL BEHAVIOR
---------------
GET_TABLE_VALUE function returns incorrect value
The get table value function is used the retrieve the performance amount which is returning incorrect value

Run the process with person’grade is “M6”, and call
l_amount = to_number(GET_TABLE_VALUE('PERFORMANCE_PAY_STANDARD', 'PERFORMANCE_AMOUNT',l_grade_name,'1000')),the l_amount returned is 1000 but it should ideally return 780 which is defined in the table against grade 6


STEPS
-----------------------
The issue can be reproduced at will with the following steps:
1. Define user defined table
2. Call the function GET_TABLE_VALUE in the payroll formula


Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Cause
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.