DBA Data[Home] [Help]

APPS.BEN_EAI_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_eai_shd.api_updating
49: (p_effective_date => p_effective_date,
50: p_elig_enrld_anthr_plip_id => p_elig_enrld_anthr_plip_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_enrld_anthr_plip_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_eai_shd.api_updating
118: (p_elig_enrld_anthr_plip_id => p_elig_enrld_anthr_plip_id,
119: p_effective_date => p_effective_date,

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

142: end if;
143: --
144: end if;
145: --
146: hr_utility.set_location('Leaving:'||l_proc,10);
147: --
148: end chk_enrl_det_dt_cd;
149: --
150: -- ----------------------------------------------------------------------------

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

182: l_api_updating boolean;
183: --
184: Begin
185: --
186: hr_utility.set_location('Entering:'||l_proc, 5);
187: --
188: l_api_updating := ben_eai_shd.api_updating
189: (p_elig_enrld_anthr_plip_id => p_elig_enrld_anthr_plip_id,
190: p_effective_date => p_effective_date,

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

213: end if;
214: --
215: end if;
216: --
217: hr_utility.set_location('Leaving:'||l_proc,10);
218: --
219: end chk_excld_flag;
220: --
221: --Bug:5054189

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

262: and ordr_num = p_ordr_num
263: and business_group_id = p_business_group_id;
264: --
265: Begin
266: hr_utility.set_location('Entering:'||l_proc, 5);
267: --
268: open c1;
269: fetch c1 into l_dummy;
270: if c1%found then

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

273: fnd_message.raise_error;
274: end if;
275: close c1;
276: --
277: hr_utility.set_location('Leaving:'||l_proc, 15);
278: End chk_duplicate_ordr_num;
279: -- ----------------------------------------------------------------------------
280: -- |--------------------------< dt_update_validate >--------------------------|
281: -- ----------------------------------------------------------------------------

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

316: l_integrity_error Exception;
317: l_table_name all_tables.table_name%TYPE;
318: --
319: Begin
320: hr_utility.set_location('Entering:'||l_proc, 5);
321: --
322: -- Ensure that the p_datetrack_mode argument is not null
323: --
324: hr_api.mandatory_arg_error

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

365: End If;
366: --
367: End If;
368: --
369: hr_utility.set_location(' Leaving:'||l_proc, 10);
370: Exception
371: When l_integrity_error Then
372: --
373: -- A referential integrity check was violated therefore

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

431: l_rows_exist Exception;
432: l_table_name all_tables.table_name%TYPE;
433: --
434: Begin
435: hr_utility.set_location('Entering:'||l_proc, 5);
436: --
437: -- Ensure that the p_datetrack_mode argument is not null
438: --
439: hr_api.mandatory_arg_error

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

468: --
469: --
470: End If;
471: --
472: hr_utility.set_location(' Leaving:'||l_proc, 10);
473: Exception
474: When l_rows_exist Then
475: --
476: -- A referential integrity check was violated therefore

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

502: --
503: l_proc varchar2(72) := g_package||'insert_validate';
504: --
505: Begin
506: hr_utility.set_location('Entering:'||l_proc, 5);
507: --
508: -- Call all supporting business operations
509: --
510: --

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

532: ,p_eligy_prfl_id => p_rec.eligy_prfl_id
533: ,p_ordr_num => p_rec.ordr_num
534: ,p_business_group_id => p_rec.business_group_id);
535: --
536: hr_utility.set_location(' Leaving:'||l_proc, 10);
537: End insert_validate;
538: --
539: -- ----------------------------------------------------------------------------
540: -- |---------------------------< update_validate >----------------------------|

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

548: --
549: l_proc varchar2(72) := g_package||'update_validate';
550: --
551: Begin
552: hr_utility.set_location('Entering:'||l_proc, 5);
553: --
554: -- Call all supporting business operations
555: --
556: --

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

587: p_datetrack_mode => p_datetrack_mode,
588: p_validation_start_date => p_validation_start_date,
589: p_validation_end_date => p_validation_end_date);
590: --
591: hr_utility.set_location(' Leaving:'||l_proc, 10);
592: End update_validate;
593: --
594: -- ----------------------------------------------------------------------------
595: -- |---------------------------< delete_validate >----------------------------|

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

603: --
604: l_proc varchar2(72) := g_package||'delete_validate';
605: --
606: Begin
607: hr_utility.set_location('Entering:'||l_proc, 5);
608: --
609: -- Call all supporting business operations
610: --
611: dt_delete_validate

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

613: p_validation_start_date => p_validation_start_date,
614: p_validation_end_date => p_validation_end_date,
615: p_elig_enrld_anthr_plip_id => p_rec.elig_enrld_anthr_plip_id);
616: --
617: hr_utility.set_location(' Leaving:'||l_proc, 10);
618: End delete_validate;
619: --
620: --
621: -- ---------------------------------------------------------------------------

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

640: l_proc varchar2(72) := g_package||'return_legislation_code';
641: --
642: begin
643: --
644: hr_utility.set_location('Entering:'|| l_proc, 10);
645: --
646: -- Ensure that all the mandatory parameter are not null
647: --
648: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

665: end if;
666: --
667: close csr_leg_code;
668: --
669: hr_utility.set_location(' Leaving:'|| l_proc, 20);
670: --
671: return l_legislation_code;
672: --
673: end return_legislation_code;