DBA Data[Home] [Help]

APPS.BEN_EJP_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_ejp_shd.api_updating
49: (p_effective_date => p_effective_date,
50: p_elig_job_prte_id => p_elig_job_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_job_prte_id;
78: --
79: -- ----------------------------------------------------------------------------

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

139: --
140: --
141: Begin
142: --
143: hr_utility.set_location('Entering:'||l_proc,5);
144: --
145: l_api_updating := ben_ejp_shd.api_updating
146: (p_elig_job_prte_id => p_elig_job_prte_id,
147: p_effective_date => p_effective_date,

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

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

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_ejp_shd.api_updating
232: (p_elig_job_prte_id => p_elig_job_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: -- ----------------------------------------------------------------------------
322: -- |--------------------------< dt_update_validate >--------------------------|

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

626: p_datetrack_mode => p_datetrack_mode,
627: p_validation_start_date => p_validation_start_date,
628: p_validation_end_date => p_validation_end_date);
629: --
630: hr_utility.set_location(' Leaving:'||l_proc, 10);
631: End update_validate;
632: --
633: -- ----------------------------------------------------------------------------
634: -- |---------------------------< delete_validate >----------------------------|

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

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

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

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

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

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

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

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