DBA Data[Home] [Help]

APPS.BEN_ECC_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_ecc_shd.api_updating
47: (p_elctbl_chc_ctfn_id => p_elctbl_chc_ctfn_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_elctbl_chc_ctfn_id;
75: --
76: -- ----------------------------------------------------------------------------

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

112: where a.enrt_bnft_id = p_enrt_bnft_id;
113: --
114: Begin
115: --
116: hr_utility.set_location('Entering:'||l_proc,5);
117: --
118: return;
119: l_api_updating := ben_enb_shd.api_updating
120: (p_enrt_bnft_id => p_enrt_bnft_id,

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

145: close c1;
146: --
147: end if;
148: --
149: hr_utility.set_location('Leaving:'||l_proc,10);
150: --
151: End chk_enrt_bnft_id;
152: --
153: -- ----------------------------------------------------------------------------

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

185: l_api_updating boolean;
186: --
187: Begin
188: --
189: hr_utility.set_location('Entering:'||l_proc, 5);
190: --
191: l_api_updating := ben_ecc_shd.api_updating
192: (p_elctbl_chc_ctfn_id => p_elctbl_chc_ctfn_id,
193: p_object_version_number => p_object_version_number);

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

213: end if;
214: --
215: end if;
216: --
217: hr_utility.set_location('Leaving:'||l_proc,10);
218: --
219: end chk_rqd_flag;
220: --
221: -- ----------------------------------------------------------------------------

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

253: l_api_updating boolean;
254: --
255: Begin
256: --
257: hr_utility.set_location('Entering:'||l_proc, 5);
258: --
259: l_api_updating := ben_ecc_shd.api_updating
260: (p_elctbl_chc_ctfn_id => p_elctbl_chc_ctfn_id,
261: p_object_version_number => p_object_version_number);

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

281: end if;
282: --
283: end if;
284: --
285: hr_utility.set_location('Leaving:'||l_proc,10);
286: --
287: end chk_enrt_ctfn_typ_cd;
288: --
289: Procedure chk_ctfn_determine_cd (p_elctbl_chc_ctfn_id in number,

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

295: l_api_updating boolean;
296: --
297: Begin
298: --
299: hr_utility.set_location('Entering:'||l_proc, 5);
300: --
301: l_api_updating := ben_ecc_shd.api_updating
302: (p_elctbl_chc_ctfn_id => p_elctbl_chc_ctfn_id,
303: p_object_version_number => p_object_version_number);

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

323: end if;
324: --
325: end if;
326: --
327: hr_utility.set_location('Leaving:'||l_proc,10);
328: --
329: end chk_ctfn_determine_cd;
330: --
331: Procedure chk_susp_if_ctfn_not_prvd

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

338: l_api_updating boolean;
339: --
340: Begin
341: --
342: hr_utility.set_location('Entering:'||l_proc, 5);
343: --
344: l_api_updating := ben_ecc_shd.api_updating
345: (p_elctbl_chc_ctfn_id => p_elctbl_chc_ctfn_id,
346: p_object_version_number => p_object_version_number);

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

366: end if;
367: --
368: end if;
369: --
370: hr_utility.set_location('Leaving:'||l_proc,10);
371: --
372: end chk_susp_if_ctfn_not_prvd;
373:
374: -- ----------------------------------------------------------------------------

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

379: --
380: l_proc varchar2(72) := g_package||'insert_validate';
381: --
382: Begin
383: hr_utility.set_location('Entering:'||l_proc, 5);
384: --
385: -- Call all supporting business operations
386: --
387: --

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

419: p_susp_if_ctfn_not_prvd_flag => p_rec.susp_if_ctfn_not_prvd_flag,
420: p_effective_date => p_effective_date,
421: p_object_version_number => p_rec.object_version_number) ;
422: --
423: hr_utility.set_location(' Leaving:'||l_proc, 10);
424: End insert_validate;
425: --
426: -- ----------------------------------------------------------------------------
427: -- |---------------------------< update_validate >----------------------------|

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

431: --
432: l_proc varchar2(72) := g_package||'update_validate';
433: --
434: Begin
435: hr_utility.set_location('Entering:'||l_proc, 5);
436: --
437: -- Call all supporting business operations
438: --
439: --

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

473: p_effective_date => p_effective_date,
474: p_object_version_number => p_rec.object_version_number) ;
475: --
476:
477: hr_utility.set_location(' Leaving:'||l_proc, 10);
478: End update_validate;
479: --
480: -- ----------------------------------------------------------------------------
481: -- |---------------------------< delete_validate >----------------------------|

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

485: --
486: l_proc varchar2(72) := g_package||'delete_validate';
487: --
488: Begin
489: hr_utility.set_location('Entering:'||l_proc, 5);
490: --
491: -- Call all supporting business operations
492: --
493: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

489: hr_utility.set_location('Entering:'||l_proc, 5);
490: --
491: -- Call all supporting business operations
492: --
493: hr_utility.set_location(' Leaving:'||l_proc, 10);
494: End delete_validate;
495: --
496: --
497: -- ---------------------------------------------------------------------------

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

516: l_proc varchar2(72) := g_package||'return_legislation_code';
517: --
518: begin
519: --
520: hr_utility.set_location('Entering:'|| l_proc, 10);
521: --
522: -- Ensure that all the mandatory parameter are not null
523: --
524: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

541: end if;
542: --
543: close csr_leg_code;
544: --
545: hr_utility.set_location(' Leaving:'|| l_proc, 20);
546: --
547: return l_legislation_code;
548: --
549: end return_legislation_code;