DBA Data[Home] [Help]

APPS.BEN_APF_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_apf_shd.api_updating
49: (p_effective_date => p_effective_date,
50: p_acty_rt_pymt_sched_id => p_acty_rt_pymt_sched_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_acty_rt_pymt_sched_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_apf_shd.api_updating
118: (p_acty_rt_pymt_sched_id => p_acty_rt_pymt_sched_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_pymt_sched_cd;
147: --
148: -- ----------------------------------------------------------------------------

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

197: and ff.effective_end_date;
198: --
199: Begin
200: --
201: hr_utility.set_location('Entering:'||l_proc, 5);
202: --
203: l_api_updating := ben_apf_shd.api_updating
204: (p_acty_rt_pymt_sched_id => p_acty_rt_pymt_sched_id,
205: p_effective_date => p_effective_date,

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

233: close c1;
234: --
235: end if;
236: --
237: hr_utility.set_location('Leaving:'||l_proc,10);
238: --
239: end chk_pymt_sched_rl;
240: -- ----------------------------------------------------------------------------
241: -- |------------------------------< psq_rows_exists >-------------------------|

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

271: where a.acty_rt_pymt_sched_id = p_acty_rt_pymt_sched_id;
272: --
273: Begin
274: --
275: hr_utility.set_location('Entering:'||l_proc,5);
276: --
277: --
278: -- check if child rows exists in ben_pymt_sched_py_freq.
279: --

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

295: --
296: Return(false);
297: end if;
298: --
299: hr_utility.set_location('Leaving:'||l_proc,10);
300: --
301: End psq_rows_exists;
302: --
303: --

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

340: l_integrity_error Exception;
341: l_table_name all_tables.table_name%TYPE;
342: --
343: Begin
344: hr_utility.set_location('Entering:'||l_proc, 5);
345: --
346: -- Ensure that the p_datetrack_mode argument is not null
347: --
348: hr_api.mandatory_arg_error

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

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

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

447: l_rows_exist Exception;
448: l_table_name all_tables.table_name%TYPE;
449: --
450: Begin
451: hr_utility.set_location('Entering:'||l_proc, 5);
452: --
453: -- Ensure that the p_datetrack_mode argument is not null
454: --
455: hr_api.mandatory_arg_error

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

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

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

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

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

548: p_effective_date => p_effective_date,
549: p_business_group_id => p_rec.business_group_id,
550: p_object_version_number => p_rec.object_version_number);
551: --
552: hr_utility.set_location(' Leaving:'||l_proc, 10);
553: End insert_validate;
554: --
555: -- ----------------------------------------------------------------------------
556: -- |---------------------------< update_validate >----------------------------|

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

564: --
565: l_proc varchar2(72) := g_package||'update_validate';
566: --
567: Begin
568: hr_utility.set_location('Entering:'||l_proc, 5);
569: --
570: -- Call all supporting business operations
571: --
572: --

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_acty_rt_pymt_sched_id => p_rec.acty_rt_pymt_sched_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;