DBA Data[Home] [Help]

APPS.BEN_LRR_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_lrr_shd.api_updating
49: (p_effective_date => p_effective_date,
50: p_lee_rsn_rl_id => p_lee_rsn_rl_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_lee_rsn_rl_id;
78: --
79: -- ----------------------------------------------------------------------------

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

129: and p_validation_end_date >= effective_start_date;
130: --
131: Begin
132: --
133: hr_utility.set_location('Entering:'||l_proc, 5);
134: --
135: l_api_updating := ben_lrr_shd.api_updating
136: (p_lee_rsn_rl_id => p_lee_rsn_rl_id ,
137: p_effective_date => p_effective_date,

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

159: close chk_unique;
160: --
161: end if;
162: --
163: hr_utility.set_location('Leaving:'||l_proc,10);
164: --
165: end chk_ordr_to_aply_num;
166: --
167: -- ----------------------------------------------------------------------------

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

231: and p_validation_end_date >= effective_start_date;
232: --
233: Begin
234: --
235: hr_utility.set_location('Entering:'||l_proc, 5);
236: --
237: l_api_updating := ben_lrr_shd.api_updating
238: (p_lee_rsn_rl_id => p_lee_rsn_rl_id ,
239: p_effective_date => p_effective_date,

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

279: close chk_unique;
280: --
281: end if;
282: --
283: hr_utility.set_location('Leaving:'||l_proc,10);
284: --
285: end chk_formula_id;
286: --
287:

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

325: l_integrity_error Exception;
326: l_table_name all_tables.table_name%TYPE;
327: --
328: Begin
329: hr_utility.set_location('Entering:'||l_proc, 5);
330: --
331: -- Ensure that the p_datetrack_mode argument is not null
332: --
333: hr_api.mandatory_arg_error

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

374: End If;
375: --
376: End If;
377: --
378: hr_utility.set_location(' Leaving:'||l_proc, 10);
379: Exception
380: When l_integrity_error Then
381: --
382: -- A referential integrity check was violated therefore

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

439: l_rows_exist Exception;
440: l_table_name all_tables.table_name%TYPE;
441: --
442: Begin
443: hr_utility.set_location('Entering:'||l_proc, 5);
444: --
445: -- Ensure that the p_datetrack_mode argument is not null
446: --
447: hr_api.mandatory_arg_error

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

476: --
477: --
478: End If;
479: --
480: hr_utility.set_location(' Leaving:'||l_proc, 10);
481: Exception
482: When l_rows_exist Then
483: --
484: -- A referential integrity check was violated therefore

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

508: --
509: l_proc varchar2(72) := g_package||'insert_validate';
510: --
511: Begin
512: hr_utility.set_location('Entering:'||l_proc, 5);
513: --
514: -- Call all supporting business operations
515: --
516: --

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

540: p_validation_end_date => p_validation_end_date,
541: p_business_group_id => p_rec.business_group_id,
542: p_object_version_number => p_rec.object_version_number);
543: --
544: hr_utility.set_location(' Leaving:'||l_proc, 10);
545: End insert_validate;
546: --
547: -- ----------------------------------------------------------------------------
548: -- |---------------------------< update_validate >----------------------------|

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

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

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

597: p_datetrack_mode => p_datetrack_mode,
598: p_validation_start_date => p_validation_start_date,
599: p_validation_end_date => p_validation_end_date);
600: --
601: hr_utility.set_location(' Leaving:'||l_proc, 10);
602: End update_validate;
603: --
604: -- ----------------------------------------------------------------------------
605: -- |---------------------------< delete_validate >----------------------------|

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

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

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

623: p_validation_start_date => p_validation_start_date,
624: p_validation_end_date => p_validation_end_date,
625: p_lee_rsn_rl_id => p_rec.lee_rsn_rl_id);
626: --
627: hr_utility.set_location(' Leaving:'||l_proc, 10);
628: End delete_validate;
629: --
630: --
631: -- ---------------------------------------------------------------------------

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

650: l_proc varchar2(72) := g_package||'return_legislation_code';
651: --
652: begin
653: --
654: hr_utility.set_location('Entering:'|| l_proc, 10);
655: --
656: -- Ensure that all the mandatory parameter are not null
657: --
658: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

675: end if;
676: --
677: close csr_leg_code;
678: --
679: hr_utility.set_location(' Leaving:'|| l_proc, 20);
680: --
681: return l_legislation_code;
682: --
683: end return_legislation_code;