DBA Data[Home] [Help]

APPS.BEN_PYD_BUS dependencies on HR_UTILITY

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

43: l_api_updating boolean;
44: --
45: Begin
46: --
47: hr_utility.set_location('Entering:'||l_proc, 5);
48: --
49: l_api_updating := ben_pyd_shd.api_updating
50: (p_effective_date => p_effective_date,
51: p_ptip_dpnt_cvg_ctfn_id => p_ptip_dpnt_cvg_ctfn_id,

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

72: end if;
73: --
74: end if;
75: --
76: hr_utility.set_location('Leaving:'||l_proc, 10);
77: --
78: End chk_ptip_dpnt_cvg_ctfn_id;
79: --
80: -- ----------------------------------------------------------------------------

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

135: and p_validation_end_date >= effective_start_date;
136: --
137: Begin
138: --
139: hr_utility.set_location('Entering:'||l_proc, 5);
140: --
141: l_api_updating := ben_pyd_shd.api_updating
142: (p_ptip_dpnt_cvg_ctfn_id => p_ptip_dpnt_cvg_ctfn_id,
143: p_effective_date => p_effective_date,

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

180: close chk_unique;
181: --
182: end if;
183: --
184: hr_utility.set_location('Leaving:'||l_proc,10);
185: --
186: end chk_dpnt_cvg_ctfn_typ_cd;
187: --
188: -- ----------------------------------------------------------------------------

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

241: and p_validation_end_date >= effective_start_date;
242: --
243: Begin
244: --
245: hr_utility.set_location('Entering:'||l_proc, 5);
246: --
247: l_api_updating := ben_pyd_shd.api_updating
248: (p_ptip_dpnt_cvg_ctfn_id => p_ptip_dpnt_cvg_ctfn_id,
249: p_effective_date => p_effective_date,

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

287: close chk_unique;
288: --
289: end if;
290: --
291: hr_utility.set_location('Leaving:'||l_proc,10);
292: --
293: end chk_rlshp_typ_cd;
294: --
295: -- ----------------------------------------------------------------------------

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

345: and ff.effective_end_date;
346: --
347: Begin
348: --
349: hr_utility.set_location('Entering:'||l_proc, 5);
350: --
351: l_api_updating := ben_pyd_shd.api_updating
352: (p_ptip_dpnt_cvg_ctfn_id => p_ptip_dpnt_cvg_ctfn_id,
353: p_effective_date => p_effective_date,

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

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

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

422: l_api_updating boolean;
423: --
424: Begin
425: --
426: hr_utility.set_location('Entering:'||l_proc, 5);
427: --
428: l_api_updating := ben_pyd_shd.api_updating
429: (p_ptip_dpnt_cvg_ctfn_id => p_ptip_dpnt_cvg_ctfn_id,
430: p_effective_date => p_effective_date,

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

451: end if;
452: --
453: end if;
454: --
455: hr_utility.set_location('Leaving:'||l_proc,10);
456: --
457: end chk_lack_ctfn_sspnd_enrt_flag;
458: --
459: -- ----------------------------------------------------------------------------

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

510: and p_validation_end_date >= effective_start_date;
511: --
512: Begin
513: --
514: hr_utility.set_location('Entering:'||l_proc, 5);
515: --
516: l_api_updating := ben_pyd_shd.api_updating
517: (p_ptip_dpnt_cvg_ctfn_id => p_ptip_dpnt_cvg_ctfn_id,
518: p_effective_date => p_effective_date,

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

556: --
557:
558: end if;
559: --
560: hr_utility.set_location('Leaving:'||l_proc,10);
561: --
562: end chk_pfd_flag;
563: --
564: -- ----------------------------------------------------------------------------

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

601: l_integrity_error Exception;
602: l_table_name all_tables.table_name%TYPE;
603: --
604: Begin
605: hr_utility.set_location('Entering:'||l_proc, 5);
606: --
607: -- Ensure that the p_datetrack_mode argument is not null
608: --
609: hr_api.mandatory_arg_error

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

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

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

715: l_rows_exist Exception;
716: l_table_name all_tables.table_name%TYPE;
717: --
718: Begin
719: hr_utility.set_location('Entering:'||l_proc, 5);
720: --
721: -- Ensure that the p_datetrack_mode argument is not null
722: --
723: hr_api.mandatory_arg_error

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

752: --
753: --
754: End If;
755: --
756: hr_utility.set_location(' Leaving:'||l_proc, 10);
757: Exception
758: When l_rows_exist Then
759: --
760: -- A referential integrity check was violated therefore

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

784: --
785: l_proc varchar2(72) := g_package||'insert_validate';
786: --
787: Begin
788: hr_utility.set_location('Entering:'||l_proc, 5);
789: --
790: -- Call all supporting business operations
791: --
792: --

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

830: p_validation_end_date => p_validation_end_date,
831: p_business_group_id => p_rec.business_group_id,
832: p_object_version_number => p_rec.object_version_number);
833: --
834: hr_utility.set_location(' Leaving:'||l_proc, 10);
835: End insert_validate;
836: --
837: -- ----------------------------------------------------------------------------
838: -- |---------------------------< update_validate >----------------------------|

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

846: --
847: l_proc varchar2(72) := g_package||'update_validate';
848: --
849: Begin
850: hr_utility.set_location('Entering:'||l_proc, 5);
851: --
852: -- Call all supporting business operations
853: --
854: --

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

901: p_datetrack_mode => p_datetrack_mode,
902: p_validation_start_date => p_validation_start_date,
903: p_validation_end_date => p_validation_end_date);
904: --
905: hr_utility.set_location(' Leaving:'||l_proc, 10);
906: End update_validate;
907: --
908: -- ----------------------------------------------------------------------------
909: -- |---------------------------< delete_validate >----------------------------|

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

917: --
918: l_proc varchar2(72) := g_package||'delete_validate';
919: --
920: Begin
921: hr_utility.set_location('Entering:'||l_proc, 5);
922: --
923: -- Call all supporting business operations
924: --
925: dt_delete_validate

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

927: p_validation_start_date => p_validation_start_date,
928: p_validation_end_date => p_validation_end_date,
929: p_ptip_dpnt_cvg_ctfn_id => p_rec.ptip_dpnt_cvg_ctfn_id);
930: --
931: hr_utility.set_location(' Leaving:'||l_proc, 10);
932: End delete_validate;
933: --
934: --
935: -- ---------------------------------------------------------------------------

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

954: l_proc varchar2(72) := g_package||'return_legislation_code';
955: --
956: begin
957: --
958: hr_utility.set_location('Entering:'|| l_proc, 10);
959: --
960: -- Ensure that all the mandatory parameter are not null
961: --
962: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

979: end if;
980: --
981: close csr_leg_code;
982: --
983: hr_utility.set_location(' Leaving:'|| l_proc, 20);
984: --
985: return l_legislation_code;
986: --
987: end return_legislation_code;