DBA Data[Home] [Help]

APPS.HRI_OPL_BEN_ENRL_ACTN dependencies on HRI_OPL_MULTI_THREAD

Line 8: We try to use HRI_OPL_MULTI_THREAD utility.

4: Name : HRI_OPL_BEN_ENRL_ACTN
5: Purpose : Collect Benefits Enrollments Action Fact.
6:
7: Description:
8: We try to use HRI_OPL_MULTI_THREAD utility.
9: Process Flow
10: ===========
11: 1. BEFORE MULTI-THREADING
12: --------------------------

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

169: --
170: ELSIF (g_refresh_start_date IS NULL)
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';