DBA Data[Home] [Help]

APPS.HR_USER_ACCT_EMP_EXTRACT dependencies on HR_API

Line 257: l_date_to := trunc(hr_api.g_eot);

253: -- Default date_to to end of time so that we can allow future date
254: -- execution. For example, date_from is a future date with respective to
255: -- sysdate. Hence, setting date_to to sysdate in this case will cause
256: -- date_to smaller than the date_from.
257: l_date_to := trunc(hr_api.g_eot);
258: END IF;
259: --
260: -- Check if Date_from is greater than date_to
261: IF l_date_to < l_date_from