DBA Data[Home] [Help]

APPS.BEN_MANAGE_LIFE_EVENTS dependencies on BEN_COMP_OBJECT_LIST

Line 546: to ben_comp_object_list package

542: to trap the number of errors.
543: Also made sure that when max errors
544: is hit the process stops.
545: 07-MAR-00 mhoyes 115.175 - Moved build comp object list out
546: to ben_comp_object_list package
547: file bebmbcol.pkh.
548: 08-MAR-00 mhoyes 115.176 - Added trace messages for profiling.
549: 13-MAR-00 mhoyes 115.177 - Phase 5 performance. Implemented
550: PTIP level comp object filtering

Line 1189: ben_comp_object_list.init_comp_object_list_globals;

1185: benutils.g_thread_id := p_thread_id;
1186: --
1187: -- Initialise comp object list globals
1188: --
1189: ben_comp_object_list.init_comp_object_list_globals;
1190: --
1191: end clear_init_benmngle_caches;
1192: --
1193: /* GSP Rate Sync */

Line 5827: ben_comp_object_list.build_comp_object_list

5823: --
5824: if g_debug then
5825: hr_utility.set_location (' Temp BCOL '||l_package,10);
5826: end if;
5827: ben_comp_object_list.build_comp_object_list
5828: (p_benefit_action_id => p_benefit_action_id
5829: ,p_comp_selection_rule_id => p_comp_selection_rule_id
5830: ,p_effective_date => l_effective_date
5831: ,p_pgm_id => p_pgm_id

Line 9426: ben_comp_object_list.build_comp_object_list

9422: if g_debug then
9423: hr_utility.set_location (l_package||' Bef BCOL ' ,25);
9424: end if;
9425:
9426: ben_comp_object_list.build_comp_object_list
9427: (p_benefit_action_id => benutils.g_benefit_action_id
9428: ,p_comp_selection_rule_id => l_param_rec.comp_selection_rl
9429: ,p_effective_date => l_rec.lf_evt_ocrd_dt
9430: ,p_pgm_id => l_param_rec.pgm_id

Line 9600: ben_comp_object_list.build_comp_object_list

9596: end if;
9597: --
9598: if p_mode = 'R' then
9599: --
9600: ben_comp_object_list.build_comp_object_list
9601: (p_benefit_action_id => benutils.g_benefit_action_id
9602: ,p_comp_selection_rule_id => l_param_rec.comp_selection_rl
9603: ,p_effective_date => p_effective_date
9604: ,p_pgm_id => l_param_rec.pgm_id

Line 9642: ben_comp_object_list.build_comp_object_list

9638: --
9639: if g_debug then
9640: hr_utility.set_location (' Temp BCOL '||l_package,10);
9641: end if;
9642: ben_comp_object_list.build_comp_object_list
9643: (p_benefit_action_id => benutils.g_benefit_action_id
9644: ,p_comp_selection_rule_id => l_param_rec.comp_selection_rl
9645: ,p_effective_date => p_effective_date
9646: ,p_pgm_id => l_param_rec.pgm_id

Line 10460: ben_comp_object_list.build_gsp_rate_sync_coobj_list

10456: */
10457: if p_lf_evt_oper_cd = 'SYNC'
10458: then
10459: --
10460: ben_comp_object_list.build_gsp_rate_sync_coobj_list
10461: (p_effective_date => p_effective_date
10462: ,p_business_group_id => p_business_group_id
10463: ,p_pgm_id => l_gsp_pgm_id
10464: ,p_pl_id => l_gsp_pl_id