DBA Data[Home] [Help]

APPS.BEN_CWB_CUSTOM_PERSON_PKG dependencies on HR_UTILITY

Line 9: g_debug boolean := hr_utility.debug_enabled;

5: -- | Private Global Definitions |
6: -- --------------------------------------------------------------------------
7: --
8: g_package varchar2(33):=' ben_cwb_custom_person_pkg.'; --Global package name
9: g_debug boolean := hr_utility.debug_enabled;
10: --
11: --
12: -- --------------------------------------------------------------------------
13: -- |---------------------------< get_custom_name >---------------------------|

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

24: --
25: begin
26: --
27: if g_debug then
28: hr_utility.set_location('Entering:'|| l_proc, 10);
29: end if;
30: --
31: return null;
32: --

Line 34: hr_utility.set_location(' Leaving:'|| l_proc, 99);

30: --
31: return null;
32: --
33: if g_debug then
34: hr_utility.set_location(' Leaving:'|| l_proc, 99);
35: end if;
36: --
37: exception
38: when others then

Line 39: hr_utility.set_location('Exception in '|| l_proc, 99);

35: end if;
36: --
37: exception
38: when others then
39: hr_utility.set_location('Exception in '|| l_proc, 99);
40: raise;
41:
42: end;
43: --

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

56: --
57: begin
58: --
59: if g_debug then
60: hr_utility.set_location('Entering:'|| l_proc, 10);
61: end if;
62: --
63: return null;
64: --

Line 66: hr_utility.set_location(' Leaving:'|| l_proc, 99);

62: --
63: return null;
64: --
65: if g_debug then
66: hr_utility.set_location(' Leaving:'|| l_proc, 99);
67: end if;
68: --
69: exception
70: when others then

Line 71: hr_utility.set_location('Exception in '|| l_proc, 99);

67: end if;
68: --
69: exception
70: when others then
71: hr_utility.set_location('Exception in '|| l_proc, 99);
72: raise;
73:
74: end;
75: --

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

88: --
89: begin
90: --
91: if g_debug then
92: hr_utility.set_location('Entering:'|| l_proc, 10);
93: end if;
94: --
95: return null;
96: --

Line 98: hr_utility.set_location(' Leaving:'|| l_proc, 99);

94: --
95: return null;
96: --
97: if g_debug then
98: hr_utility.set_location(' Leaving:'|| l_proc, 99);
99: end if;
100: --
101:
102: exception

Line 104: hr_utility.set_location('Exception in '|| l_proc, 99);

100: --
101:
102: exception
103: when others then
104: hr_utility.set_location('Exception in '|| l_proc, 99);
105: raise;
106:
107: end;
108: --

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

121: --
122: begin
123: --
124: if g_debug then
125: hr_utility.set_location('Entering:'|| l_proc, 10);
126: end if;
127: --
128: return null;
129: --

Line 131: hr_utility.set_location(' Leaving:'|| l_proc, 99);

127: --
128: return null;
129: --
130: if g_debug then
131: hr_utility.set_location(' Leaving:'|| l_proc, 99);
132: end if;
133: -- return null;
134: exception
135: when others then

Line 136: hr_utility.set_location('Exception in '|| l_proc, 99);

132: end if;
133: -- return null;
134: exception
135: when others then
136: hr_utility.set_location('Exception in '|| l_proc, 99);
137: raise;
138:
139:
140: end;

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

154: --
155: begin
156: --
157: if g_debug then
158: hr_utility.set_location('Entering:'|| l_proc, 10);
159: end if;
160: --
161: return null;
162: --

Line 164: hr_utility.set_location(' Leaving:'|| l_proc, 99);

160: --
161: return null;
162: --
163: if g_debug then
164: hr_utility.set_location(' Leaving:'|| l_proc, 99);
165: end if;
166: --
167:
168: exception

Line 170: hr_utility.set_location('Exception in '|| l_proc, 99);

166: --
167:
168: exception
169: when others then
170: hr_utility.set_location('Exception in '|| l_proc, 99);
171: raise;
172:
173:
174: end;

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

188: --
189: begin
190: --
191: if g_debug then
192: hr_utility.set_location('Entering:'|| l_proc, 10);
193: end if;
194: --
195: return null;
196: --

Line 198: hr_utility.set_location(' Leaving:'|| l_proc, 99);

194: --
195: return null;
196: --
197: if g_debug then
198: hr_utility.set_location(' Leaving:'|| l_proc, 99);
199: end if;
200: --
201:
202: exception

Line 204: hr_utility.set_location('Exception in '|| l_proc, 99);

200: --
201:
202: exception
203: when others then
204: hr_utility.set_location('Exception in '|| l_proc, 99);
205: raise;
206:
207:
208: end;

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

222: --
223: begin
224: --
225: if g_debug then
226: hr_utility.set_location('Entering:'|| l_proc, 10);
227: end if;
228: --
229: return null;
230: --

Line 232: hr_utility.set_location(' Leaving:'|| l_proc, 99);

