DBA Data[Home] [Help]

APPS.HRI_OPL_BEN_ELIG_ENRL dependencies on HRI_BPL_BEN_UTIL

Line 126: g_collect_oe_only := HRI_BPL_BEN_UTIL.get_curr_oe_coll_mode;

122: -- dbg('Entering ' || l_procedure);
123: --
124: -- Default these values..
125: -- g_full_refresh := 'Y';
126: g_collect_oe_only := HRI_BPL_BEN_UTIL.get_curr_oe_coll_mode;
127: g_global_start_date := HRI_BPL_PARAMETER.get_bis_global_start_date;
128: --
129: IF p_mthd_action_id IS NULL THEN
130: --

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

1555: -- Incremental Changes
1556: -- Purge the Events Queue. The events queue needs to be purged
1557: -- even after the after full refresh. Recollecting incremental changes
1558: -- will be useless if a full refresh has been run.
1559: IF (HRI_BPL_BEN_UTIL.get_archive_events = 'Y') THEN
1560: -- If Event Queue is to be be archived
1561: -- Devl in Phase-2
1562: OUTPUT('Archive Event Queue Table..');
1563: --