DBA Data[Home] [Help]

APPS.HRI_OPL_SUPH_HST_INC dependencies on HR_GENERAL

Line 157: g_end_of_time DATE := hr_general.end_of_time;

153: g_chain_chunk_size PLS_INTEGER := 500;
154: g_chain_transactions PLS_INTEGER := 0;
155:
156: /* Stores end of time value */
157: g_end_of_time DATE := hr_general.end_of_time;
158:
159: /* Stores current time value */
160: g_current_time DATE;
161: g_current_date DATE := TRUNC(SYSDATE);