DBA Data[Home] [Help]

APPS.BEN_EPY_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_epy_shd.api_updating
49: (p_effective_date => p_effective_date,
50: p_elig_pyrl_prte_id => p_elig_pyrl_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_pyrl_prte_id;
78: --
79: -- ----------------------------------------------------------------------------

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

137: and a.effective_end_date;
138: --
139: Begin
140: --
141: hr_utility.set_location('Entering:'||l_proc,5);
142: --
143: l_api_updating := ben_epy_shd.api_updating
144: (p_effective_date => p_effective_date,
145: p_elig_pyrl_prte_id => p_elig_pyrl_prte_id,

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

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

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

225: l_api_updating boolean;
226: --
227: Begin
228: --
229: hr_utility.set_location('Entering:'||l_proc, 5);
230: --
231: l_api_updating := ben_epy_shd.api_updating
232: (p_elig_pyrl_prte_id => p_elig_pyrl_prte_id,
233: p_effective_date => p_effective_date,

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

254: end if;
255: --
256: end if;
257: --
258: hr_utility.set_location('Leaving:'||l_proc,10);
259: --
260: end chk_excld_flag;
261: --
262: --Bug:5054189

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

303: and ordr_num = p_ordr_num
304: and business_group_id = p_business_group_id;
305: --
306: Begin
307: hr_utility.set_location('Entering:'||l_proc, 5);
308: --
309: open c1;
310: fetch c1 into l_dummy;
311: if c1%found then

Line 318: hr_utility.set_location('Leaving:'||l_proc, 15);

314: fnd_message.raise_error;
315: end if;
316: close c1;
317: --
318: hr_utility.set_location('Leaving:'||l_proc, 15);
319: End chk_duplicate_ordr_num;
320: -- ----------------------------------------------------------------------------
321: -- |--------------------------< dt_update_validate >--------------------------|
322: -- ----------------------------------------------------------------------------

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

356: l_integrity_error Exception;
357: l_table_name all_tables.table_name%TYPE;
358: --
359: Begin
360: hr_utility.set_location('Entering:'||l_proc, 5);
361: --
362: -- Ensure that the p_datetrack_mode argument is not null
363: --
364: hr_api.mandatory_arg_error

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

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

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

462: l_rows_exist Exception;
463: l_table_name all_tables.table_name%TYPE;
464: --
465: Begin
466: hr_utility.set_location('Entering:'||l_proc, 5);
467: --
468: -- Ensure that the p_datetrack_mode argument is not null
469: --
470: hr_api.mandatory_arg_error

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

499: --
500: --
501: End If;
502: --
503: hr_utility.set_location(' Leaving:'||l_proc, 10);
504: Exception
505: When l_rows_exist Then
506: --
507: -- A referential integrity check was violated therefore

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

533: --
534: l_proc varchar2(72) := g_package||'insert_validate';
535: --
536: Begin
537: hr_utility.set_location('Entering:'||l_proc, 5);
538: --
539: -- Call all supporting business operations
540: --
541: --

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

567: ,p_eligy_prfl_id => p_rec.eligy_prfl_id
568: ,p_ordr_num => p_rec.ordr_num
569: ,p_business_group_id => p_rec.business_group_id);
570: --
571: hr_utility.set_location(' Leaving:'||l_proc, 10);
572: End insert_validate;
573: --
574: -- ----------------------------------------------------------------------------
575: -- |---------------------------< update_validate >----------------------------|

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

583: --
584: l_proc varchar2(72) := g_package||'update_validate';
585: --
586: Begin
587: hr_utility.set_location('Entering:'||l_proc, 5);
588: --
589: -- Call all supporting business operations
590: --
591: --

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

625: ,p_eligy_prfl_id => p_rec.eligy_prfl_id
626: ,p_ordr_num => p_rec.ordr_num
627: ,p_business_group_id => p_rec.business_group_id);
628: --
629: hr_utility.set_location(' Leaving:'||l_proc, 10);
630: End update_validate;
631: --
632: -- ----------------------------------------------------------------------------
633: -- |---------------------------< delete_validate >----------------------------|

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

641: --
642: l_proc varchar2(72) := g_package||'delete_validate';
643: --
644: Begin
645: hr_utility.set_location('Entering:'||l_proc, 5);
646: --
647: -- Call all supporting business operations
648: --
649: dt_delete_validate

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

651: p_validation_start_date => p_validation_start_date,
652: p_validation_end_date => p_validation_end_date,
653: p_elig_pyrl_prte_id => p_rec.elig_pyrl_prte_id);
654: --
655: hr_utility.set_location(' Leaving:'||l_proc, 10);
656: End delete_validate;
657: --
658: --
659: -- ---------------------------------------------------------------------------

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

678: l_proc varchar2(72) := g_package||'return_legislation_code';
679: --
680: begin
681: --
682: hr_utility.set_location('Entering:'|| l_proc, 10);
683: --
684: -- Ensure that all the mandatory parameter are not null
685: --
686: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

703: end if;
704: --
705: close csr_leg_code;
706: --
707: hr_utility.set_location(' Leaving:'|| l_proc, 20);
708: --
709: return l_legislation_code;
710: --
711: end return_legislation_code;