DBA Data[Home] [Help]

APPS.HRI_OPL_BEN_ELIG_ENRL dependencies on HR_GENERAL

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

55: g_collect_oe_only VARCHAR2(5);
56: g_global_start_date DATE;
57:
58: --
59: -- Global end of time date initialization from the package hr_general
60: --
61: g_end_of_time DATE;
62: --
63: -- Global DBI collection start date initialization

Line 134: g_refresh_end_date := hr_general.end_of_time;

130: --
131: -- Called from test harness
132: --
133: g_refresh_start_date := bis_common_parameters.get_global_start_date;
134: g_refresh_end_date := hr_general.end_of_time;
135: g_full_refresh := 'Y';
136: g_concurrent_flag := 'Y';
137: g_debug_flag := 'Y';
138: --

Line 143: g_refresh_end_date := hr_general.end_of_time;

139: ELSIF (g_refresh_start_date IS NULL) THEN
140: --
141: g_mthd_action_array := hri_opl_multi_thread.get_mthd_action_array(p_mthd_action_id);
142: g_refresh_start_date := g_mthd_action_array.collect_from_date;
143: g_refresh_end_date := hr_general.end_of_time;
144: g_full_refresh := g_mthd_action_array.full_refresh_flag;
145: g_concurrent_flag := 'Y';
146: g_debug_flag := g_mthd_action_array.debug_flag;
147: --