DBA Data[Home] [Help]

APPS.HXC_SEEDDATA_BY_LEVEL_API dependencies on HR_UTILITY

Line 7: g_debug boolean :=hr_utility.debug_enabled;

3: --
4: -- Package Variables
5: --
6: g_package varchar2(33) := ' hxc_seeddata_by_level_api.';
7: g_debug boolean :=hr_utility.debug_enabled;
8: --
9: -- ----------------------------------------------------------------------------
10: -- |----------------------< create_seed_data_by_level >-----------------------|
11: -- ----------------------------------------------------------------------------

Line 25: g_debug:=hr_utility.debug_enabled;

21: -- Declare cursors and local variables
22: --
23: l_proc varchar2(72);
24: begin
25: g_debug:=hr_utility.debug_enabled;
26: if g_debug then
27: l_proc := g_package||'create_seed_data_by_level';
28: hr_utility.set_location('Entering:'|| l_proc, 10);
29: end if;

Line 28: hr_utility.set_location('Entering:'|| l_proc, 10);

24: begin
25: g_debug:=hr_utility.debug_enabled;
26: if g_debug then
27: l_proc := g_package||'create_seed_data_by_level';
28: hr_utility.set_location('Entering:'|| l_proc, 10);
29: end if;
30: --
31: -- Issue a savepoint
32: --

Line 93: hr_utility.set_location(' Leaving:'||l_proc, 70);

89: raise hr_api.validate_enabled;
90: end if;
91: --
92: if g_debug then
93: hr_utility.set_location(' Leaving:'||l_proc, 70);
94: end if;
95: exception
96: when hr_api.validate_enabled then
97: --

Line 104: hr_utility.set_location(' Leaving:'||l_proc, 80);

100: --
101: rollback to create_seed_data_by_level;
102: --
103: if g_debug then
104: hr_utility.set_location(' Leaving:'||l_proc, 80);
105: end if;
106: when others then
107: --
108: -- A validation or unexpected error has occured

Line 113: hr_utility.set_location(' Leaving:'||l_proc, 90);

109: --
110: rollback to create_seed_data_by_level;
111: --
112: if g_debug then
113: hr_utility.set_location(' Leaving:'||l_proc, 90);
114: end if;
115: raise;
116: end create_seed_data_by_level;
117: --

Line 135: g_debug:=hr_utility.debug_enabled;

131: -- Declare cursors and local variables
132: --
133: l_proc varchar2(72);
134: begin
135: g_debug:=hr_utility.debug_enabled;
136: if g_debug then
137: l_proc := g_package||'update_seed_data_by_level';
138: hr_utility.set_location('Entering:'|| l_proc, 10);
139: end if;

Line 138: hr_utility.set_location('Entering:'|| l_proc, 10);

134: begin
135: g_debug:=hr_utility.debug_enabled;
136: if g_debug then
137: l_proc := g_package||'update_seed_data_by_level';
138: hr_utility.set_location('Entering:'|| l_proc, 10);
139: end if;
140: --
141: -- Issue a savepoint
142: --

Line 204: hr_utility.set_location(' Leaving:'||l_proc, 70);

200: raise hr_api.validate_enabled;
201: end if;
202: --
203: if g_debug then
204: hr_utility.set_location(' Leaving:'||l_proc, 70);
205: end if;
206: exception
207: when hr_api.validate_enabled then
208: --

Line 215: hr_utility.set_location(' Leaving:'||l_proc, 80);

211: --
212: rollback to update_seed_data_by_level;
213: --
214: if g_debug then
215: hr_utility.set_location(' Leaving:'||l_proc, 80);
216: end if;
217: when others then
218: --
219: -- A validation or unexpected error has occured

Line 224: hr_utility.set_location(' Leaving:'||l_proc, 90);

220: --
221: rollback to update_seed_data_by_level;
222: --
223: if g_debug then
224: hr_utility.set_location(' Leaving:'||l_proc, 90);
225: end if;
226: raise;
227: end update_seed_data_by_level;
228:

Line 244: g_debug:=hr_utility.debug_enabled;

240: -- Declare cursors and local variables
241: --
242: l_proc varchar2(72);
243: begin
244: g_debug:=hr_utility.debug_enabled;
245: if g_debug then
246: l_proc := g_package||'delete_seed_data_by_level';
247: hr_utility.set_location('Entering:'|| l_proc, 10);
248: end if;

Line 247: hr_utility.set_location('Entering:'|| l_proc, 10);

243: begin
244: g_debug:=hr_utility.debug_enabled;
245: if g_debug then
246: l_proc := g_package||'delete_seed_data_by_level';
247: hr_utility.set_location('Entering:'|| l_proc, 10);
248: end if;
249: --
250: -- Issue a savepoint
251: --

Line 306: hr_utility.set_location(' Leaving:'||l_proc, 70);

302: raise hr_api.validate_enabled;
303: end if;
304: --
305: if g_debug then
306: hr_utility.set_location(' Leaving:'||l_proc, 70);
307: end if;
308: exception
309: when hr_api.validate_enabled then
310: --

Line 317: hr_utility.set_location(' Leaving:'||l_proc, 80);

313: --
314: rollback to delete_seed_data_by_level;
315: --
316: if g_debug then
317: hr_utility.set_location(' Leaving:'||l_proc, 80);
318: end if;
319: when others then
320: --
321: -- A validation or unexpected error has occured

Line 326: hr_utility.set_location(' Leaving:'||l_proc, 90);

322: --
323: rollback to delete_seed_data_by_level;
324: --
325: if g_debug then
326: hr_utility.set_location(' Leaving:'||l_proc, 90);
327: end if;
328: raise;
329: end delete_seed_data_by_level;
330: