DBA Data[Home] [Help]

APPS.BEN_EHS_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_ehs_shd.api_updating
49: (p_effective_date => p_effective_date,
50: p_elig_hrly_slrd_prte_id => p_elig_hrly_slrd_prte_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_elig_hrly_slrd_prte_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_ehs_shd.api_updating
118: (p_elig_hrly_slrd_prte_id => p_elig_hrly_slrd_prte_id,
119: p_effective_date => p_effective_date,

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

140: end if;
141: --
142: end if;
143: --
144: hr_utility.set_location('Leaving:'||l_proc,10);
145: --
146: end chk_excld_flag;
147: --
148: -- ----------------------------------------------------------------------------

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

197: ;
198: --
199: Begin
200: --
201: hr_utility.set_location('Entering:'||l_proc, 5);
202: --
203: l_api_updating := ben_ehs_shd.api_updating
204: (p_elig_hrly_slrd_prte_id => p_elig_hrly_slrd_prte_id,
205: p_effective_date => p_effective_date,

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

241:
242: --
243: end if;
244: --
245: hr_utility.set_location('Leaving:'||l_proc,10);
246: --
247: end chk_hrly_slrd_cd;
248: --
249: --Bug:5054189

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

290: and ordr_num = p_ordr_num
291: and business_group_id = p_business_group_id;
292: --
293: Begin
294: hr_utility.set_location('Entering:'||l_proc, 5);
295: --
296: open c1;
297: fetch c1 into l_dummy;
298: if c1%found then

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

301: fnd_message.raise_error;
302: end if;
303: close c1;
304: --
305: hr_utility.set_location('Leaving:'||l_proc, 15);
306: End chk_duplicate_ordr_num;
307: -- ----------------------------------------------------------------------------
308: -- |--------------------------< dt_update_validate >--------------------------|
309: -- ----------------------------------------------------------------------------

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

343: l_integrity_error Exception;
344: l_table_name all_tables.table_name%TYPE;
345: --
346: Begin
347: hr_utility.set_location('Entering:'||l_proc, 5);
348: --
349: -- Ensure that the p_datetrack_mode argument is not null
350: --
351: hr_api.mandatory_arg_error

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

382: End If;
383: --
384: End If;
385: --
386: hr_utility.set_location(' Leaving:'||l_proc, 10);
387: Exception
388: When l_integrity_error Then
389: --
390: -- A referential integrity check was violated therefore

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

448: l_rows_exist Exception;
449: l_table_name all_tables.table_name%TYPE;
450: --
451: Begin
452: hr_utility.set_location('Entering:'||l_proc, 5);
453: --
454: -- Ensure that the p_datetrack_mode argument is not null
455: --
456: hr_api.mandatory_arg_error

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

485: --
486: --
487: End If;
488: --
489: hr_utility.set_location(' Leaving:'||l_proc, 10);
490: Exception
491: When l_rows_exist Then
492: --
493: -- A referential integrity check was violated therefore

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

518: --
519: l_proc varchar2(72) := g_package||'insert_validate';
520: --
521: Begin
522: hr_utility.set_location('Entering:'||l_proc, 5);
523: --
524: -- Call all supporting business operations
525: --
526: --

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

552: ,p_eligy_prfl_id => p_rec.eligy_prfl_id
553: ,p_ordr_num => p_rec.ordr_num
554: ,p_business_group_id => p_rec.business_group_id);
555: --
556: hr_utility.set_location(' Leaving:'||l_proc, 10);
557: End insert_validate;
558: --
559: -- ----------------------------------------------------------------------------
560: -- |---------------------------< update_validate >----------------------------|

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

568: --
569: l_proc varchar2(72) := g_package||'update_validate';
570: --
571: Begin
572: hr_utility.set_location('Entering:'||l_proc, 5);
573: --
574: -- Call all supporting business operations
575: --
576: --

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

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

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

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

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

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

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

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

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

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