DBA Data[Home] [Help]

APPS.BEN_DEC_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_dec_shd.api_updating
49: (p_effective_date => p_effective_date,
50: p_dsgntr_enrld_cvg_id => p_dsgntr_enrld_cvg_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_dsgntr_enrld_cvg_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_dec_shd.api_updating
118: (p_dsgntr_enrld_cvg_id => p_dsgntr_enrld_cvg_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_dsgntr_crntly_enrld_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 220: hr_utility.set_location(' Leaving:'||l_proc, 10);

216: --
217: --
218: End If;
219: --
220: hr_utility.set_location(' Leaving:'||l_proc, 10);
221: Exception
222: When l_integrity_error Then
223: --
224: -- A referential integrity check was violated therefore

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

281: l_rows_exist Exception;
282: l_table_name all_tables.table_name%TYPE;
283: --
284: Begin
285: hr_utility.set_location('Entering:'||l_proc, 5);
286: --
287: -- Ensure that the p_datetrack_mode argument is not null
288: --
289: hr_api.mandatory_arg_error

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

318: --
319: --
320: End If;
321: --
322: hr_utility.set_location(' Leaving:'||l_proc, 10);
323: Exception
324: When l_rows_exist Then
325: --
326: -- A referential integrity check was violated therefore

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

352: --
353: l_proc varchar2(72) := g_package||'insert_validate';
354: --
355: Begin
356: hr_utility.set_location('Entering:'||l_proc, 5);
357: --
358: -- Call all supporting business operations
359: --
360: --

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

370: p_dsgntr_crntly_enrld_flag => p_rec.dsgntr_crntly_enrld_flag,
371: p_effective_date => p_effective_date,
372: p_object_version_number => p_rec.object_version_number);
373: --
374: hr_utility.set_location(' Leaving:'||l_proc, 10);
375: End insert_validate;
376: --
377: -- ----------------------------------------------------------------------------
378: -- |---------------------------< update_validate >----------------------------|

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

386: --
387: l_proc varchar2(72) := g_package||'update_validate';
388: --
389: Begin
390: hr_utility.set_location('Entering:'||l_proc, 5);
391: --
392: -- Call all supporting business operations
393: --
394: --

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

412: p_datetrack_mode => p_datetrack_mode,
413: p_validation_start_date => p_validation_start_date,
414: p_validation_end_date => p_validation_end_date);
415: --
416: hr_utility.set_location(' Leaving:'||l_proc, 10);
417: End update_validate;
418: --
419: -- ----------------------------------------------------------------------------
420: -- |---------------------------< delete_validate >----------------------------|

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

428: --
429: l_proc varchar2(72) := g_package||'delete_validate';
430: --
431: Begin
432: hr_utility.set_location('Entering:'||l_proc, 5);
433: --
434: -- Call all supporting business operations
435: --
436: dt_delete_validate

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

438: p_validation_start_date => p_validation_start_date,
439: p_validation_end_date => p_validation_end_date,
440: p_dsgntr_enrld_cvg_id => p_rec.dsgntr_enrld_cvg_id);
441: --
442: hr_utility.set_location(' Leaving:'||l_proc, 10);
443: End delete_validate;
444: --
445: --
446: -- ---------------------------------------------------------------------------

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

465: l_proc varchar2(72) := g_package||'return_legislation_code';
466: --
467: begin
468: --
469: hr_utility.set_location('Entering:'|| l_proc, 10);
470: --
471: -- Ensure that all the mandatory parameter are not null
472: --
473: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

490: end if;
491: --
492: close csr_leg_code;
493: --
494: hr_utility.set_location(' Leaving:'|| l_proc, 20);
495: --
496: return l_legislation_code;
497: --
498: end return_legislation_code;