DBA Data[Home] [Help]

APPS.BEN_NOC_BUS dependencies on HR_UTILITY

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

42: l_api_updating boolean;
43: --
44: Begin
45: --
46: hr_utility.set_location('Entering:'||l_proc, 5);
47: --
48: l_api_updating := ben_noc_shd.api_updating
49: (p_effective_date => p_effective_date,
50: p_no_othr_cvg_rt_id => p_no_othr_cvg_rt_id,

Line 75: hr_utility.set_location('Leaving:'||l_proc, 10);

71: end if;
72: --
73: end if;
74: --
75: hr_utility.set_location('Leaving:'||l_proc, 10);
76: --
77: End chk_no_othr_cvg_rt_id;
78: --
79: -- ----------------------------------------------------------------------------

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

111: l_api_updating boolean;
112: --
113: Begin
114: --
115: hr_utility.set_location('Entering:'||l_proc, 5);
116: --
117: l_api_updating := ben_noc_shd.api_updating
118: (p_no_othr_cvg_rt_id => p_no_othr_cvg_rt_id,
119: p_effective_date => p_effective_date,

Line 146: hr_utility.set_location('Leaving:'||l_proc,10);

142: end if;
143: --
144: end if;
145: --
146: hr_utility.set_location('Leaving:'||l_proc,10);
147: --
148: end chk_coord_ben_no_cvg_flag;
149: --
150: -- ----------------------------------------------------------------------------

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

186: l_integrity_error Exception;
187: l_table_name all_tables.table_name%TYPE;
188: --
189: Begin
190: hr_utility.set_location('Entering:'||l_proc, 5);
191: --
192: -- Ensure that the p_datetrack_mode argument is not null
193: --
194: hr_api.mandatory_arg_error

Line 229: hr_utility.set_location(' Leaving:'||l_proc, 10);

225: End If;
226: --
227: End If;
228: --
229: hr_utility.set_location(' Leaving:'||l_proc, 10);
230: Exception
231: When l_integrity_error Then
232: --
233: -- A referential integrity check was violated therefore

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

291: l_rows_exist Exception;
292: l_table_name all_tables.table_name%TYPE;
293: --
294: Begin
295: hr_utility.set_location('Entering:'||l_proc, 5);
296: --
297: -- Ensure that the p_datetrack_mode argument is not null
298: --
299: hr_api.mandatory_arg_error

Line 332: hr_utility.set_location(' Leaving:'||l_proc, 10);

328: --
329: --
330: End If;
331: --
332: hr_utility.set_location(' Leaving:'||l_proc, 10);
333: Exception
334: When l_rows_exist Then
335: --
336: -- A referential integrity check was violated therefore

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

362: --
363: l_proc varchar2(72) := g_package||'insert_validate';
364: --
365: Begin
366: hr_utility.set_location('Entering:'||l_proc, 5);
367: --
368: -- Call all supporting business operations
369: --
370: --

Line 384: hr_utility.set_location(' Leaving:'||l_proc, 10);

380: p_coord_ben_no_cvg_flag => p_rec.coord_ben_no_cvg_flag,
381: p_effective_date => p_effective_date,
382: p_object_version_number => p_rec.object_version_number);
383: --
384: hr_utility.set_location(' Leaving:'||l_proc, 10);
385: End insert_validate;
386: --
387: -- ----------------------------------------------------------------------------
388: -- |---------------------------< update_validate >----------------------------|

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

396: --
397: l_proc varchar2(72) := g_package||'update_validate';
398: --
399: Begin
400: hr_utility.set_location('Entering:'||l_proc, 5);
401: --
402: -- Call all supporting business operations
403: --
404: --

Line 426: hr_utility.set_location(' Leaving:'||l_proc, 10);

422: p_datetrack_mode => p_datetrack_mode,
423: p_validation_start_date => p_validation_start_date,
424: p_validation_end_date => p_validation_end_date);
425: --
426: hr_utility.set_location(' Leaving:'||l_proc, 10);
427: End update_validate;
428: --
429: -- ----------------------------------------------------------------------------
430: -- |---------------------------< delete_validate >----------------------------|

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

438: --
439: l_proc varchar2(72) := g_package||'delete_validate';
440: --
441: Begin
442: hr_utility.set_location('Entering:'||l_proc, 5);
443: --
444: -- Call all supporting business operations
445: --
446: dt_delete_validate

Line 452: hr_utility.set_location(' Leaving:'||l_proc, 10);

448: p_validation_start_date => p_validation_start_date,
449: p_validation_end_date => p_validation_end_date,
450: p_no_othr_cvg_rt_id => p_rec.no_othr_cvg_rt_id);
451: --
452: hr_utility.set_location(' Leaving:'||l_proc, 10);
453: End delete_validate;
454: --
455: --
456: -- ---------------------------------------------------------------------------

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

475: l_proc varchar2(72) := g_package||'return_legislation_code';
476: --
477: begin
478: --
479: hr_utility.set_location('Entering:'|| l_proc, 10);
480: --
481: -- Ensure that all the mandatory parameter are not null
482: --
483: hr_api.mandatory_arg_error(p_api_name => l_proc,

Line 504: hr_utility.set_location(' Leaving:'|| l_proc, 20);

500: end if;
501: --
502: close csr_leg_code;
503: --
504: hr_utility.set_location(' Leaving:'|| l_proc, 20);
505: --
506: return l_legislation_code;
507: --
508: end return_legislation_code;