DBA Data[Home] [Help]

APPS.BEN_EOM_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_eom_shd.api_updating
49: (p_effective_date => p_effective_date,
50: p_elig_optd_mdcr_prte_id => p_elig_optd_mdcr_prte_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_elig_optd_mdcr_prte_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_eom_shd.api_updating
118: (p_elig_optd_mdcr_prte_id => p_elig_optd_mdcr_prte_id,
119: p_effective_date => p_effective_date,

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

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

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

183: l_api_updating boolean;
184: --
185: Begin
186: --
187: hr_utility.set_location('Entering:'||l_proc, 5);
188: --
189: l_api_updating := ben_eom_shd.api_updating
190: (p_elig_optd_mdcr_prte_id => p_elig_optd_mdcr_prte_id,
191: p_effective_date => p_effective_date,

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

215: end if;
216: --
217: end if;
218: --
219: hr_utility.set_location('Leaving:'||l_proc,10);
220: --
221: end chk_optd_mdcr_flag;
222: --
223: -- ----------------------------------------------------------------------------

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

259: l_integrity_error Exception;
260: l_table_name all_tables.table_name%TYPE;
261: --
262: Begin
263: hr_utility.set_location('Entering:'||l_proc, 5);
264: --
265: -- Ensure that the p_datetrack_mode argument is not null
266: --
267: hr_api.mandatory_arg_error

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

298: End If;
299: --
300: End If;
301: --
302: hr_utility.set_location(' Leaving:'||l_proc, 10);
303: Exception
304: When l_integrity_error Then
305: --
306: -- A referential integrity check was violated therefore

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

363: l_rows_exist Exception;
364: l_table_name all_tables.table_name%TYPE;
365: --
366: Begin
367: hr_utility.set_location('Entering:'||l_proc, 5);
368: --
369: -- Ensure that the p_datetrack_mode argument is not null
370: --
371: hr_api.mandatory_arg_error

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

400: --
401: --
402: End If;
403: --
404: hr_utility.set_location(' Leaving:'||l_proc, 10);
405: Exception
406: When l_rows_exist Then
407: --
408: -- A referential integrity check was violated therefore

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

434: --
435: l_proc varchar2(72) := g_package||'insert_validate';
436: --
437: Begin
438: hr_utility.set_location('Entering:'||l_proc, 5);
439: --
440: -- Call all supporting business operations
441: --
442: --

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

458: p_optd_mdcr_flag => p_rec.optd_mdcr_flag,
459: p_effective_date => p_effective_date,
460: p_object_version_number => p_rec.object_version_number);
461: --
462: hr_utility.set_location(' Leaving:'||l_proc, 10);
463: End insert_validate;
464: --
465: -- ----------------------------------------------------------------------------
466: -- |---------------------------< update_validate >----------------------------|

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

474: --
475: l_proc varchar2(72) := g_package||'update_validate';
476: --
477: Begin
478: hr_utility.set_location('Entering:'||l_proc, 5);
479: --
480: -- Call all supporting business operations
481: --
482: --

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

506: p_datetrack_mode => p_datetrack_mode,
507: p_validation_start_date => p_validation_start_date,
508: p_validation_end_date => p_validation_end_date);
509: --
510: hr_utility.set_location(' Leaving:'||l_proc, 10);
511: End update_validate;
512: --
513: -- ----------------------------------------------------------------------------
514: -- |---------------------------< delete_validate >----------------------------|

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

522: --
523: l_proc varchar2(72) := g_package||'delete_validate';
524: --
525: Begin
526: hr_utility.set_location('Entering:'||l_proc, 5);
527: --
528: -- Call all supporting business operations
529: --
530: dt_delete_validate

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

532: p_validation_start_date => p_validation_start_date,
533: p_validation_end_date => p_validation_end_date,
534: p_elig_optd_mdcr_prte_id => p_rec.elig_optd_mdcr_prte_id);
535: --
536: hr_utility.set_location(' Leaving:'||l_proc, 10);
537: End delete_validate;
538: --
539: --
540: -- ---------------------------------------------------------------------------

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

559: l_proc varchar2(72) := g_package||'return_legislation_code';
560: --
561: begin
562: --
563: hr_utility.set_location('Entering:'|| l_proc, 10);
564: --
565: -- Ensure that all the mandatory parameter are not null
566: --
567: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

584: end if;
585: --
586: close csr_leg_code;
587: --
588: hr_utility.set_location(' Leaving:'|| l_proc, 20);
589: --
590: return l_legislation_code;
591: --
592: end return_legislation_code;