what is "GET_PAY_AVAILABILITY" in absence type duration formula.
Hello all,
i would like to understand the purpose and functionality of "GET_PAY_AVAILABILITY".
Here is the sample formula.
FORMULA NAME: ANC_DURCAL
FORMULA TYPE: Global Absence Type Duration Formula
DESCRIPTION: This formula returns the pro-rated duration for absence entries based on FTE
Change History:
Name Date Version Comments
-------------------------------------------------------------------------------
Oracle 28-Jul-2015 DRAFT 1A Initial Version
*******************************************************************************/
DEFAULT FOR IV_START_DATE IS '4712/12/31 00:00:00' (date)
DEFAULT FOR IV_END_DATE IS '4712/12/31 00:00:00' (date)
DEFAULT FOR IV_START_TIME IS '00:00'
DEFAULT FOR IV_END_TIME IS '23:59'
DEFAULT FOR PER_ASG_FTE_VALUE IS 1
INPUTS ARE IV_START_DATE (date), IV_END_DATE (date), IV_START_TIME(text),IV_END_TIME(text)