DBA Data[Home] [Help]

APPS.BEN_ERG_BUS dependencies on HR_UTILITY

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

43: l_api_updating boolean;
44: --
45: Begin
46: --
47: hr_utility.set_location('Entering:'||l_proc, 5);
48: --
49: l_api_updating := ben_erg_shd.api_updating
50: (p_effective_date => p_effective_date,
51: p_ELIG_PERF_RTNG_PRTE_id => p_ELIG_PERF_RTNG_PRTE_id,

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

72: end if;
73: --
74: end if;
75: --
76: hr_utility.set_location('Leaving:'||l_proc, 10);
77: --
78: End chk_ELIG_PERF_RTNG_PRTE_id;
79: --
80: -- ----------------------------------------------------------------------------

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

112: l_api_updating boolean;
113: --
114: Begin
115: --
116: hr_utility.set_location('Entering:'||l_proc, 5);
117: --
118: l_api_updating := ben_erg_shd.api_updating
119: (p_ELIG_PERF_RTNG_PRTE_id => p_ELIG_PERF_RTNG_PRTE_id,
120: p_effective_date => p_effective_date,

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

145: end if;
146: --
147: end if;
148: --
149: hr_utility.set_location('Leaving:'||l_proc,10);
150: --
151: end chk_excld_flag;
152: --
153: -- ----------------------------------------------------------------------------

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

185: l_api_updating boolean;
186: --
187: Begin
188: --
189: hr_utility.set_location('Entering:'||l_proc,5);
190: --
191: l_api_updating := ben_erg_shd.api_updating
192: (p_ELIG_PERF_RTNG_PRTE_id => p_ELIG_PERF_RTNG_PRTE_id,
193: p_effective_date => p_effective_date,

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

221: end if;
222: --
223: end if;
224: --
225: hr_utility.set_location('Leaving:'||l_proc,10);
226: --
227: End chk_event_type;
228: --
229:

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

263: l_api_updating boolean;
264: --
265: Begin
266: --
267: hr_utility.set_location('Entering:'||l_proc,5);
268: --
269: l_api_updating := ben_erg_shd.api_updating
270: (p_ELIG_PERF_RTNG_PRTE_id => p_ELIG_PERF_RTNG_PRTE_id,
271: p_effective_date => p_effective_date,

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

297: end if;
298: --
299: end if;
300: --
301: hr_utility.set_location('Leaving:'||l_proc,10);
302: --
303: End chk_perf_rtng_cd;
304: --
305:

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

352: and erg.business_group_id = p_business_group_id;
353: --
354: Begin
355: --
356: hr_utility.set_location('Entering:'||l_proc,5);
357: --
358: open c1;
359: --
360: fetch c1 into l_dummy;

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

369: --
370: end if;
371: close c1;
372: --
373: hr_utility.set_location('Leaving:'||l_proc,10);
374: --
375: End chk_dup_perf_rtng_cd_criteria;
376: --
377: --Bug:5054189

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

418: and ordr_num = p_ordr_num
419: and business_group_id = p_business_group_id;
420: --
421: Begin
422: hr_utility.set_location('Entering:'||l_proc, 5);
423: --
424: open c1;
425: fetch c1 into l_dummy;
426: if c1%found then

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

429: fnd_message.raise_error;
430: end if;
431: close c1;
432: --
433: hr_utility.set_location('Leaving:'||l_proc, 15);
434: End chk_duplicate_ordr_num;
435: -- ----------------------------------------------------------------------------
436: -- |--------------------------< dt_update_validate >--------------------------|
437: -- ----------------------------------------------------------------------------

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

471: l_integrity_error Exception;
472: l_table_name all_tables.table_name%TYPE;
473: --
474: Begin
475: hr_utility.set_location('Entering:'||l_proc, 5);
476: --
477: -- Ensure that the p_datetrack_mode argument is not null
478: --
479: hr_api.mandatory_arg_error

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

510: End If;
511: --
512: End If;
513: --
514: hr_utility.set_location(' Leaving:'||l_proc, 10);
515: Exception
516: When l_integrity_error Then
517: --
518: -- A referential integrity check was violated therefore

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

576: l_rows_exist Exception;
577: l_table_name all_tables.table_name%TYPE;
578: --
579: Begin
580: hr_utility.set_location('Entering:'||l_proc, 5);
581: --
582: -- Ensure that the p_datetrack_mode argument is not null
583: --
584: hr_api.mandatory_arg_error

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

613: --
614: --
615: End If;
616: --
617: hr_utility.set_location(' Leaving:'||l_proc, 10);
618: Exception
619: When l_rows_exist Then
620: --
621: -- A referential integrity check was violated therefore

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

647: --
648: l_proc varchar2(72) := g_package||'insert_validate';
649: --
650: Begin
651: hr_utility.set_location('Entering:'||l_proc, 5);
652: --
653: -- Call all supporting business operations
654: --
655: --

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

692: ,p_eligy_prfl_id => p_rec.eligy_prfl_id
693: ,p_ordr_num => p_rec.ordr_num
694: ,p_business_group_id => p_rec.business_group_id);
695: --
696: hr_utility.set_location(' Leaving:'||l_proc, 10);
697: End insert_validate;
698: --
699: -- ----------------------------------------------------------------------------
700: -- |---------------------------< update_validate >----------------------------|

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

708: --
709: l_proc varchar2(72) := g_package||'update_validate';
710: --
711: Begin
712: hr_utility.set_location('Entering:'||l_proc, 5);
713: --
714: -- Call all supporting business operations
715: --
716: --

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

761: p_datetrack_mode => p_datetrack_mode,
762: p_validation_start_date => p_validation_start_date,
763: p_validation_end_date => p_validation_end_date);
764: --
765: hr_utility.set_location(' Leaving:'||l_proc, 10);
766: End update_validate;
767: --
768: -- ----------------------------------------------------------------------------
769: -- |---------------------------< delete_validate >----------------------------|

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

777: --
778: l_proc varchar2(72) := g_package||'delete_validate';
779: --
780: Begin
781: hr_utility.set_location('Entering:'||l_proc, 5);
782: --
783: -- Call all supporting business operations
784: --
785: dt_delete_validate

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

787: p_validation_start_date => p_validation_start_date,
788: p_validation_end_date => p_validation_end_date,
789: p_ELIG_PERF_RTNG_PRTE_id => p_rec.ELIG_PERF_RTNG_PRTE_id);
790: --
791: hr_utility.set_location(' Leaving:'||l_proc, 10);
792: End delete_validate;
793: --
794: --
795: -- ---------------------------------------------------------------------------

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

814: l_proc varchar2(72) := g_package||'return_legislation_code';
815: --
816: begin
817: --
818: hr_utility.set_location('Entering:'|| l_proc, 10);
819: --
820: -- Ensure that all the mandatory parameter are not null
821: --
822: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

839: end if;
840: --
841: close csr_leg_code;
842: --
843: hr_utility.set_location(' Leaving:'|| l_proc, 20);
844: --
845: return l_legislation_code;
846: --
847: end return_legislation_code;