DBA Data[Home] [Help]

APPS.BEN_ART_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_art_shd.api_updating
49: (p_effective_date => p_effective_date,
50: p_age_rt_id => p_age_rt_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_age_rt_id;
78: --
79: -- |--------------------< chk_duplicate_ordr_num >----------------------------|

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

118: and business_group_id + 0 = p_business_group_id
119: and ordr_num = p_ordr_num;
120: --
121: Begin
122: hr_utility.set_location('Entering:'||l_proc, 5);
123:
124: --
125: open c1;
126: fetch c1 into l_dummy;

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

130: fnd_message.raise_error;
131: end if;
132: close c1;
133: --
134: hr_utility.set_location('Leaving:'||l_proc, 15);
135: End chk_duplicate_ordr_num;
136:
137: --
138: -- ----------------------------------------------------------------------------

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

170: l_api_updating boolean;
171: --
172: Begin
173: --
174: hr_utility.set_location('Entering:'||l_proc, 5);
175: --
176: l_api_updating := ben_art_shd.api_updating
177: (p_age_rt_id => p_age_rt_id,
178: p_effective_date => p_effective_date,

Line 196: hr_utility.set_message(801,'HR_LOOKUP_DOES_NOT_EXIST');

192: p_effective_date => p_effective_date) then
193: --
194: -- raise error as does not exist as lookup
195: --
196: hr_utility.set_message(801,'HR_LOOKUP_DOES_NOT_EXIST');
197: hr_utility.raise_error;
198: --
199: end if;
200: --

Line 197: hr_utility.raise_error;

193: --
194: -- raise error as does not exist as lookup
195: --
196: hr_utility.set_message(801,'HR_LOOKUP_DOES_NOT_EXIST');
197: hr_utility.raise_error;
198: --
199: end if;
200: --
201: end if;

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

199: end if;
200: --
201: end if;
202: --
203: hr_utility.set_location('Leaving:'||l_proc,10);
204: --
205: end chk_excld_flag;
206: --
207: -- ----------------------------------------------------------------------------

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

241: --
242:
243: Begin
244: --
245: hr_utility.set_location('Entering:'||l_proc, 5);
246: --
247: if p_age_fctr_id is not null then
248: open c1;
249: fetch c1 into l_dummy;

Line 251: hr_utility.set_message(801,'Age_Fctr_NotExist');

247: if p_age_fctr_id is not null then
248: open c1;
249: fetch c1 into l_dummy;
250: if c1%notfound then
251: hr_utility.set_message(801,'Age_Fctr_NotExist');
252: hr_utility.raise_error;
253: end if;
254: close c1;
255: end if;

Line 252: hr_utility.raise_error;

248: open c1;
249: fetch c1 into l_dummy;
250: if c1%notfound then
251: hr_utility.set_message(801,'Age_Fctr_NotExist');
252: hr_utility.raise_error;
253: end if;
254: close c1;
255: end if;
256: --

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

253: end if;
254: close c1;
255: end if;
256: --
257: hr_utility.set_location('Leaving:'||l_proc, 10);
258: --
259: End chk_age_fctr_id;
260: --
261:

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

315: and p_validation_end_date >= effective_start_date;
316: --
317: BEGIN
318: --
319: hr_utility.set_location('Entering:'||l_proc, 5);
320: --
321: l_api_updating := ben_art_shd.api_updating
322: (p_age_rt_id => p_age_rt_id,
323: p_effective_date => p_effective_date,

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

342: end if;
343: close c_dup;
344: --
345: end if;
346: hr_utility.set_location('Leaving:'||l_proc,10);
347: --
348: END chk_dup_record;
349:
350: -- ----------------------------------------------------------------------------

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

386: l_integrity_error Exception;
387: l_table_name all_tables.table_name%TYPE;
388: --
389: Begin
390: hr_utility.set_location('Entering:'||l_proc, 5);
391: --
392: -- Ensure that the p_datetrack_mode argument is not null
393: --
394: hr_api.mandatory_arg_error

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

425: End If;
426: --
427: End If;
428: --
429: hr_utility.set_location(' Leaving:'||l_proc, 10);
430: Exception
431: When l_integrity_error Then
432: --
433: -- A referential integrity check was violated therefore

Line 443: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');

439: --
440: -- An unhandled or unexpected error has occurred which
441: -- we must report
442: --
443: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
444: hr_utility.set_message_token('PROCEDURE', l_proc);
445: hr_utility.set_message_token('STEP','15');
446: hr_utility.raise_error;
447: End dt_update_validate;

Line 444: hr_utility.set_message_token('PROCEDURE', l_proc);

440: -- An unhandled or unexpected error has occurred which
441: -- we must report
442: --
443: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
444: hr_utility.set_message_token('PROCEDURE', l_proc);
445: hr_utility.set_message_token('STEP','15');
446: hr_utility.raise_error;
447: End dt_update_validate;
448: --

Line 445: hr_utility.set_message_token('STEP','15');

441: -- we must report
442: --
443: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
444: hr_utility.set_message_token('PROCEDURE', l_proc);
445: hr_utility.set_message_token('STEP','15');
446: hr_utility.raise_error;
447: End dt_update_validate;
448: --
449: -- ----------------------------------------------------------------------------

Line 446: hr_utility.raise_error;

442: --
443: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
444: hr_utility.set_message_token('PROCEDURE', l_proc);
445: hr_utility.set_message_token('STEP','15');
446: hr_utility.raise_error;
447: End dt_update_validate;
448: --
449: -- ----------------------------------------------------------------------------
450: -- |--------------------------< dt_delete_validate >--------------------------|

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

491: l_rows_exist Exception;
492: l_table_name all_tables.table_name%TYPE;
493: --
494: Begin
495: hr_utility.set_location('Entering:'||l_proc, 5);
496: --
497: -- Ensure that the p_datetrack_mode argument is not null
498: --
499: hr_api.mandatory_arg_error

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

528: --
529: --
530: End If;
531: --
532: hr_utility.set_location(' Leaving:'||l_proc, 10);
533: Exception
534: When l_rows_exist Then
535: --
536: -- A referential integrity check was violated therefore

Line 546: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');

542: --
543: -- An unhandled or unexpected error has occurred which
544: -- we must report
545: --
546: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
547: hr_utility.set_message_token('PROCEDURE', l_proc);
548: hr_utility.set_message_token('STEP','15');
549: hr_utility.raise_error;
550: End dt_delete_validate;

Line 547: hr_utility.set_message_token('PROCEDURE', l_proc);

543: -- An unhandled or unexpected error has occurred which
544: -- we must report
545: --
546: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
547: hr_utility.set_message_token('PROCEDURE', l_proc);
548: hr_utility.set_message_token('STEP','15');
549: hr_utility.raise_error;
550: End dt_delete_validate;
551: --

Line 548: hr_utility.set_message_token('STEP','15');

544: -- we must report
545: --
546: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
547: hr_utility.set_message_token('PROCEDURE', l_proc);
548: hr_utility.set_message_token('STEP','15');
549: hr_utility.raise_error;
550: End dt_delete_validate;
551: --
552: -- ----------------------------------------------------------------------------

Line 549: hr_utility.raise_error;

545: --
546: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
547: hr_utility.set_message_token('PROCEDURE', l_proc);
548: hr_utility.set_message_token('STEP','15');
549: hr_utility.raise_error;
550: End dt_delete_validate;
551: --
552: -- ----------------------------------------------------------------------------
553: -- |---------------------------< insert_validate >----------------------------|

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

561: --
562: l_proc varchar2(72) := g_package||'insert_validate';
563: --
564: Begin
565: hr_utility.set_location('Entering:'||l_proc, 5);
566: --
567: -- Call all supporting business operations
568: --
569: --

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

600: ,p_effective_date => p_effective_date
601: ,p_business_group_id => p_rec.business_group_id
602: ,p_age_rt_id => p_rec.age_rt_id);
603: --
604: hr_utility.set_location(' Leaving:'||l_proc, 10);
605: End insert_validate;
606: --
607: -- ----------------------------------------------------------------------------
608: -- |---------------------------< update_validate >----------------------------|

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

616: --
617: l_proc varchar2(72) := g_package||'update_validate';
618: --
619: Begin
620: hr_utility.set_location('Entering:'||l_proc, 5);
621: --
622: -- Call all supporting business operations
623: --
624: --

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

663: ,p_effective_date => p_effective_date
664: ,p_business_group_id => p_rec.business_group_id
665: ,p_age_rt_id => p_rec.age_rt_id);
666: --
667: hr_utility.set_location(' Leaving:'||l_proc, 10);
668: End update_validate;
669: --
670: -- ----------------------------------------------------------------------------
671: -- |---------------------------< delete_validate >----------------------------|

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

