DBA Data[Home] [Help]

APPS.HXC_TIME_RECIPIENT_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_time_recipient_api.';
7: g_debug boolean := hr_utility.debug_enabled;
8: --
9: -- ----------------------------------------------------------------------------
10: -- |------------------------< create_time_recipient >----------------------------|
11: -- ----------------------------------------------------------------------------

Line 35: g_debug := hr_utility.debug_enabled;

31: l_object_version_number hxc_time_recipients.object_version_number%TYPE;
32: l_time_recipient_id hxc_time_recipients.time_recipient_id%TYPE;
33: --
34: begin
35: g_debug := hr_utility.debug_enabled;
36: --
37: --
38: if g_debug then
39: l_proc := g_package||' create_time_recipient';

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

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

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

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

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

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

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

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

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

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

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

127: );
128: end;
129: --
130: if g_debug then
131: hr_utility.set_location(l_proc, 60);
132: end if;
133: --
134: -- When in validation only mode raise the Validate_Enabled exception
135: --

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

137: raise hr_api.validate_enabled;
138: end if;
139: --
140: if g_debug then
141: hr_utility.set_location(' Leaving:'||l_proc, 70);
142: end if;
143: --
144: -- Set all output arguments
145: --

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

162: p_time_recipient_id := null;
163: p_object_version_number := null;
164: --
165: if g_debug then
166: hr_utility.set_location(' Leaving:'||l_proc, 80);
167: end if;
168: --
169: when others then
170: --

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

170: --
171: -- A validation or unexpected error has occured
172: --
173: if g_debug then
174: hr_utility.trace('In exeception');
175: end if;
176: ROLLBACK TO create_time_recipient;
177: raise;
178: --

Line 206: g_debug := hr_utility.debug_enabled;

202: l_proc varchar2(72);
203: l_object_version_number hxc_time_recipients.object_version_number%TYPE := p_object_version_number;
204: --
205: begin
206: g_debug := hr_utility.debug_enabled;
207: --
208: if g_debug then
209: l_proc := g_package||' update_time_recipient';
210: hr_utility.set_location('Entering:'|| l_proc, 10);

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

206: g_debug := hr_utility.debug_enabled;
207: --
208: if g_debug then
209: l_proc := g_package||' update_time_recipient';
210: hr_utility.set_location('Entering:'|| l_proc, 10);
211: end if;
212: --
213: -- Issue a savepoint if operating in validation only mode
214: --

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

214: --
215: savepoint update_time_recipient;
216: --
217: if g_debug then
218: hr_utility.set_location(l_proc, 20);
219: end if;
220: --
221: -- Call Before Process User Hook
222: --

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

242: );
243: end;
244: --
245: if g_debug then
246: hr_utility.set_location(l_proc, 30);
247: end if;
248: --
249: -- Process Logic
250: --

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

265: ,p_object_version_number => l_object_version_number );
266: --
267: --
268: if g_debug then
269: hr_utility.set_location(l_proc, 40);
270: end if;
271: --
272: -- Call After Process User Hook
273: --

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

293: );
294: end;
295: --
296: if g_debug then
297: hr_utility.set_location(l_proc, 50);
298: end if;
299: --
300: -- When in validation only mode raise the Validate_Enabled exception
301: --

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

303: raise hr_api.validate_enabled;
304: end if;
305: --
306: if g_debug then
307: hr_utility.set_location(' Leaving:'||l_proc, 60);
308: end if;
309: --
310: -- Set all output arguments
311: --

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

326: --
327: p_object_version_number := null;
328: --
329: if g_debug then
330: hr_utility.set_location(' Leaving:'||l_proc, 60);
331: end if;
332: --
333: when others then
334: --

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

334: --
335: -- A validation or unexpected error has occured
336: --
337: if g_debug then
338: hr_utility.trace('In exeception');
339: end if;
340: ROLLBACK TO update_time_recipient;
341: raise;
342: --

Line 360: g_debug := hr_utility.debug_enabled;

356: --
357: l_proc varchar2(72);
358: --
359: begin
360: g_debug := hr_utility.debug_enabled;
361: --
362: if g_debug then
363: l_proc := g_package||'delete_time_recipient';
364: hr_utility.set_location('Entering:'|| l_proc, 10);

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

360: g_debug := hr_utility.debug_enabled;
361: --
362: if g_debug then
363: l_proc := g_package||'delete_time_recipient';
364: hr_utility.set_location('Entering:'|| l_proc, 10);
365: end if;
366: --
367: -- Issue a savepoint if operating in validation only mode
368: --

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

368: --
369: savepoint delete_time_recipient;
370: --
371: if g_debug then
372: hr_utility.set_location(l_proc, 20);
373: end if;
374: --
375: -- Call Before Process User Hook
376: --

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

388: );
389: end;
390: --
391: if g_debug then
392: hr_utility.set_location(l_proc, 30);
393: end if;
394: --
395: -- Process Logic
396: --

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

400: ,p_object_version_number => p_object_version_number
401: );
402: --
403: if g_debug then
404: hr_utility.set_location(l_proc, 40);
405: end if;
406: --
407: -- Call After Process User Hook
408: --

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

426: raise hr_api.validate_enabled;
427: end if;
428: --
429: if g_debug then
430: hr_utility.set_location(' Leaving:'||l_proc, 50);
431: end if;
432: --
433: exception
434: --