Database element for

Hello

Is there an element of database for the current date first pay period end of the year.

Ex: In the year 2012, the first pay period is Jan 2012, IF I want to spend January 31, 2012

Concerning
SAI

Hello

Not a DB specific element as such, but you might derive from your PAY_PROC_PERIOD_END_DATE, using a couple of standard functions in formulas, like this:

x_date (date) = LAST_DAY (TRUNC (PAY_PROC_PERIOD_END_DATE, "YYYY"))

Who would do the trick?

Clive

Tags: Oracle Applications

Similar Questions

Maybe you are looking for