DBA Data[Home] [Help]

APPS.HR_USER_ACCT_EMP_EXTRACT dependencies on HR_API

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

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