DBA Data[Home] [Help]

APPS.BEN_EAR_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_ear_shd.api_updating
49: (p_effective_date => p_effective_date,
50: p_enrld_anthr_plip_rt_id => p_enrld_anthr_plip_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_enrld_anthr_plip_rt_id;
78:
79:

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

136: and p_validation_end_date >= effective_start_date;
137: --
138: BEGIN
139: --
140: hr_utility.set_location('Entering:'||l_proc, 5);
141: --
142: l_api_updating := ben_ear_shd.api_updating
143: (p_enrld_anthr_plip_rt_id => p_enrld_anthr_plip_rt_id,
144: p_effective_date => p_effective_date,

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

166: end if;
167: close c_dup;
168: --
169: end if;
170: hr_utility.set_location('Leaving:'||l_proc,10);
171: --
172: END chk_dup_record;
173:
174:

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

209: l_api_updating boolean;
210: --
211: Begin
212: --
213: hr_utility.set_location('Entering:'||l_proc, 5);
214: --
215: l_api_updating := ben_ear_shd.api_updating
216: (p_enrld_anthr_plip_rt_id => p_enrld_anthr_plip_rt_id,
217: 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_enrl_det_dt_cd;
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_ear_shd.api_updating
287: (p_enrld_anthr_plip_rt_id => p_enrld_anthr_plip_rt_id,
288: p_effective_date => p_effective_date,

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

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

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

369: and business_group_id + 0 = p_business_group_id
370: and ordr_num = p_ordr_num;
371: --
372: Begin
373: hr_utility.set_location('Entering:'||l_proc, 5);
374:
375: --
376: open c1;
377: fetch c1 into l_dummy;

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

381: fnd_message.raise_error;
382: end if;
383: close c1;
384: --
385: hr_utility.set_location('Leaving:'||l_proc, 15);
386: End chk_duplicate_ordr_num;
387: --
388: -- ----------------------------------------------------------------------------
389: -- |--------------------------< dt_update_validate >--------------------------|

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

425: l_integrity_error Exception;
426: l_table_name all_tables.table_name%TYPE;
427: --
428: Begin
429: hr_utility.set_location('Entering:'||l_proc, 5);
430: --
431: -- Ensure that the p_datetrack_mode argument is not null
432: --
433: hr_api.mandatory_arg_error

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

474: End If;
475: --
476: End If;
477: --
478: hr_utility.set_location(' Leaving:'||l_proc, 10);
479: Exception
480: When l_integrity_error Then
481: --
482: -- A referential integrity check was violated therefore

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

540: l_rows_exist Exception;
541: l_table_name all_tables.table_name%TYPE;
542: --
543: Begin
544: hr_utility.set_location('Entering:'||l_proc, 5);
545: --
546: -- Ensure that the p_datetrack_mode argument is not null
547: --
548: hr_api.mandatory_arg_error

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

577: --
578: --
579: End If;
580: --
581: hr_utility.set_location(' Leaving:'||l_proc, 10);
582: Exception
583: When l_rows_exist Then
584: --
585: -- A referential integrity check was violated therefore

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

611: --
612: l_proc varchar2(72) := g_package||'insert_validate';
613: --
614: Begin
615: hr_utility.set_location('Entering:'||l_proc, 5);
616: --
617: -- Call all supporting business operations
618: --
619: --

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

657: ,p_validation_end_date => p_validation_end_date
658: ,p_business_group_id => p_rec.business_group_id);
659:
660: --
661: hr_utility.set_location(' Leaving:'||l_proc, 10);
662: End insert_validate;
663: --
664: -- ----------------------------------------------------------------------------
665: -- |---------------------------< update_validate >----------------------------|

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

673: --
674: l_proc varchar2(72) := g_package||'update_validate';
675: --
676: Begin
677: hr_utility.set_location('Entering:'||l_proc, 5);
678: --
679: -- Call all supporting business operations
680: --
681: --

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

729: p_datetrack_mode => p_datetrack_mode,
730: p_validation_start_date => p_validation_start_date,
731: p_validation_end_date => p_validation_end_date);
732: --
733: hr_utility.set_location(' Leaving:'||l_proc, 10);
734: End update_validate;
735: --
736: -- ----------------------------------------------------------------------------
737: -- |---------------------------< delete_validate >----------------------------|

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

745: --
746: l_proc varchar2(72) := g_package||'delete_validate';
747: --
748: Begin
749: hr_utility.set_location('Entering:'||l_proc, 5);
750: --
751: -- Call all supporting business operations
752: --
753: dt_delete_validate

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

755: p_validation_start_date => p_validation_start_date,
756: p_validation_end_date => p_validation_end_date,
757: p_enrld_anthr_plip_rt_id => p_rec.enrld_anthr_plip_rt_id);
758: --
759: hr_utility.set_location(' Leaving:'||l_proc, 10);
760: End delete_validate;
761: --
762: --
763: -- ---------------------------------------------------------------------------

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

782: l_proc varchar2(72) := g_package||'return_legislation_code';
783: --
784: begin
785: --
786: hr_utility.set_location('Entering:'|| l_proc, 10);
787: --
788: -- Ensure that all the mandatory parameter are not null
789: --
790: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

807: end if;
808: --
809: close csr_leg_code;
810: --
811: hr_utility.set_location(' Leaving:'|| l_proc, 20);
812: --
813: return l_legislation_code;
814: --
815: end return_legislation_code;