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 1581: ben_comp_object_list.init_comp_object_list_globals;

1577: benutils.g_thread_id := p_thread_id;
1578: --
1579: -- Initialise comp object list globals
1580: --
1581: ben_comp_object_list.init_comp_object_list_globals;
1582: --
1583: end clear_init_benmngle_caches;
1584: --
1585: /* GSP Rate Sync */

Line 6230: ben_comp_object_list.build_comp_object_list

6226: --
6227: if g_debug then
6228: hr_utility.set_location (' Temp BCOL '||l_package,10);
6229: end if;
6230: ben_comp_object_list.build_comp_object_list
6231: (p_benefit_action_id => p_benefit_action_id
6232: ,p_comp_selection_rule_id => p_comp_selection_rule_id
6233: ,p_effective_date => l_effective_date
6234: ,p_pgm_id => p_pgm_id

Line 9834: ben_comp_object_list.build_comp_object_list

9830: if g_debug then
9831: hr_utility.set_location (l_package||' Bef BCOL ' ,25);
9832: end if;
9833:
9834: ben_comp_object_list.build_comp_object_list
9835: (p_benefit_action_id => benutils.g_benefit_action_id
9836: ,p_comp_selection_rule_id => l_param_rec.comp_selection_rl
9837: ,p_effective_date => l_rec.lf_evt_ocrd_dt
9838: ,p_pgm_id => l_param_rec.pgm_id

Line 10008: ben_comp_object_list.build_comp_object_list

10004: end if;
10005: --
10006: if p_mode = 'R' then
10007: --
10008: ben_comp_object_list.build_comp_object_list
10009: (p_benefit_action_id => benutils.g_benefit_action_id
10010: ,p_comp_selection_rule_id => l_param_rec.comp_selection_rl
10011: ,p_effective_date => p_effective_date
10012: ,p_pgm_id => l_param_rec.pgm_id

Line 10050: ben_comp_object_list.build_comp_object_list

10046: --
10047: if g_debug then
10048: hr_utility.set_location (' Temp BCOL '||l_package,10);
10049: end if;
10050: ben_comp_object_list.build_comp_object_list
10051: (p_benefit_action_id => benutils.g_benefit_action_id
10052: ,p_comp_selection_rule_id => l_param_rec.comp_selection_rl
10053: ,p_effective_date => p_effective_date
10054: ,p_pgm_id => l_param_rec.pgm_id

Line 10965: ben_comp_object_list.build_gsp_rate_sync_coobj_list

10961: */
10962: if p_lf_evt_oper_cd = 'SYNC'
10963: then
10964: --
10965: ben_comp_object_list.build_gsp_rate_sync_coobj_list
10966: (p_effective_date => p_effective_date
10967: ,p_business_group_id => p_business_group_id
10968: ,p_pgm_id => l_gsp_pgm_id
10969: ,p_pl_id => l_gsp_pl_id