228: --
229: return null;
230: --
231: if g_debug then
232: hr_utility.set_location(' Leaving:'|| l_proc, 99);
233: end if;
234: --
235: exception
236: when others then

Line 237: hr_utility.set_location('Exception in '|| l_proc, 99);

233: end if;
234: --
235: exception
236: when others then
237: hr_utility.set_location('Exception in '|| l_proc, 99);
238: raise;
239:
240:
241: end;

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

255: --
256: begin
257: --
258: if g_debug then
259: hr_utility.set_location('Entering:'|| l_proc, 10);
260: end if;
261: --
262: return null;
263: --

Line 265: hr_utility.set_location(' Leaving:'|| l_proc, 99);

261: --
262: return null;
263: --
264: if g_debug then
265: hr_utility.set_location(' Leaving:'|| l_proc, 99);
266: end if;
267: --
268:
269: exception

Line 271: hr_utility.set_location('Exception in '|| l_proc, 99);

267: --
268:
269: exception
270: when others then
271: hr_utility.set_location('Exception in '|| l_proc, 99);
272: raise;
273:
274:
275: end;

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

289: --
290: begin
291: --
292: if g_debug then
293: hr_utility.set_location('Entering:'|| l_proc, 10);
294: end if;
295: --
296: return null;
297: --

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

295: --
296: return null;
297: --
298: if g_debug then
299: hr_utility.set_location(' Leaving:'|| l_proc, 99);
300: end if;
301: --
302:
303: exception

Line 305: hr_utility.set_location('Exception in '|| l_proc, 99);

301: --
302:
303: exception
304: when others then
305: hr_utility.set_location('Exception in '|| l_proc, 99);
306: raise;
307:
308:
309: end;

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

323: --
324: begin
325: --
326: if g_debug then
327: hr_utility.set_location('Entering:'|| l_proc, 10);
328: end if;
329: --
330: return null;
331: --

Line 333: hr_utility.set_location(' Leaving:'|| l_proc, 99);

329: --
330: return null;
331: --
332: if g_debug then
333: hr_utility.set_location(' Leaving:'|| l_proc, 99);
334: end if;
335: --
336:
337: exception

Line 339: hr_utility.set_location('Exception in '|| l_proc, 99);

335: --
336:
337: exception
338: when others then
339: hr_utility.set_location('Exception in '|| l_proc, 99);
340: raise;
341:
342:
343: end;

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

357: --
358: begin
359: --
360: if g_debug then
361: hr_utility.set_location('Entering:'|| l_proc, 10);
362: end if;
363: --
364: return null;
365: --

Line 367: hr_utility.set_location(' Leaving:'|| l_proc, 99);

363: --
364: return null;
365: --
366: if g_debug then
367: hr_utility.set_location(' Leaving:'|| l_proc, 99);
368: end if;
369: --
370:
371: exception

Line 373: hr_utility.set_location('Exception in '|| l_proc, 99);

369: --
370:
371: exception
372: when others then
373: hr_utility.set_location('Exception in '|| l_proc, 99);
374: raise;
375:
376:
377: end;

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

391: --
392: begin
393: --
394: if g_debug then
395: hr_utility.set_location('Entering:'|| l_proc, 10);
396: end if;
397: --
398: return null;
399: --

Line 401: hr_utility.set_location(' Leaving:'|| l_proc, 99);

397: --
398: return null;
399: --
400: if g_debug then
401: hr_utility.set_location(' Leaving:'|| l_proc, 99);
402: end if;
403: --
404:
405: exception

Line 407: hr_utility.set_location('Exception in '|| l_proc, 99);

403: --
404:
405: exception
406: when others then
407: hr_utility.set_location('Exception in '|| l_proc, 99);
408: raise;
409:
410:
411: end;

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

425: --
426: begin
427: --
428: if g_debug then
429: hr_utility.set_location('Entering:'|| l_proc, 10);
430: end if;
431: --
432: return null;
433: --

Line 435: hr_utility.set_location(' Leaving:'|| l_proc, 99);

431: --
432: return null;
433: --
434: if g_debug then
435: hr_utility.set_location(' Leaving:'|| l_proc, 99);
436: end if;
437: --
438:
439: exception

Line 441: hr_utility.set_location('Exception in '|| l_proc, 99);

437: --
438:
439: exception
440: when others then
441: hr_utility.set_location('Exception in '|| l_proc, 99);
442: raise;
443:
444:
445: end;

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

459: --
460: begin
461: --
462: if g_debug then
463: hr_utility.set_location('Entering:'|| l_proc, 10);
464: end if;
465: --
466: return null;
467: --

Line 469: hr_utility.set_location(' Leaving:'|| l_proc, 99);

465: --
466: return null;
467: --
468: if g_debug then
469: hr_utility.set_location(' Leaving:'|| l_proc, 99);
470: end if;
471: -- return null;
472:
473: exception

Line 475: hr_utility.set_location('Exception in '|| l_proc, 99);

