DBA Data[Home] [Help]

APPS.BEN_BTR_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_btr_shd.api_updating
49: (p_effective_date => p_effective_date,
50: p_comp_lvl_acty_rt_id => p_comp_lvl_acty_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_comp_lvl_acty_rt_id;
78: --
79: -- ----------------------------------------------------------------------------

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

117: where a.comp_lvl_fctr_id = p_comp_lvl_fctr_id;
118: --
119: Begin
120: --
121: hr_utility.set_location('Entering:'||l_proc,5);
122: --
123: l_api_updating := ben_btr_shd.api_updating
124: (p_comp_lvl_acty_rt_id => p_comp_lvl_acty_rt_id,
125: p_effective_date => p_effective_date,

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

149: close c1;
150: --
151: end if;
152: --
153: hr_utility.set_location('Leaving:'||l_proc,10);
154: --
155: End chk_comp_lvl_fctr_id;
156: --
157: -- ----------------------------------------------------------------------------

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

189: l_api_updating boolean;
190: --
191: Begin
192: --
193: hr_utility.set_location('Entering:'||l_proc, 5);
194: --
195: l_api_updating := ben_btr_shd.api_updating
196: (p_comp_lvl_acty_rt_id => p_comp_lvl_acty_rt_id,
197: p_effective_date => p_effective_date,

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

218: end if;
219: --
220: end if;
221: --
222: hr_utility.set_location('Leaving:'||l_proc,10);
223: --
224: end chk_dflt_flag;
225: --
226: -- ----------------------------------------------------------------------------

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

275: and a.effective_end_date;
276: --
277: Begin
278: --
279: hr_utility.set_location('Entering:'||l_proc, 5);
280: --
281: l_api_updating := ben_btr_shd.api_updating
282: (p_comp_lvl_acty_rt_id => p_comp_lvl_acty_rt_id,
283: p_effective_date => p_effective_date,

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

307: close c1;
308: --
309: end if;
310: --
311: hr_utility.set_location('Leaving:'||l_proc, 10);
312: --
313: End chk_abr_dflt_flag;
314: -- ----------------------------------------------------------------------------
315: -- |--------------------------< dt_update_validate >--------------------------|

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

350: l_integrity_error Exception;
351: l_table_name all_tables.table_name%TYPE;
352: --
353: Begin
354: hr_utility.set_location('Entering:'||l_proc, 5);
355: --
356: -- Ensure that the p_datetrack_mode argument is not null
357: --
358: hr_api.mandatory_arg_error

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

389: End If;
390: --
391: End If;
392: --
393: hr_utility.set_location(' Leaving:'||l_proc, 10);
394: Exception
395: When l_integrity_error Then
396: --
397: -- A referential integrity check was violated therefore

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

454: l_rows_exist Exception;
455: l_table_name all_tables.table_name%TYPE;
456: --
457: Begin
458: hr_utility.set_location('Entering:'||l_proc, 5);
459: --
460: -- Ensure that the p_datetrack_mode argument is not null
461: --
462: hr_api.mandatory_arg_error

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

491: --
492: --
493: End If;
494: --
495: hr_utility.set_location(' Leaving:'||l_proc, 10);
496: Exception
497: When l_rows_exist Then
498: --
499: -- A referential integrity check was violated therefore

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

523: --
524: l_proc varchar2(72) := g_package||'insert_validate';
525: --
526: Begin
527: hr_utility.set_location('Entering:'||l_proc, 5);
528: --
529: -- Call all supporting business operations
530: --
531: --

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

556: p_business_group_id => p_rec.business_group_id,
557: p_object_version_number => p_rec.object_version_number);
558: --
559: -- Validate Bus Grp
560: hr_utility.set_location(' Leaving:'||l_proc, 10);
561: End insert_validate;
562: --
563: -- ----------------------------------------------------------------------------
564: -- |---------------------------< update_validate >----------------------------|

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

572: --
573: l_proc varchar2(72) := g_package||'update_validate';
574: --
575: Begin
576: hr_utility.set_location('Entering:'||l_proc, 5);
577: --
578: -- Call all supporting business operations
579: --
580: --

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

612: p_datetrack_mode => p_datetrack_mode,
613: p_validation_start_date => p_validation_start_date,
614: p_validation_end_date => p_validation_end_date);
615: --
616: hr_utility.set_location(' Leaving:'||l_proc, 10);
617: End update_validate;
618: --
619: -- ----------------------------------------------------------------------------
620: -- |---------------------------< delete_validate >----------------------------|

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

628: --
629: l_proc varchar2(72) := g_package||'delete_validate';
630: --
631: Begin
632: hr_utility.set_location('Entering:'||l_proc, 5);
633: --
634: -- Call all supporting business operations
635: --
636: dt_delete_validate

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

638: p_validation_start_date => p_validation_start_date,
639: p_validation_end_date => p_validation_end_date,
640: p_comp_lvl_acty_rt_id => p_rec.comp_lvl_acty_rt_id);
641: --
642: hr_utility.set_location(' Leaving:'||l_proc, 10);
643: End delete_validate;
644: --
645: --
646: -- ---------------------------------------------------------------------------

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

665: l_proc varchar2(72) := g_package||'return_legislation_code';
666: --
667: begin
668: --
669: hr_utility.set_location('Entering:'|| l_proc, 10);
670: --
671: -- Ensure that all the mandatory parameter are not null
672: --
673: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

690: end if;
691: --
692: close csr_leg_code;
693: --
694: hr_utility.set_location(' Leaving:'|| l_proc, 20);
695: --
696: return l_legislation_code;
697: --
698: end return_legislation_code;