DBA Data[Home] [Help]

APPS.BEN_LRN_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_lrn_shd.api_updating
49: (p_effective_date => p_effective_date,
50: p_lvg_rsn_rt_id => p_lvg_rsn_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_lvg_rsn_rt_id;
78: --
79: -- ----------------------------------------------------------------------------

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

128:
129: --
130: Begin
131: --
132: hr_utility.set_location('Entering:'||l_proc, 5);
133: --
134: l_api_updating := ben_lrn_shd.api_updating
135: (p_lvg_rsn_rt_id => p_lvg_rsn_rt_id,
136: p_effective_date => p_effective_date,

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

174: close c3;
175: --
176: end if;
177: --
178: hr_utility.set_location('Leaving:'||l_proc,10);
179: --
180: end chk_lvg_rsn_cd;
181: --
182: -- ----------------------------------------------------------------------------

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

214: l_api_updating boolean;
215: --
216: Begin
217: --
218: hr_utility.set_location('Entering:'||l_proc, 5);
219: --
220: l_api_updating := ben_lrn_shd.api_updating
221: (p_lvg_rsn_rt_id => p_lvg_rsn_rt_id,
222: p_effective_date => p_effective_date,

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

245: end if;
246: --
247: end if;
248: --
249: hr_utility.set_location('Leaving:'||l_proc,10);
250: --
251: end chk_excld_flag;
252: --
253: --

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

303: and business_group_id + 0 = p_business_group_id
304: and ordr_num = p_ordr_num;
305: --
306: Begin
307: hr_utility.set_location('Entering:'||l_proc, 5);
308:
309: --
310: open c1;
311: fetch c1 into l_dummy;

Line 319: hr_utility.set_location('Leaving:'||l_proc, 15);

315: fnd_message.raise_error;
316: end if;
317: close c1;
318: --
319: hr_utility.set_location('Leaving:'||l_proc, 15);
320: End chk_duplicate_ordr_num;
321: --
322: -- ----------------------------------------------------------------------------
323: -- |--------------------------< dt_update_validate >--------------------------|

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

358: l_integrity_error Exception;
359: l_table_name all_tables.table_name%TYPE;
360: --
361: Begin
362: hr_utility.set_location('Entering:'||l_proc, 5);
363: --
364: -- Ensure that the p_datetrack_mode argument is not null
365: --
366: hr_api.mandatory_arg_error

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

397: End If;
398: --
399: End If;
400: --
401: hr_utility.set_location(' Leaving:'||l_proc, 10);
402: Exception
403: When l_integrity_error Then
404: --
405: -- A referential integrity check was violated therefore

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

462: l_rows_exist Exception;
463: l_table_name all_tables.table_name%TYPE;
464: --
465: Begin
466: hr_utility.set_location('Entering:'||l_proc, 5);
467: --
468: -- Ensure that the p_datetrack_mode argument is not null
469: --
470: hr_api.mandatory_arg_error

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

499: --
500: --
501: End If;
502: --
503: hr_utility.set_location(' Leaving:'||l_proc, 10);
504: Exception
505: When l_rows_exist Then
506: --
507: -- A referential integrity check was violated therefore

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

533: --
534: l_proc varchar2(72) := g_package||'insert_validate';
535: --
536: Begin
537: hr_utility.set_location('Entering:'||l_proc, 5);
538: --
539: -- Call all supporting business operations
540: --
541: --

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

571: ,p_validation_end_date => p_validation_end_date
572: ,p_business_group_id => p_rec.business_group_id);
573:
574: --
575: hr_utility.set_location(' Leaving:'||l_proc, 10);
576: End insert_validate;
577: --
578: -- ----------------------------------------------------------------------------
579: -- |---------------------------< update_validate >----------------------------|

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

587: --
588: l_proc varchar2(72) := g_package||'update_validate';
589: --
590: Begin
591: hr_utility.set_location('Entering:'||l_proc, 5);
592: --
593: -- Call all supporting business operations
594: --
595: --

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

633: p_datetrack_mode => p_datetrack_mode,
634: p_validation_start_date => p_validation_start_date,
635: p_validation_end_date => p_validation_end_date);
636: --
637: hr_utility.set_location(' Leaving:'||l_proc, 10);
638: End update_validate;
639: --
640: -- ----------------------------------------------------------------------------
641: -- |---------------------------< delete_validate >----------------------------|

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

649: --
650: l_proc varchar2(72) := g_package||'delete_validate';
651: --
652: Begin
653: hr_utility.set_location('Entering:'||l_proc, 5);
654: --
655: -- Call all supporting business operations
656: --
657: dt_delete_validate

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

659: p_validation_start_date => p_validation_start_date,
660: p_validation_end_date => p_validation_end_date,
661: p_lvg_rsn_rt_id => p_rec.lvg_rsn_rt_id);
662: --
663: hr_utility.set_location(' Leaving:'||l_proc, 10);
664: End delete_validate;
665: --
666: --
667: -- ---------------------------------------------------------------------------

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

686: l_proc varchar2(72) := g_package||'return_legislation_code';
687: --
688: begin
689: --
690: hr_utility.set_location('Entering:'|| l_proc, 10);
691: --
692: -- Ensure that all the mandatory parameter are not null
693: --
694: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

711: end if;
712: --
713: close csr_leg_code;
714: --
715: hr_utility.set_location(' Leaving:'|| l_proc, 20);
716: --
717: return l_legislation_code;
718: --
719: end return_legislation_code;