Issue with Fast Formula Date format — Cloud Customer Connect
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Issue with Fast Formula Date format

edited Dec 14, 2023 7:32AM in Payroll and Global Payroll Interface (GPI) 31 comments

Summary:


Content (please ensure you mask any confidential information):

Hello experts,


we need to set Fast Formula returning COMP_POSTING_DATE value (date format).


The following fast formula even if successfully compiled doesn't return any value. It should return a date value based on ORACLE_POSTING_DATE value set whose configuration has been attached.




L_PERSON_ID = get_context(person_id, -1)


l_abs_start_date ='1900/01/01 00:00:00' (DATE)


RETURN_VALUE = '1900/01/01 00:00:00' (DATE)


l_person_id_char=TO_CHAR(L_PERSON_ID)


/*RETURN_VALUE= GET_VALUE_SET('ORACLE_POSTING_DATE','|=PERSON_ID='''||L_PERSON_ID||''''||'|EFF_DATE='''||l_effective_date1||'''') */

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!