DBA Data[Home] [Help]

APPS.HXC_TIME_CATEGORY_COMP_API dependencies on HR_UTILITY

Line 8: g_debug boolean := hr_utility.debug_enabled;

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

Line 35: g_debug := hr_utility.debug_enabled;

31: l_object_version_number hxc_time_category_comps.object_version_number%TYPE;
32: l_time_category_comp_id hxc_time_category_comps.time_category_comp_id%TYPE;
33: --
34: begin
35: g_debug := hr_utility.debug_enabled;
36: --
37: if g_debug then
38: l_proc := g_package||' create_time_category_comp';
39: hr_utility.set_location('Entering:'|| l_proc, 10);

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

35: g_debug := hr_utility.debug_enabled;
36: --
37: if g_debug then
38: l_proc := g_package||' create_time_category_comp';
39: hr_utility.set_location('Entering:'|| l_proc, 10);
40: end if;
41: --
42: -- Issue a savepoint if operating in validation only mode
43: --

Line 47: hr_utility.set_location(l_proc, 20);

43: --
44: savepoint create_time_category_comp;
45: --
46: if g_debug then
47: hr_utility.set_location(l_proc, 20);
48: end if;
49: --
50: -- Call Before Process User Hook
51: --

Line 74: hr_utility.set_location(l_proc, 30);

70: );
71: end;
72: --
73: if g_debug then
74: hr_utility.set_location(l_proc, 30);
75: end if;
76: --
77: -- Process Logic
78: --

Line 81: hr_utility.set_location(l_proc, 40);

77: -- Process Logic
78: --
79: --
80: if g_debug then
81: hr_utility.set_location(l_proc, 40);
82: end if;
83: --
84: -- call row handler
85: --

Line 100: hr_utility.set_location(l_proc, 50);

96: ,p_object_version_number => l_object_version_number
97: );
98: --
99: if g_debug then
100: hr_utility.set_location(l_proc, 50);
101: end if;
102: --
103: -- Call After Process User Hook
104: --

Line 127: hr_utility.set_location(l_proc, 60);

123: );
124: end;
125: --
126: if g_debug then
127: hr_utility.set_location(l_proc, 60);
128: end if;
129: --
130: -- When in validation only mode raise the Validate_Enabled exception
131: --

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

133: raise hr_api.validate_enabled;
134: end if;
135: --
136: if g_debug then
137: hr_utility.set_location(' Leaving:'||l_proc, 70);
138: end if;
139: --
140: -- Set all output arguments
141: --

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

158: p_time_category_comp_id := null;
159: p_object_version_number := null;
160: --
161: if g_debug then
162: hr_utility.set_location(' Leaving:'||l_proc, 80);
163: end if;
164: --
165: when others then
166: --

Line 170: hr_utility.trace('In exeception');

166: --
167: -- A validation or unexpected error has occured
168: --
169: if g_debug then
170: hr_utility.trace('In exeception');
171: end if;
172: ROLLBACK TO create_time_category_comp;
173: raise;
174: --

Line 201: g_debug := hr_utility.debug_enabled;

197: l_proc varchar2(72);
198: l_object_version_number hxc_time_category_comps.object_version_number%TYPE := p_object_version_number;
199: --
200: begin
201: g_debug := hr_utility.debug_enabled;
202:
203: if g_debug then
204: l_proc := g_package||' update_time_category_comp';
205: hr_utility.set_location('Entering:'|| l_proc, 10);

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

201: g_debug := hr_utility.debug_enabled;
202:
203: if g_debug then
204: l_proc := g_package||' update_time_category_comp';
205: hr_utility.set_location('Entering:'|| l_proc, 10);
206: end if;
207: --
208: -- Issue a savepoint if operating in validation only mode
209: --

Line 213: hr_utility.set_location(l_proc, 20);

209: --
210: savepoint update_time_category_comp;
211: --
212: if g_debug then
213: hr_utility.set_location(l_proc, 20);
214: end if;
215: --
216: -- Call Before Process User Hook
217: --

Line 240: hr_utility.set_location(l_proc, 30);

236: );
237: end;
238: --
239: if g_debug then
240: hr_utility.set_location(l_proc, 30);
241: end if;
242: --
243: -- Process Logic
244: --

Line 262: hr_utility.set_location(l_proc, 40);

258: );
259: --
260: --
261: if g_debug then
262: hr_utility.set_location(l_proc, 40);
263: end if;
264: --
265: -- Call After Process User Hook
266: --

Line 289: hr_utility.set_location(l_proc, 50);

285: );
286: end;
287: --
288: if g_debug then
289: hr_utility.set_location(l_proc, 50);
290: end if;
291: --
292: -- When in validation only mode raise the Validate_Enabled exception
293: --

Line 299: hr_utility.set_location(' Leaving:'||l_proc, 60);

295: raise hr_api.validate_enabled;
296: end if;
297: --
298: if g_debug then
299: hr_utility.set_location(' Leaving:'||l_proc, 60);
300: end if;
301: --
302: -- Set all output arguments
303: --

Line 322: hr_utility.set_location(' Leaving:'||l_proc, 60);

318: --
319: p_object_version_number := null;
320: --
321: if g_debug then
322: hr_utility.set_location(' Leaving:'||l_proc, 60);
323: end if;
324: --
325: when others then
326: --

Line 330: hr_utility.trace('In exeception');

326: --
327: -- A validation or unexpected error has occured
328: --
329: if g_debug then
330: hr_utility.trace('In exeception');
331: end if;
332: ROLLBACK TO update_time_category_comp;
333: raise;
334: --

Line 352: g_debug := hr_utility.debug_enabled;

348: --
349: l_proc varchar2(72);
350: --
351: begin
352: g_debug := hr_utility.debug_enabled;
353: --
354: if g_debug then
355: l_proc := g_package||'delete_time_category_comp';
356: hr_utility.set_location('Entering:'|| l_proc, 10);

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

352: g_debug := hr_utility.debug_enabled;
353: --
354: if g_debug then
355: l_proc := g_package||'delete_time_category_comp';
356: hr_utility.set_location('Entering:'|| l_proc, 10);
357: end if;
358: --
359: -- Issue a savepoint if operating in validation only mode
360: --

Line 364: hr_utility.set_location(l_proc, 20);

360: --
361: savepoint delete_time_category_comp;
362: --
363: if g_debug then
364: hr_utility.set_location(l_proc, 20);
365: end if;
366: --
367: -- Call Before Process User Hook
368: --

Line 384: hr_utility.set_location(l_proc, 30);

380: );
381: end;
382: --
383: if g_debug then
384: hr_utility.set_location(l_proc, 30);
385: end if;
386: --
387: -- Process Logic
388: --

Line 396: hr_utility.set_location(l_proc, 40);

392: ,p_object_version_number => p_object_version_number
393: );
394: --
395: if g_debug then
396: hr_utility.set_location(l_proc, 40);
397: end if;
398: --
399: -- Call After Process User Hook
400: --

Line 422: hr_utility.set_location(' Leaving:'||l_proc, 50);

418: raise hr_api.validate_enabled;
419: end if;
420: --
421: if g_debug then
422: hr_utility.set_location(' Leaving:'||l_proc, 50);
423: end if;
424: --
425: exception
426: --