DBA Data[Home] [Help]

APPS.BEN_CCP_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_ccp_shd.api_updating
49: (p_effective_date => p_effective_date,
50: p_cvrd_dpnt_ctfn_prvdd_id => p_cvrd_dpnt_ctfn_prvdd_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_cvrd_dpnt_ctfn_prvdd_id;
78: --
79: -- ----------------------------------------------------------------------------

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

111: l_api_updating boolean;
112: --
113: Begin
114: --
115: hr_utility.set_location('Entering:'||l_proc, 5);
116: --
117: l_api_updating := ben_ccp_shd.api_updating
118: (p_cvrd_dpnt_ctfn_prvdd_id => p_cvrd_dpnt_ctfn_prvdd_id,
119: p_effective_date => p_effective_date,

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

142: end if;
143: --
144: end if;
145: --
146: hr_utility.set_location('Leaving:'||l_proc,10);
147: --
148: end chk_dpnt_dsgn_ctfn_rqd_flag;
149: --
150: -- ----------------------------------------------------------------------------

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

209: --
210: --
211: Begin
212: --
213: hr_utility.set_location('Entering:'||l_proc, 5);
214: --
215: l_api_updating := ben_ccp_shd.api_updating
216: (p_cvrd_dpnt_ctfn_prvdd_id => p_cvrd_dpnt_ctfn_prvdd_id,
217: p_effective_date => p_effective_date,

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

254: --
255: --
256: end if;
257: --
258: hr_utility.set_location('Leaving:'||l_proc,10);
259: --
260: end chk_dpnt_dsgn_ctfn_typ_cd;
261:
262:

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

303: --
304: --
305: Begin
306: --
307: hr_utility.set_location('Entering:'||l_proc, 5);
308: l_api_updating := ben_ccp_shd.api_updating
309: (p_cvrd_dpnt_ctfn_prvdd_id => p_cvrd_dpnt_ctfn_prvdd_id,
310: p_effective_date => p_effective_date,
311: p_object_version_number => p_object_version_number);

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

324: --
325: end if;
326: --
327: End If;
328: hr_utility.set_location('Leaving:'||l_proc,10);
329: --
330: end chk_dpnt_dsgn_ctfn_recd_dt;
331: --
332: --

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

370: l_integrity_error Exception;
371: l_table_name all_tables.table_name%TYPE;
372: --
373: Begin
374: hr_utility.set_location('Entering:'||l_proc, 5);
375: --
376: -- Ensure that the p_datetrack_mode argument is not null
377: --
378: hr_api.mandatory_arg_error

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

419: End If;
420: --
421: End If;
422: --
423: hr_utility.set_location(' Leaving:'||l_proc, 10);
424: Exception
425: When l_integrity_error Then
426: --
427: -- A referential integrity check was violated therefore

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

485: l_rows_exist Exception;
486: l_table_name all_tables.table_name%TYPE;
487: --
488: Begin
489: hr_utility.set_location('Entering:'||l_proc, 5);
490: --
491: -- Ensure that the p_datetrack_mode argument is not null
492: --
493: hr_api.mandatory_arg_error

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

522: --
523: --
524: End If;
525: --
526: hr_utility.set_location(' Leaving:'||l_proc, 10);
527: Exception
528: When l_rows_exist Then
529: --
530: -- A referential integrity check was violated therefore

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

555: --
556: l_proc varchar2(72) := g_package||'insert_validate';
557: --
558: Begin
559: hr_utility.set_location('Entering:'||l_proc, 5);
560: --
561: -- Call all supporting business operations
562: --
563: --

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

594: p_validation_start_date => p_validation_start_date
595: );
596: rbingi */
597: --
598: hr_utility.set_location(' Leaving:'||l_proc, 10);
599: End insert_validate;
600: --
601: -- ----------------------------------------------------------------------------
602: -- |---------------------------< update_validate >----------------------------|

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

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

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

658: p_datetrack_mode => p_datetrack_mode,
659: p_validation_start_date => p_validation_start_date,
660: p_validation_end_date => p_validation_end_date);
661: --
662: hr_utility.set_location(' Leaving:'||l_proc, 10);
663: End update_validate;
664: --
665: -- ----------------------------------------------------------------------------
666: -- |---------------------------< delete_validate >----------------------------|

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

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

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

684: p_validation_start_date => p_validation_start_date,
685: p_validation_end_date => p_validation_end_date,
686: p_cvrd_dpnt_ctfn_prvdd_id => p_rec.cvrd_dpnt_ctfn_prvdd_id);
687: --
688: hr_utility.set_location(' Leaving:'||l_proc, 10);
689: End delete_validate;
690: --
691: --
692: -- ---------------------------------------------------------------------------

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

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

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

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