679: --
680: l_proc varchar2(72) := g_package||'delete_validate';
681: --
682: Begin
683: hr_utility.set_location('Entering:'||l_proc, 5);
684: --
685: -- Call all supporting business operations
686: --
687: dt_delete_validate

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

689: p_validation_start_date => p_validation_start_date,
690: p_validation_end_date => p_validation_end_date,
691: p_age_rt_id => p_rec.age_rt_id);
692: --
693: hr_utility.set_location(' Leaving:'||l_proc, 10);
694: End delete_validate;
695: --
696: --
697: -- ---------------------------------------------------------------------------

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

716: l_proc varchar2(72) := g_package||'return_legislation_code';
717: --
718: begin
719: --
720: hr_utility.set_location('Entering:'|| l_proc, 10);
721: --
722: -- Ensure that all the mandatory parameter are not null
723: --
724: hr_api.mandatory_arg_error(p_api_name => l_proc,

Line 738: hr_utility.set_message(801,'HR_7220_INVALID_PRIMARY_KEY');

734: close csr_leg_code;
735: --
736: -- The primary key is invalid therefore we must error
737: --
738: hr_utility.set_message(801,'HR_7220_INVALID_PRIMARY_KEY');
739: hr_utility.raise_error;
740: --
741: end if;
742: --

Line 739: hr_utility.raise_error;

735: --
736: -- The primary key is invalid therefore we must error
737: --
738: hr_utility.set_message(801,'HR_7220_INVALID_PRIMARY_KEY');
739: hr_utility.raise_error;
740: --
741: end if;
742: --
743: close csr_leg_code;

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

741: end if;
742: --
743: close csr_leg_code;
744: --
745: hr_utility.set_location(' Leaving:'|| l_proc, 20);
746: --
747: return l_legislation_code;
748: --
749: end return_legislation_code;