DBA Data[Home] [Help]

APPS.BEN_EPN_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_epn_shd.api_updating
49: (p_effective_date => p_effective_date,
50: p_ELIG_PRBTN_PERD_PRTE_id => p_ELIG_PRBTN_PERD_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_PRBTN_PERD_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_epn_shd.api_updating
118: (p_ELIG_PRBTN_PERD_PRTE_id => p_ELIG_PRBTN_PERD_PRTE_id,
119: p_effective_date => p_effective_date,

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

140: end if;
141: --
142: end if;
143: --
144: hr_utility.set_location('Leaving:'||l_proc,10);
145: --
146: end chk_excld_flag;
147: --
148:

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_epn_shd.api_updating
190: (p_ELIG_PRBTN_PERD_PRTE_id => p_ELIG_PRBTN_PERD_PRTE_id,
191: p_effective_date => p_effective_date,

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

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

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

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

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

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

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

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

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

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

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

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

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

453: p_object_version_number => p_rec.object_version_number);
454: --
455: hr_api.validate_bus_grp_id(p_rec.business_group_id); -- Validate Bus Grp
456: --
457: hr_utility.set_location(' Leaving:'||l_proc, 10);
458: End insert_validate;
459: --
460: -- ----------------------------------------------------------------------------
461: -- |---------------------------< update_validate >----------------------------|

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

469: --
470: l_proc varchar2(72) := g_package||'update_validate';
471: --
472: Begin
473: hr_utility.set_location('Entering:'||l_proc, 5);
474: --
475: -- Call all supporting business operations
476: --
477: chk_ELIG_PRBTN_PERD_PRTE_id

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

502: p_datetrack_mode => p_datetrack_mode,
503: p_validation_start_date => p_validation_start_date,
504: p_validation_end_date => p_validation_end_date);
505: --
506: hr_utility.set_location(' Leaving:'||l_proc, 10);
507: End update_validate;
508: --
509: -- ----------------------------------------------------------------------------
510: -- |---------------------------< delete_validate >----------------------------|

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

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

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

528: p_validation_start_date => p_validation_start_date,
529: p_validation_end_date => p_validation_end_date,
530: p_ELIG_PRBTN_PERD_PRTE_id => p_rec.ELIG_PRBTN_PERD_PRTE_id);
531: --
532: hr_utility.set_location(' Leaving:'||l_proc, 10);
533: End delete_validate;
534: --
535: --
536: -- ---------------------------------------------------------------------------

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

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

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

580: end if;
581: --
582: close csr_leg_code;
583: --
584: hr_utility.set_location(' Leaving:'|| l_proc, 20);
585: --
586: return l_legislation_code;
587: --
588: end return_legislation_code;