DBA Data[Home] [Help]

APPS.BEN_BDI_BUS dependencies on HR_UTILITY

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

40: l_api_updating boolean;
41: --
42: Begin
43: --
44: hr_utility.set_location('Entering:'||l_proc, 5);
45: --
46: l_api_updating := ben_bdi_shd.api_updating
47: (p_batch_dpnt_id => p_batch_dpnt_id,
48: p_object_version_number => p_object_version_number);

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

68: end if;
69: --
70: end if;
71: --
72: hr_utility.set_location('Leaving:'||l_proc, 10);
73: --
74: End chk_batch_dpnt_id;
75: --
76: -- ----------------------------------------------------------------------------

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

117: and a.effective_end_date;
118: --
119: Begin
120: --
121: hr_utility.set_location('Entering:'||l_proc,5);
122: --
123: l_api_updating := ben_bdi_shd.api_updating
124: (p_batch_dpnt_id => p_batch_dpnt_id,
125: p_object_version_number => p_object_version_number);

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

148: close c1;
149: --
150: end if;
151: --
152: hr_utility.set_location('Leaving:'||l_proc,10);
153: --
154: End chk_person_id;
155: --
156: -- ----------------------------------------------------------------------------

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

197: and a.effective_end_date;
198: --
199: Begin
200: --
201: hr_utility.set_location('Entering:'||l_proc,5);
202: --
203: l_api_updating := ben_bdi_shd.api_updating
204: (p_batch_dpnt_id => p_batch_dpnt_id,
205: p_object_version_number => p_object_version_number);

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

229: close c1;
230: --
231: end if;
232: --
233: hr_utility.set_location('Leaving:'||l_proc,10);
234: --
235: End chk_oipl_id;
236: --
237: -- ----------------------------------------------------------------------------

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

278: and a.effective_end_date;
279: --
280: Begin
281: --
282: hr_utility.set_location('Entering:'||l_proc,5);
283: --
284: l_api_updating := ben_bdi_shd.api_updating
285: (p_batch_dpnt_id => p_batch_dpnt_id,
286: p_object_version_number => p_object_version_number);

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

310: close c1;
311: --
312: end if;
313: --
314: hr_utility.set_location('Leaving:'||l_proc,10);
315: --
316: End chk_pl_id;
317: --
318: -- ----------------------------------------------------------------------------

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

359: and a.effective_end_date;
360: --
361: Begin
362: --
363: hr_utility.set_location('Entering:'||l_proc,5);
364: --
365: l_api_updating := ben_bdi_shd.api_updating
366: (p_batch_dpnt_id => p_batch_dpnt_id,
367: p_object_version_number => p_object_version_number);

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

391: close c1;
392: --
393: end if;
394: --
395: hr_utility.set_location('Leaving:'||l_proc,10);
396: --
397: End chk_pgm_id;
398: --
399: -- ----------------------------------------------------------------------------

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

435: where a.benefit_action_id = p_benefit_action_id;
436: --
437: Begin
438: --
439: hr_utility.set_location('Entering:'||l_proc,5);
440: --
441: l_api_updating := ben_bdi_shd.api_updating
442: (p_batch_dpnt_id => p_batch_dpnt_id,
443: p_object_version_number => p_object_version_number);

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

466: close c1;
467: --
468: end if;
469: --
470: hr_utility.set_location('Leaving:'||l_proc,10);
471: --
472: End chk_benefit_action_id;
473: --
474: -- ----------------------------------------------------------------------------

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

506: l_api_updating boolean;
507: --
508: Begin
509: --
510: hr_utility.set_location('Entering:'||l_proc, 5);
511: --
512: l_api_updating := ben_bdi_shd.api_updating
513: (p_batch_dpnt_id => p_batch_dpnt_id,
514: p_object_version_number => p_object_version_number);

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

536: end if;
537: --
538: end if;
539: --
540: hr_utility.set_location('Leaving:'||l_proc,10);
541: --
542: end chk_contact_typ_cd;
543: --
544: -- ----------------------------------------------------------------------------

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

549: --
550: l_proc varchar2(72) := g_package||'insert_validate';
551: --
552: Begin
553: hr_utility.set_location('Entering:'||l_proc, 5);
554: --
555: -- Call all supporting business operations
556: --
557: --

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

601: p_contact_typ_cd => p_rec.contact_typ_cd,
602: p_effective_date => p_effective_date,
603: p_object_version_number => p_rec.object_version_number);
604: --
605: hr_utility.set_location(' Leaving:'||l_proc, 10);
606: End insert_validate;
607: --
608: -- ----------------------------------------------------------------------------
609: -- |---------------------------< update_validate >----------------------------|

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

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

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

665: p_contact_typ_cd => p_rec.contact_typ_cd,
666: p_effective_date => p_effective_date,
667: p_object_version_number => p_rec.object_version_number);
668: --
669: hr_utility.set_location(' Leaving:'||l_proc, 10);
670: End update_validate;
671: --
672: -- ----------------------------------------------------------------------------
673: -- |---------------------------< delete_validate >----------------------------|

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

677: --
678: l_proc varchar2(72) := g_package||'delete_validate';
679: --
680: Begin
681: hr_utility.set_location('Entering:'||l_proc, 5);
682: --
683: -- Call all supporting business operations
684: --
685: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

681: hr_utility.set_location('Entering:'||l_proc, 5);
682: --
683: -- Call all supporting business operations
684: --
685: hr_utility.set_location(' Leaving:'||l_proc, 10);
686: End delete_validate;
687: --
688: --
689: -- ---------------------------------------------------------------------------

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

708: l_proc varchar2(72) := g_package||'return_legislation_code';
709: --
710: begin
711: --
712: hr_utility.set_location('Entering:'|| l_proc, 10);
713: --
714: -- Ensure that all the mandatory parameter are not null
715: --
716: hr_api.mandatory_arg_error(p_api_name => l_proc,

Line 730: hr_utility.set_message(801,'HR_7220_INVALID_PRIMARY_KEY');

726: close csr_leg_code;
727: --
728: -- The primary key is invalid therefore we must error
729: --
730: hr_utility.set_message(801,'HR_7220_INVALID_PRIMARY_KEY');
731: hr_utility.raise_error;
732: --
733: end if;
734: --

Line 731: hr_utility.raise_error;

727: --
728: -- The primary key is invalid therefore we must error
729: --
730: hr_utility.set_message(801,'HR_7220_INVALID_PRIMARY_KEY');
731: hr_utility.raise_error;
732: --
733: end if;
734: --
735: close csr_leg_code;

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

733: end if;
734: --
735: close csr_leg_code;
736: --
737: hr_utility.set_location(' Leaving:'|| l_proc, 20);
738: --
739: return l_legislation_code;
740: --
741: end return_legislation_code;