DBA Data[Home] [Help]

APPS.BEN_EXT_CWB dependencies on HR_UTILITY

Line 21: hr_utility.set_location('Entering'||l_proc, 5);

17: l_proc varchar2(72) := g_package||'initialize_group_globals';
18: --
19: Begin
20: --
21: hr_utility.set_location('Entering'||l_proc, 5);
22: --
23: ben_ext_person.g_CWB_Budget_PL_ID := null ;
24: ben_ext_person.g_CWB_Budget_Access := null ;
25: ben_ext_person.g_CWB_Budget_Approval := null ;

Line 58: hr_utility.set_location('Exiting'||l_proc, 15);

54: ben_ext_person.g_CWB_WS_Budget_Val_Updt_dt := null ;
55:
56:
57: --
58: hr_utility.set_location('Exiting'||l_proc, 15);
59: --
60: End initialize_group_globals;
61:
62:

Line 70: hr_utility.set_location('Entering'||l_proc, 5);

66: l_proc varchar2(72) := g_package||'initialize_rate_globals';
67: --
68: Begin
69: --
70: hr_utility.set_location('Entering'||l_proc, 5);
71: ben_ext_person.g_CWB_Awrd_Elig_Flag := null ;
72: ben_ext_person.g_CWB_Awrd_Elig_Salary_Value := null ;
73: ben_ext_person.g_CWB_Awrd_Group_Option_Name := null ;
74: ben_ext_person.g_CWB_Awrd_Group_Plan_Name := null ;

Line 87: hr_utility.set_location('Exiting'||l_proc, 15);

83: ben_ext_person.g_CWB_Awrd_Total_Comp_Value := null ;
84: ben_ext_person.g_CWB_Awrd_WS_Maximum_Value := null ;
85: ben_ext_person.g_CWB_Awrd_WS_Minimum_Value := null ;
86: ben_ext_person.g_CWB_Awrd_WS_Value := null ;
87: hr_utility.set_location('Exiting'||l_proc, 15);
88: --
89: End initialize_rate_globals;
90:
91:

Line 168: hr_utility.set_location('Entering'||l_proc, 5);

164:
165:
166: begin
167:
168: hr_utility.set_location('Entering'||l_proc, 5);
169: --
170: initialize_group_globals ;
171: --
172: for l_cwg in c_cwg

Line 229: hr_utility.set_location('Exiting'||l_proc, 15);

225: p_business_group_id => p_business_group_id,
226: p_effective_date => p_effective_date
227: );
228: end Loop ;
229: hr_utility.set_location('Exiting'||l_proc, 15);
230:
231:
232: end extract_person_groups ;
233:

Line 296: hr_utility.set_location('Entering'||l_proc, 5);

292: ;
293:
294: begin
295:
296: hr_utility.set_location('Entering'||l_proc, 5);
297: --
298: initialize_rate_globals() ;
299: --
300: for l_cwr in c_cwr

Line 343: hr_utility.set_location('Exiting'||l_proc, 15);

339: p_effective_date => p_effective_date
340: );
341:
342: end Loop ;
343: hr_utility.set_location('Exiting'||l_proc, 15);
344:
345:
346: end extract_person_rates ;
347: