DBA Data[Home] [Help]

APPS.BEN_EOU_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_eou_shd.api_updating
49: (p_effective_date => p_effective_date,
50: p_elig_org_unit_prte_id => p_elig_org_unit_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_org_unit_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_eou_shd.api_updating
118: (p_elig_org_unit_prte_id => p_elig_org_unit_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 212: hr_utility.set_location('Entering:'||l_proc,5);

208: --
209: --
210: Begin
211: --
212: hr_utility.set_location('Entering:'||l_proc,5);
213: --
214: l_api_updating := ben_eou_shd.api_updating
215: (p_elig_org_unit_prte_id => p_elig_org_unit_prte_id,
216: p_effective_date => p_effective_date,

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

254: close c3;
255: --
256: end if;
257: --
258: hr_utility.set_location('Leaving:'||l_proc,10);
259: --
260: End chk_organization_id;
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 570: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

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

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

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

623: p_datetrack_mode => p_datetrack_mode,
624: p_validation_start_date => p_validation_start_date,
625: p_validation_end_date => p_validation_end_date);
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_org_unit_prte_id => p_rec.elig_org_unit_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;