DBA Data[Home] [Help]

APPS.BEN_DETERMINE_COMMUNICATIONS dependencies on BEN_RULES

Line 3433: if not ben_rules.chk_person_selection

3429: --
3430: if g_parm.person_sel_rl is not null then
3431: --
3432: hr_utility.set_location('Verifying rul',10);
3433: if not ben_rules.chk_person_selection
3434: (p_person_id => p_person_id
3435: ,p_business_group_id => g_parm.business_group_id
3436: ,p_person_selection_rule_id=> g_parm.person_sel_rl
3437: ,p_effective_date => g_parm.effective_date

Line 4095: ben_rules.chk_comp_object_selection(

4091: --
4092: end if;
4093: --
4094: if l_create_action AND
4095: ben_rules.chk_comp_object_selection(
4096: p_oipl_id => null,
4097: p_pl_id => l_pl_id,
4098: p_pgm_id => l_pgm_id,
4099: p_pl_typ_id => null,