471: -- return null;
472:
473: exception
474: when others then
475: hr_utility.set_location('Exception in '|| l_proc, 99);
476: raise;
477:
478:
479: end;

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

493: --
494: begin
495: --
496: if g_debug then
497: hr_utility.set_location('Entering:'|| l_proc, 10);
498: end if;
499: --
500: return null;
501: --

Line 503: hr_utility.set_location(' Leaving:'|| l_proc, 99);

499: --
500: return null;
501: --
502: if g_debug then
503: hr_utility.set_location(' Leaving:'|| l_proc, 99);
504: end if;
505: --
506:
507: exception

Line 509: hr_utility.set_location('Exception in '|| l_proc, 99);

505: --
506:
507: exception
508: when others then
509: hr_utility.set_location('Exception in '|| l_proc, 99);
510: raise;
511:
512:
513:

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

528: --
529: begin
530: --
531: if g_debug then
532: hr_utility.set_location('Entering:'|| l_proc, 10);
533: end if;
534: --
535: return null;
536: --

Line 538: hr_utility.set_location(' Leaving:'|| l_proc, 99);

534: --
535: return null;
536: --
537: if g_debug then
538: hr_utility.set_location(' Leaving:'|| l_proc, 99);
539: end if;
540: --
541: exception
542: when others then

Line 543: hr_utility.set_location('Exception in '|| l_proc, 99);

539: end if;
540: --
541: exception
542: when others then
543: hr_utility.set_location('Exception in '|| l_proc, 99);
544: raise;
545:
546:
547: end;

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

562: --
563: begin
564: --
565: if g_debug then
566: hr_utility.set_location('Entering:'|| l_proc, 10);
567: end if;
568: --
569: return null;
570: --

Line 572: hr_utility.set_location(' Leaving:'|| l_proc, 99);

568: --
569: return null;
570: --
571: if g_debug then
572: hr_utility.set_location(' Leaving:'|| l_proc, 99);
573: end if;
574: --
575: exception
576: when others then

Line 577: hr_utility.set_location('Exception in '|| l_proc, 99);

573: end if;
574: --
575: exception
576: when others then
577: hr_utility.set_location('Exception in '|| l_proc, 99);
578: raise;
579:
580:
581: end;

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

595: --
596: begin
597: --
598: if g_debug then
599: hr_utility.set_location('Entering:'|| l_proc, 10);
600: end if;
601: --
602: return null;
603: --

Line 605: hr_utility.set_location(' Leaving:'|| l_proc, 99);

601: --
602: return null;
603: --
604: if g_debug then
605: hr_utility.set_location(' Leaving:'|| l_proc, 99);
606: end if;
607: --
608: exception
609: when others then

Line 610: hr_utility.set_location('Exception in '|| l_proc, 99);

606: end if;
607: --
608: exception
609: when others then
610: hr_utility.set_location('Exception in '|| l_proc, 99);
611: raise;
612:
613:
614: end;

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

628: --
629: begin
630: --
631: if g_debug then
632: hr_utility.set_location('Entering:'|| l_proc, 10);
633: end if;
634: --
635: return null;
636: --

Line 638: hr_utility.set_location(' Leaving:'|| l_proc, 99);

634: --
635: return null;
636: --
637: if g_debug then
638: hr_utility.set_location(' Leaving:'|| l_proc, 99);
639: end if;
640: --
641: exception
642: when others then

Line 643: hr_utility.set_location('Exception in '|| l_proc, 99);

639: end if;
640: --
641: exception
642: when others then
643: hr_utility.set_location('Exception in '|| l_proc, 99);
644: raise;
645:
646:
647: end;

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

661: --
662: begin
663: --
664: if g_debug then
665: hr_utility.set_location('Entering:'|| l_proc, 10);
666: end if;
667: --
668: return null;
669: --

Line 671: hr_utility.set_location(' Leaving:'|| l_proc, 99);

667: --
668: return null;
669: --
670: if g_debug then
671: hr_utility.set_location(' Leaving:'|| l_proc, 99);
672: end if;
673: --
674: exception
675: when others then

Line 676: hr_utility.set_location('Exception in '|| l_proc, 99);

672: end if;
673: --
674: exception
675: when others then
676: hr_utility.set_location('Exception in '|| l_proc, 99);
677: raise;
678:
679:
680: end;

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

694: --
695: begin
696: --
697: if g_debug then
698: hr_utility.set_location('Entering:'|| l_proc, 10);
699: end if;
700: --
701: return null;
702: --

Line 704: hr_utility.set_location(' Leaving:'|| l_proc, 99);

700: --
701: return null;
702: --
703: if g_debug then
704: hr_utility.set_location(' Leaving:'|| l_proc, 99);
705: end if;
706: --
707: exception
708: when others then

Line 709: hr_utility.set_location('Exception in '|| l_proc, 99);

705: end if;
706: --
707: exception
708: when others then
709: hr_utility.set_location('Exception in '|| l_proc, 99);
710: raise;
711:
712:
713: end;