DBA Data[Home] [Help]

APPS.BEN_EFP_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_efp_shd.api_updating
49: (p_effective_date => p_effective_date,
50: p_elig_fl_tm_pt_tm_prte_id => p_elig_fl_tm_pt_tm_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_fl_tm_pt_tm_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_efp_shd.api_updating
118: (p_elig_fl_tm_pt_tm_prte_id => p_elig_fl_tm_pt_tm_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 202: hr_utility.set_location('Entering:'||l_proc, 5);

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

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

241: close c3;
242: --
243: end if;
244: --
245: hr_utility.set_location('Leaving:'||l_proc,10);
246: --
247: end chk_fl_tm_pt_tm_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 614: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

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

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

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

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

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

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

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

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