DBA Data[Home] [Help]

APPS.BEN_PPE_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_ppe_shd.api_updating
49: (p_effective_date => p_effective_date,
50: p_prtt_prem_id => p_prtt_prem_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_prtt_prem_id;
78: --
79: -- ----------------------------------------------------------------------------

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

117: l_dummy varchar2(30);
118: --
119: Begin
120: --
121: hr_utility.set_location('Entering:'||l_proc, 5);
122: --
123: l_api_updating := ben_ppe_shd.api_updating
124: (p_prtt_prem_id => p_prtt_prem_id,
125: p_effective_date => p_effective_date,

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

152: fnd_message.set_name('BEN','BEN_92237_UOM_REQUIRED');
153: fnd_message.raise_error;
154: end if;
155: --
156: hr_utility.set_location('Leaving:'||l_proc,10);
157: --
158: end chk_std_prem_uom;
159: --
160: -- ---

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

198: l_integrity_error Exception;
199: l_table_name all_tables.table_name%TYPE;
200: --
201: Begin
202: hr_utility.set_location('Entering:'||l_proc, 5);
203: --
204: -- Ensure that the p_datetrack_mode argument is not null
205: --
206: hr_api.mandatory_arg_error

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

253: ****************** END CODE PRIOR TO WWBUG: 1646442 *******************/
254: --
255: End If;
256: --
257: hr_utility.set_location(' Leaving:'||l_proc, 10);
258: Exception
259: When l_integrity_error Then
260: --
261: -- A referential integrity check was violated therefore

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

318: l_rows_exist Exception;
319: l_table_name all_tables.table_name%TYPE;
320: --
321: Begin
322: hr_utility.set_location('Entering:'||l_proc, 5);
323: --
324: -- Ensure that the p_datetrack_mode argument is not null
325: --
326: hr_api.mandatory_arg_error

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

355: --
356: --
357: End If;
358: --
359: hr_utility.set_location(' Leaving:'||l_proc, 10);
360: Exception
361: When l_rows_exist Then
362: --
363: -- A referential integrity check was violated therefore

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

387: --
388: l_proc varchar2(72) := g_package||'insert_validate';
389: --
390: Begin
391: hr_utility.set_location('Entering:'||l_proc, 5);
392: --
393: -- Call context sensitive validate bgp cache routine
394: --
395: ben_batch_dt_api.batch_validate_bgp_id

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

413: p_std_prem_uom => p_rec.std_prem_uom,
414: p_effective_date => p_effective_date,
415: p_object_version_number => p_rec.object_version_number);
416: --
417: hr_utility.set_location(' Leaving:'||l_proc, 10);
418: End insert_validate;
419: --
420: -- ----------------------------------------------------------------------------
421: -- |---------------------------< update_validate >----------------------------|

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

429: --
430: l_proc varchar2(72) := g_package||'update_validate';
431: --
432: Begin
433: hr_utility.set_location('Entering:'||l_proc, 5);
434: --
435: -- Call context sensitive validate bgp cache routine
436: --
437: ben_batch_dt_api.batch_validate_bgp_id

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

464: p_datetrack_mode => p_datetrack_mode,
465: p_validation_start_date => p_validation_start_date,
466: p_validation_end_date => p_validation_end_date);
467: --
468: hr_utility.set_location(' Leaving:'||l_proc, 10);
469: End update_validate;
470: --
471: -- ----------------------------------------------------------------------------
472: -- |---------------------------< delete_validate >----------------------------|

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

480: --
481: l_proc varchar2(72) := g_package||'delete_validate';
482: --
483: Begin
484: hr_utility.set_location('Entering:'||l_proc, 5);
485: --
486: -- Call all supporting business operations
487: --
488: dt_delete_validate

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

490: p_validation_start_date => p_validation_start_date,
491: p_validation_end_date => p_validation_end_date,
492: p_prtt_prem_id => p_rec.prtt_prem_id);
493: --
494: hr_utility.set_location(' Leaving:'||l_proc, 10);
495: End delete_validate;
496: --
497: --
498: -- ---------------------------------------------------------------------------

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

517: l_proc varchar2(72) := g_package||'return_legislation_code';
518: --
519: begin
520: --
521: hr_utility.set_location('Entering:'|| l_proc, 10);
522: --
523: -- Ensure that all the mandatory parameter are not null
524: --
525: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

542: end if;
543: --
544: close csr_leg_code;
545: --
546: hr_utility.set_location(' Leaving:'|| l_proc, 20);
547: --
548: return l_legislation_code;
549: --
550: end return_legislation_code;