DBA Data[Home] [Help]

APPS.BEN_EES_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_ees_shd.api_updating
49: (p_effective_date => p_effective_date,
50: p_elig_ee_stat_prte_id => p_elig_ee_stat_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_ee_stat_prte_id;
78: --
79: -- ----------------------------------------------------------------------------

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

176: --
177: --
178: Begin
179: --
180: hr_utility.set_location('Entering:'||l_proc, 5);
181: --
182: l_api_updating := ben_ees_shd.api_updating
183: (p_elig_ee_stat_prte_id => p_elig_ee_stat_prte_id,
184: p_effective_date => p_effective_date,

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

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

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

280: l_api_updating boolean;
281: --
282: Begin
283: --
284: hr_utility.set_location('Entering:'||l_proc, 5);
285: --
286: l_api_updating := ben_ees_shd.api_updating
287: (p_elig_ee_stat_prte_id => p_elig_ee_stat_prte_id,
288: p_effective_date => p_effective_date,

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

309: end if;
310: --
311: end if;
312: --
313: hr_utility.set_location('Leaving:'||l_proc,10);
314: --
315: end chk_excld_flag;
316: --
317: --Bug:5054189

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

358: and ordr_num = p_ordr_num
359: and business_group_id = p_business_group_id;
360: --
361: Begin
362: hr_utility.set_location('Entering:'||l_proc, 5);
363: --
364: open c1;
365: fetch c1 into l_dummy;
366: if c1%found then

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

369: fnd_message.raise_error;
370: end if;
371: close c1;
372: --
373: hr_utility.set_location('Leaving:'||l_proc, 15);
374: End chk_duplicate_ordr_num;
375: -- ----------------------------------------------------------------------------
376: -- |--------------------------< dt_update_validate >--------------------------|
377: -- ----------------------------------------------------------------------------

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

411: l_integrity_error Exception;
412: l_table_name all_tables.table_name%TYPE;
413: --
414: Begin
415: hr_utility.set_location('Entering:'||l_proc, 5);
416: --
417: -- Ensure that the p_datetrack_mode argument is not null
418: --
419: hr_api.mandatory_arg_error

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

450: End If;
451: --
452: End If;
453: --
454: hr_utility.set_location(' Leaving:'||l_proc, 10);
455: Exception
456: When l_integrity_error Then
457: --
458: -- A referential integrity check was violated therefore

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

516: l_rows_exist Exception;
517: l_table_name all_tables.table_name%TYPE;
518: --
519: Begin
520: hr_utility.set_location('Entering:'||l_proc, 5);
521: --
522: -- Ensure that the p_datetrack_mode argument is not null
523: --
524: hr_api.mandatory_arg_error

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

553: --
554: --
555: End If;
556: --
557: hr_utility.set_location(' Leaving:'||l_proc, 10);
558: Exception
559: When l_rows_exist Then
560: --
561: -- A referential integrity check was violated therefore

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

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

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

621: ,p_eligy_prfl_id => p_rec.eligy_prfl_id
622: ,p_ordr_num => p_rec.ordr_num
623: ,p_business_group_id => p_rec.business_group_id);
624: --
625: hr_utility.set_location(' Leaving:'||l_proc, 10);
626: End insert_validate;
627: --
628: -- ----------------------------------------------------------------------------
629: -- |---------------------------< update_validate >----------------------------|

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

637: --
638: l_proc varchar2(72) := g_package||'update_validate';
639: --
640: Begin
641: hr_utility.set_location('Entering:'||l_proc, 5);
642: --
643: -- Call all supporting business operations
644: --
645: --

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

680: p_datetrack_mode => p_datetrack_mode,
681: p_validation_start_date => p_validation_start_date,
682: p_validation_end_date => p_validation_end_date);
683: --
684: hr_utility.set_location(' Leaving:'||l_proc, 10);
685: End update_validate;
686: --
687: -- ----------------------------------------------------------------------------
688: -- |---------------------------< delete_validate >----------------------------|

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

696: --
697: l_proc varchar2(72) := g_package||'delete_validate';
698: --
699: Begin
700: hr_utility.set_location('Entering:'||l_proc, 5);
701: --
702: -- Call all supporting business operations
703: --
704: dt_delete_validate

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

706: p_validation_start_date => p_validation_start_date,
707: p_validation_end_date => p_validation_end_date,
708: p_elig_ee_stat_prte_id => p_rec.elig_ee_stat_prte_id);
709: --
710: hr_utility.set_location(' Leaving:'||l_proc, 10);
711: End delete_validate;
712: --
713: --
714: -- ---------------------------------------------------------------------------

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

733: l_proc varchar2(72) := g_package||'return_legislation_code';
734: --
735: begin
736: --
737: hr_utility.set_location('Entering:'|| l_proc, 10);
738: --
739: -- Ensure that all the mandatory parameter are not null
740: --
741: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

758: end if;
759: --
760: close csr_leg_code;
761: --
762: hr_utility.set_location(' Leaving:'|| l_proc, 20);
763: --
764: return l_legislation_code;
765: --
766: end return_legislation_code;