Human Capital Management - EBS (MOSC)

MOSC Banner

BG_ABSENCE_DURATION

edited Feb 10, 2016 7:22AM in Human Capital Management - EBS (MOSC) 2 commentsAnswered ✓

Hi Team,

I copied template formula to make BG_ABSENCE_DURATION formula. But the formula includes weekends. I replaced the function DAYS_BETWEEN with GET_WORKING_DAYS. But, this returns value zero. Please advise.

/* absence in days */

  ELSE

  (

    duration = to_char(GET_WORKING_DAYS(date_end,date_start) + 1)      /* DAYS_BETWEEN is replaced with GET_WORKING_DAYS to exclude weekends*/

  )

Thanks

Ashok Patil.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center