DBA Data[Home] [Help]

APPS.HRI_OPL_BEN_ENRL_ACTN dependencies on HRI_BPL_BEN_UTIL

Line 156: g_collect_oe_only := HRI_BPL_BEN_UTIL.get_curr_oe_coll_mode;

152: -- If parameters haven't already been set, then set them
153: --
154: -- dbg('Entering ' || l_procedure);
155: --
156: g_collect_oe_only := HRI_BPL_BEN_UTIL.get_curr_oe_coll_mode;
157: g_global_start_date := HRI_BPL_PARAMETER.get_bis_global_start_date;
158: --
159: IF p_mthd_action_id IS NULL
160: THEN

Line 965: IF (HRI_BPL_BEN_UTIL.get_archive_events = 'Y') THEN

961: --
962: -- Incremental Changes
963: -- Enable the WHO trigger on the events fact table
964: --
965: IF (HRI_BPL_BEN_UTIL.get_archive_events = 'Y') THEN
966: -- If Event Queue is to be be archived add code here
967: dbg ('Archive the events queue');
968: END IF;
969: --