DBA Data[Home] [Help]

APPS.BEN_COMP_OBJECT_LIST1 dependencies on HR_UTILITY

Line 23: hr_utility.set_location('Entering ' || l_package, 10);

19: l_return VARCHAR2(30);
20: --
21: BEGIN
22: --
23: hr_utility.set_location('Entering ' || l_package, 10);
24: --
25: IF p_comp_selection_rule_id IS NOT NULL THEN
26: --
27: -- Call formula initialise routine

Line 29: hr_utility.set_location('call formula ' || l_package, 20);

25: IF p_comp_selection_rule_id IS NOT NULL THEN
26: --
27: -- Call formula initialise routine
28: --
29: hr_utility.set_location('call formula ' || l_package, 20);
30: l_outputs :=
31: benutils.formula(p_formula_id=> p_comp_selection_rule_id
32: ,p_effective_date => p_effective_date
33: ,p_business_group_id => p_business_group_id

Line 48: hr_utility.set_location('Ret N ' || l_package, 10);

44: l_return := l_outputs(l_outputs.FIRST).VALUE;
45: --
46: IF l_return = 'N' THEN
47: --
48: hr_utility.set_location('Ret N ' || l_package, 10);
49: RETURN FALSE;
50: --
51: ELSIF l_return = 'Y' THEN
52: --

Line 53: hr_utility.set_location('Ret Y ' || l_package, 10);

49: RETURN FALSE;
50: --
51: ELSIF l_return = 'Y' THEN
52: --
53: hr_utility.set_location('Ret Y ' || l_package, 10);
54: RETURN TRUE;
55: --
56: ELSIF l_return <> 'Y' THEN
57: --

Line 69: hr_utility.set_location('Leaving TRUE ' || l_package, 10);

65: END IF;
66: --
67: ELSE
68: --
69: hr_utility.set_location('Leaving TRUE ' || l_package, 10);
70: RETURN TRUE;
71: --
72: END IF;
73: --

Line 222: hr_utility.set_location('SET ben_manage_life_events.g_derivable_factors from NONE to ASC', 10);

218: --
219: if ( (l_flag_bit_val_va(elenum) <> 0 OR l_oiplip_flag_bit_val_va(elenum) <> 0)
220: AND (ben_manage_life_events.g_derivable_factors = 'NONE') ) then
221: --
222: hr_utility.set_location('SET ben_manage_life_events.g_derivable_factors from NONE to ASC', 10);
223:
224: ben_manage_life_events.g_derivable_factors := 'ASC';
225: fnd_message.set_name('BEN','BEN_93605_RESET_DRVD_FCTR_PARM');
226: benutils.write(p_text => fnd_message.get);