Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
Fast Formula
Summary:
Fast Formula accrual balance are not calculating when you fetch the value from value set and assign value to ACCRUAL variable.
Here is the code what am trying, Please help me.
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
25A,25B
Code Snippet (add any code snippets that support your topic, if applicable):
IF Region_value <> ' ' and ( l_months_difference >= 0 AND l_months_difference <= 60 ) AND (PER_ASG_EMPLOYMENT_CATEGORY = 'FR') THEN
l_udt_value = GET_TABLE_VALUE ( 'PTO', 'Accrual_Rate','0', 'DEFAULT')
accrual=l_udt_value
l_log_data1 = ess_log_write('Region_value'||Region_value||'PER_ASG_EMPLOYMENT_CATEGORY'||PER_ASG_EMPLOYMENT_CATEGORY||'PER_ASG_LOC_REGION2'||PER_ASG_LOC_REGION2||'UDTVALUE'||l_udt_value)