DBA Data[Home] [Help]

APPS.BEN_EAN_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_ean_shd.api_updating
49: (p_effective_date => p_effective_date,
50: p_elig_asnt_set_prte_id => p_elig_asnt_set_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_asnt_set_prte_id;
78: --
79: -- ----------------------------------------------------------------------------

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

136: --
137: --
138: Begin
139: --
140: hr_utility.set_location('Entering:'||l_proc,5);
141: --
142: l_api_updating := ben_ean_shd.api_updating
143: (p_elig_asnt_set_prte_id => p_elig_asnt_set_prte_id,
144: p_effective_date => p_effective_date,

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

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

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

222: l_api_updating boolean;
223: --
224: Begin
225: --
226: hr_utility.set_location('Entering:'||l_proc, 5);
227: --
228: l_api_updating := ben_ean_shd.api_updating
229: (p_elig_asnt_set_prte_id => p_elig_asnt_set_prte_id,
230: p_effective_date => p_effective_date,

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

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

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

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

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

311: fnd_message.raise_error;
312: end if;
313: close c1;
314: --
315: hr_utility.set_location('Leaving:'||l_proc, 15);
316: End chk_duplicate_ordr_num;
317:
318:
319:

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 465: hr_utility.set_location('Entering:'||l_proc, 5);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

649: p_validation_start_date => p_validation_start_date,
650: p_validation_end_date => p_validation_end_date,
651: p_elig_asnt_set_prte_id => p_rec.elig_asnt_set_prte_id);
652: --
653: hr_utility.set_location(' Leaving:'||l_proc, 10);
654: End delete_validate;
655: --
656: --
657: -- ---------------------------------------------------------------------------

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

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

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

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