DBA Data[Home] [Help]

APPS.BEN_ENT_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_ent_shd.api_updating
49: (p_effective_date => p_effective_date,
50: p_enrld_anthr_ptip_rt_id => p_enrld_anthr_ptip_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_ptip_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_ent_shd.api_updating
143: (p_enrld_anthr_ptip_rt_id => p_enrld_anthr_ptip_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 211: hr_utility.set_location('Entering:'||l_proc, 5);

207: l_api_updating boolean;
208: --
209: Begin
210: --
211: hr_utility.set_location('Entering:'||l_proc, 5);
212: --
213: l_api_updating := ben_ent_shd.api_updating
214: (p_enrld_anthr_ptip_rt_id => p_enrld_anthr_ptip_rt_id,
215: p_effective_date => p_effective_date,

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

238: end if;
239: --
240: end if;
241: --
242: hr_utility.set_location('Leaving:'||l_proc,10);
243: --
244: end chk_only_pls_subj_cobra_flag;
245: --
246: -- ----------------------------------------------------------------------------

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

278: l_api_updating boolean;
279: --
280: Begin
281: --
282: hr_utility.set_location('Entering:'||l_proc, 5);
283: --
284: l_api_updating := ben_ent_shd.api_updating
285: (p_enrld_anthr_ptip_rt_id => p_enrld_anthr_ptip_rt_id,
286: 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_enrl_det_dt_cd;
316: --
317: -- ----------------------------------------------------------------------------

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

349: l_api_updating boolean;
350: --
351: Begin
352: --
353: hr_utility.set_location('Entering:'||l_proc, 5);
354: --
355: l_api_updating := ben_ent_shd.api_updating
356: (p_enrld_anthr_ptip_rt_id => p_enrld_anthr_ptip_rt_id,
357: p_effective_date => p_effective_date,

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

380: end if;
381: --
382: end if;
383: --
384: hr_utility.set_location('Leaving:'||l_proc,10);
385: --
386: --
387: end chk_excld_flag;
388: --

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

439: and business_group_id + 0 = p_business_group_id
440: and ordr_num = p_ordr_num;
441: --
442: Begin
443: hr_utility.set_location('Entering:'||l_proc, 5);
444:
445: --
446: open c1;
447: fetch c1 into l_dummy;

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

451: fnd_message.raise_error;
452: end if;
453: close c1;
454: --
455: hr_utility.set_location('Leaving:'||l_proc, 15);
456: End chk_duplicate_ordr_num;
457:
458:
459:

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

498: l_integrity_error Exception;
499: l_table_name all_tables.table_name%TYPE;
500: --
501: Begin
502: hr_utility.set_location('Entering:'||l_proc, 5);
503: --
504: -- Ensure that the p_datetrack_mode argument is not null
505: --
506: hr_api.mandatory_arg_error

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

547: End If;
548: --
549: End If;
550: --
551: hr_utility.set_location(' Leaving:'||l_proc, 10);
552: Exception
553: When l_integrity_error Then
554: --
555: -- A referential integrity check was violated therefore

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

613: l_rows_exist Exception;
614: l_table_name all_tables.table_name%TYPE;
615: --
616: Begin
617: hr_utility.set_location('Entering:'||l_proc, 5);
618: --
619: -- Ensure that the p_datetrack_mode argument is not null
620: --
621: hr_api.mandatory_arg_error

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

650: --
651: --
652: End If;
653: --
654: hr_utility.set_location(' Leaving:'||l_proc, 10);
655: Exception
656: When l_rows_exist Then
657: --
658: -- A referential integrity check was violated therefore

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

684: --
685: l_proc varchar2(72) := g_package||'insert_validate';
686: --
687: Begin
688: hr_utility.set_location('Entering:'||l_proc, 5);
689: --
690: -- Call all supporting business operations
691: --
692: --

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

737: --
738:
739:
740: --
741: hr_utility.set_location(' Leaving:'||l_proc, 10);
742: End insert_validate;
743: --
744: -- ----------------------------------------------------------------------------
745: -- |---------------------------< update_validate >----------------------------|

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

753: --
754: l_proc varchar2(72) := g_package||'update_validate';
755: --
756: Begin
757: hr_utility.set_location('Entering:'||l_proc, 5);
758: --
759: -- Call all supporting business operations
760: --
761: --

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

815: p_datetrack_mode => p_datetrack_mode,
816: p_validation_start_date => p_validation_start_date,
817: p_validation_end_date => p_validation_end_date);
818: --
819: hr_utility.set_location(' Leaving:'||l_proc, 10);
820: End update_validate;
821: --
822: -- ----------------------------------------------------------------------------
823: -- |---------------------------< delete_validate >----------------------------|

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

831: --
832: l_proc varchar2(72) := g_package||'delete_validate';
833: --
834: Begin
835: hr_utility.set_location('Entering:'||l_proc, 5);
836: --
837: -- Call all supporting business operations
838: --
839: dt_delete_validate

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

841: p_validation_start_date => p_validation_start_date,
842: p_validation_end_date => p_validation_end_date,
843: p_enrld_anthr_ptip_rt_id => p_rec.enrld_anthr_ptip_rt_id);
844: --
845: hr_utility.set_location(' Leaving:'||l_proc, 10);
846: End delete_validate;
847: --
848: --
849: -- ---------------------------------------------------------------------------

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

868: l_proc varchar2(72) := g_package||'return_legislation_code';
869: --
870: begin
871: --
872: hr_utility.set_location('Entering:'|| l_proc, 10);
873: --
874: -- Ensure that all the mandatory parameter are not null
875: --
876: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

893: end if;
894: --
895: close csr_leg_code;
896: --
897: hr_utility.set_location(' Leaving:'|| l_proc, 20);
898: --
899: return l_legislation_code;
900: --
901: end return_legislation_code;