DBA Data[Home] [Help]

APPS.BEN_ERL_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_erl_shd.api_updating
49: (p_effective_date => p_effective_date,
50: p_eligy_prfl_rl_id => p_eligy_prfl_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_eligy_prfl_rl_id;
78: --
79: -- ----------------------------------------------------------------------------

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

139: AND p_validation_end_date >= effective_start_date;
140: --
141: Begin
142: --
143: hr_utility.set_location('Entering:'||l_proc, 5);
144: --
145: if p_formula_id is null then
146: fnd_message.set_name('BEN','BEN_91019_RULE_REQUIRED');
147: fnd_message.raise_error;

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

183: end if;
184: close c3;
185: end if;
186: --
187: hr_utility.set_location('Leaving:'||l_proc,10);
188: --
189: end chk_formula_id;
190: --
191: -- ----------------------------------------------------------------------------

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

249: l_api_updating boolean;
250: --
251: Begin
252: --
253: hr_utility.set_location('Entering:'||l_proc, 5);
254: --
255: l_api_updating := ben_erl_shd.api_updating
256: (p_eligy_prfl_rl_id => p_eligy_prfl_rl_id,
257: p_effective_date => p_effective_date,

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

279: close l_csr_rl;
280:
281: end if;
282: --
283: hr_utility.set_location('Leaving:'||l_proc, 10);
284: --
285: End chk_ordr_to_aply_num;
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 379: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

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

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

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

486: -- End If;
487: --
488: End If;
489: --
490: hr_utility.set_location(' Leaving:'||l_proc, 10);
491: Exception
492: When l_rows_exist Then
493: --
494: -- A referential integrity check was violated therefore

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

519: --
520: l_proc varchar2(72) := g_package||'insert_validate';
521: --
522: Begin
523: hr_utility.set_location('Entering:'||l_proc, 5);
524: --
525: -- Call all supporting business operations
526: --
527: --

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

554: p_object_version_number => p_rec.object_version_number);
555: --
556: hr_api.validate_bus_grp_id(p_rec.business_group_id); -- Validate Bus Grp
557: --
558: hr_utility.set_location(' Leaving:'||l_proc, 10);
559: End insert_validate;
560: --
561: -- ----------------------------------------------------------------------------
562: -- |---------------------------< update_validate >----------------------------|

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

570: --
571: l_proc varchar2(72) := g_package||'update_validate';
572: --
573: Begin
574: hr_utility.set_location('Entering:'||l_proc, 5);
575: --
576: -- Call all supporting business operations
577: --
578: --

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

612: p_datetrack_mode => p_datetrack_mode,
613: p_validation_start_date => p_validation_start_date,
614: p_validation_end_date => p_validation_end_date);
615: --
616: hr_utility.set_location(' Leaving:'||l_proc, 10);
617: End update_validate;
618: --
619: -- ----------------------------------------------------------------------------
620: -- |---------------------------< delete_validate >----------------------------|

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

628: --
629: l_proc varchar2(72) := g_package||'delete_validate';
630: --
631: Begin
632: hr_utility.set_location('Entering:'||l_proc, 5);
633: --
634: -- Call all supporting business operations
635: --
636: dt_delete_validate

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

638: p_validation_start_date => p_validation_start_date,
639: p_validation_end_date => p_validation_end_date,
640: p_eligy_prfl_rl_id => p_rec.eligy_prfl_rl_id);
641: --
642: hr_utility.set_location(' Leaving:'||l_proc, 10);
643: End delete_validate;
644: --
645: --
646: -- ---------------------------------------------------------------------------

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

665: l_proc varchar2(72) := g_package||'return_legislation_code';
666: --
667: begin
668: --
669: hr_utility.set_location('Entering:'|| l_proc, 10);
670: --
671: -- Ensure that all the mandatory parameter are not null
672: --
673: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

690: end if;
691: --
692: close csr_leg_code;
693: --
694: hr_utility.set_location(' Leaving:'|| l_proc, 20);
695: --
696: return l_legislation_code;
697: --
698: end return_legislation_code;