DBA Data[Home] [Help]

APPS.HRI_OPL_BEN_ENRL_ACTN dependencies on HR_GENERAL

Line 58: -- Global end of time date initialization from the package hr_general

54: --
55: g_conc_request_flag BOOLEAN := FALSE;
56: --
57: --
58: -- Global end of time date initialization from the package hr_general
59: --
60: g_end_of_time DATE;
61: --
62: -- Global DBI collection start date initialization

Line 165: g_refresh_end_date := hr_general.end_of_time;

161: --
162: -- Called from test harness
163: --
164: g_refresh_start_date := bis_common_parameters.get_global_start_date;
165: g_refresh_end_date := hr_general.end_of_time;
166: g_full_refresh := 'Y';
167: g_concurrent_flag := 'Y';
168: g_debug_flag := 'Y';
169: --

Line 175: g_refresh_end_date := hr_general.end_of_time;

171: THEN
172: --
173: g_mthd_action_array := hri_opl_multi_thread.get_mthd_action_array(p_mthd_action_id);
174: g_refresh_start_date := g_mthd_action_array.collect_from_date;
175: g_refresh_end_date := hr_general.end_of_time;
176: g_full_refresh := g_mthd_action_array.full_refresh_flag;
177: g_concurrent_flag := 'Y';
178: g_debug_flag := g_mthd_action_array.debug_flag;
179: --