DBA Data[Home] [Help]

APPS.BEN_EXT_THREAD dependencies on BEN_BATCH_UTILS

Line 5996: hr_utility.set_location ('Calling Ben_batch_utils.person_selection_rule...',100);

5992: --
5993: /* Bug 13509481 */
5994: if p_person_selection_rl is not null then
5995: --
5996: hr_utility.set_location ('Calling Ben_batch_utils.person_selection_rule...',100);
5997: hr_utility.set_location ('l_rec.person_id '||l_rec.person_id,100);
5998: l_rule_value :=
5999: ben_batch_utils.person_selection_rule
6000: (p_person_id => l_rec.person_id

Line 5999: ben_batch_utils.person_selection_rule

5995: --
5996: hr_utility.set_location ('Calling Ben_batch_utils.person_selection_rule...',100);
5997: hr_utility.set_location ('l_rec.person_id '||l_rec.person_id,100);
5998: l_rule_value :=
5999: ben_batch_utils.person_selection_rule
6000: (p_person_id => l_rec.person_id
6001: ,p_business_group_id => p_business_group_id
6002: ,p_person_selection_rule_id => p_person_selection_rl
6003: ,p_effective_date => l_effective_date);