DBA Data[Home] [Help]

APPS.HRI_OPL_BEN_ELIG_ENRL dependencies on HRI_OPL_MULTI_THREAD

Line 10: We try to use HRI_OPL_MULTI_THREAD utility.

6: Purpose : Collect Benefits Election Events Fact and
7: Benefits Eligibility and Enrollments Fact.
8:
9: Description:
10: We try to use HRI_OPL_MULTI_THREAD utility.
11: Process Flow
12: ===========
13: 1. BEFORE MULTI-THREADING
14: --------------------------

Line 141: g_mthd_action_array := hri_opl_multi_thread.get_mthd_action_array(p_mthd_action_id);

137: g_debug_flag := 'Y';
138: --
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';