Call GET_VALUE_SET in Oracle Payroll Formula
Summary:
I need to put able to call the value returned in this value set in an Earn Base Oracle Payroll fast formula, how do I do that? The Value Set image is below.
Content (required):
Version (include the version you are using, if applicable):
23A
Code Snippet (add any code snippets that support your topic, if applicable):
The SQL query in which the Value Set is based off of is below:
SELECT
A.VALUE
FROM
PER_RATE_VALUES_F A ,
PER_RATES_F B ,
PER_GRADE_LADDERS_F C ,
PER_GRADE_LADDERS_F_VL D ,
PER_GRADE_STEPS_F_VL E ,
Tagged:
0