DBA Data[Home] [Help]

APPS.BEN_CRT_BUS dependencies on HR_UTILITY

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

40: l_api_updating boolean;
41: --
42: Begin
43: --
44: hr_utility.set_location('Entering:'||l_proc, 5);
45: --
46: l_api_updating := ben_crt_shd.api_updating
47: (p_crt_ordr_id => p_crt_ordr_id,
48: p_object_version_number => p_object_version_number);

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

68: end if;
69: --
70: end if;
71: --
72: hr_utility.set_location('Leaving:'||l_proc, 10);
73: --
74: End chk_crt_ordr_id;
75: --
76: -- ----------------------------------------------------------------------------

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

117: and a.effective_end_date;
118: --
119: Begin
120: --
121: hr_utility.set_location('Entering:'||l_proc,5);
122: --
123: l_api_updating := ben_crt_shd.api_updating
124: (p_crt_ordr_id => p_crt_ordr_id,
125: p_object_version_number => p_object_version_number);

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

148: close c1;
149: --
150: end if;
151: --
152: hr_utility.set_location('Leaving:'||l_proc,10);
153: --
154: End chk_person_id;
155: --
156: -- ----------------------------------------------------------------------------

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

208: and pln.pl_stat_cd = 'A';
209: --
210: Begin
211: --
212: hr_utility.set_location('Entering:'||l_proc,5);
213: --
214: l_api_updating := ben_crt_shd.api_updating
215: (p_crt_ordr_id => p_crt_ordr_id,
216: p_object_version_number => p_object_version_number);

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

259: close c2;
260: --
261: end if;
262: --
263: hr_utility.set_location('Leaving:'||l_proc,10);
264: --
265: End chk_pl_id;
266: --
267: -- ----------------------------------------------------------------------------

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

288: l_proc varchar2(72) := g_package||'chk_strt_dt_precedes_end_dt';
289: --
290: Begin
291: --
292: hr_utility.set_location('Entering:'||l_proc, 5);
293:
294: if p_start_Date is not null and p_end_date is not null and p_start_date > p_end_date then
295: --
296: -- raise error Start Date must precede End date

Line 299: hr_utility.set_message_token('START',to_char(p_start_date,fnd_profile.value('ICX_DATE_FORMAT_MASK')));

295: --
296: -- raise error Start Date must precede End date
297: --
298: fnd_message.set_name('BEN','BEN_92688_RT_STRT_DT_GT_END_DT'); -- 3709010
299: hr_utility.set_message_token('START',to_char(p_start_date,fnd_profile.value('ICX_DATE_FORMAT_MASK')));
300: hr_utility.set_message_token('END',to_char(p_end_date,fnd_profile.value('ICX_DATE_FORMAT_MASK')));
301: fnd_message.raise_error;
302: --
303: end if;

Line 300: hr_utility.set_message_token('END',to_char(p_end_date,fnd_profile.value('ICX_DATE_FORMAT_MASK')));

296: -- raise error Start Date must precede End date
297: --
298: fnd_message.set_name('BEN','BEN_92688_RT_STRT_DT_GT_END_DT'); -- 3709010
299: hr_utility.set_message_token('START',to_char(p_start_date,fnd_profile.value('ICX_DATE_FORMAT_MASK')));
300: hr_utility.set_message_token('END',to_char(p_end_date,fnd_profile.value('ICX_DATE_FORMAT_MASK')));
301: fnd_message.raise_error;
302: --
303: end if;
304: --

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

301: fnd_message.raise_error;
302: --
303: end if;
304: --
305: hr_utility.set_location('Leaving:'||l_proc, 10);
306: --
307: End chk_strt_dt_precedes_end_dt;
308: --
309: --

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

351: and a.effective_end_date;
352: --
353: Begin
354: --
355: hr_utility.set_location('Entering:'||l_proc,5);
356: --
357: l_api_updating := ben_crt_shd.api_updating
358: (p_crt_ordr_id => p_crt_ordr_id,
359: p_object_version_number => p_object_version_number);

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

383: close c1;
384: --
385: end if;
386: --
387: hr_utility.set_location('Leaving:'||l_proc,10);
388: --
389: End chk_pl_typ_id;
390: --
391: -- ----------------------------------------------------------------------------

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

417: l_proc varchar2(72) := g_package||'chk_pl_pltyp_id';
418: --
419: Begin
420: --
421: hr_utility.set_location('Entering:'||l_proc,5);
422: --
423: if p_pl_id is null and
424: p_pl_typ_id is null then
425: --

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

435: fnd_message.set_name('BEN','BEN_92399_PL_PLTYP_BVAL');
436: fnd_message.raise_error;
437: end if;
438: --
439: hr_utility.set_location('Leaving:'||l_proc,10);
440: --
441: End chk_pl_pltyp_id;
442: --
443: -- ----------------------------------------------------------------------------

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

475: l_api_updating boolean;
476: --
477: Begin
478: --
479: hr_utility.set_location('Entering:'||l_proc, 5);
480: --
481: l_api_updating := ben_crt_shd.api_updating
482: (p_crt_ordr_id => p_crt_ordr_id,
483: p_object_version_number => p_object_version_number);

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

506: end if;
507: --
508: end if;
509: --
510: hr_utility.set_location('Leaving:'||l_proc,10);
511: --
512: end chk_qdro_dstr_mthd_cd;
513: --
514: -- ----------------------------------------------------------------------------

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

546: l_api_updating boolean;
547: --
548: Begin
549: --
550: hr_utility.set_location('Entering:'||l_proc, 5);
551: --
552: l_api_updating := ben_crt_shd.api_updating
553: (p_crt_ordr_id => p_crt_ordr_id,
554: p_object_version_number => p_object_version_number);

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

577: end if;
578: --
579: end if;
580: --
581: hr_utility.set_location('Leaving:'||l_proc,10);
582: --
583: end chk_qdro_per_perd_cd;
584: --
585: -- ----------------------------------------------------------------------------

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

617: l_api_updating boolean;
618: --
619: Begin
620: --
621: hr_utility.set_location('Entering:'||l_proc, 5);
622: --
623: l_api_updating := ben_crt_shd.api_updating
624: (p_crt_ordr_id => p_crt_ordr_id,
625: p_object_version_number => p_object_version_number);

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

647: end if;
648: --
649: end if;
650: --
651: hr_utility.set_location('Leaving:'||l_proc,10);
652: --
653: end chk_crt_ordr_typ_cd;
654: --
655: --

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

696: l_api_updating boolean;
697: --
698: Begin
699: --
700: hr_utility.set_location('Entering:'||l_proc, 5);
701: --
702: l_api_updating := ben_crt_shd.api_updating
703: (p_crt_ordr_id => p_crt_ordr_id,
704: p_object_version_number => p_object_version_number);

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

729: End if;
730: End if;
731:
732: --
733: hr_utility.set_location('Leaving:'||l_proc,10);
734: --
735: end chk_rqd_by_typ;
736: --
737: -- ----------------------------------------------------------------------------

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

742: --
743: l_proc varchar2(72) := g_package||'insert_validate';
744: --
745: Begin
746: hr_utility.set_location('Entering:'||l_proc, 5);
747: --
748: -- Call all supporting business operations
749: --
750: --

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

808: chk_strt_dt_precedes_end_dt
809: (p_start_date => p_rec.apls_perd_strtg_dt,
810: p_end_date => p_rec.apls_perd_endg_dt);
811: --
812: hr_utility.set_location(' Leaving:'||l_proc, 10);
813: End insert_validate;
814: --
815: -- ----------------------------------------------------------------------------
816: -- |---------------------------< update_validate >----------------------------|

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

820: --
821: l_proc varchar2(72) := g_package||'update_validate';
822: --
823: Begin
824: hr_utility.set_location('Entering:'||l_proc, 5);
825: --
826: -- Call all supporting business operations
827: --
828: --

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

886: chk_strt_dt_precedes_end_dt
887: (p_start_date => p_rec.apls_perd_strtg_dt,
888: p_end_date => p_rec.apls_perd_endg_dt);
889: --
890: hr_utility.set_location(' Leaving:'||l_proc, 10);
891: End update_validate;
892: --
893: -- ----------------------------------------------------------------------------
894: -- |---------------------------< delete_validate >----------------------------|

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

898: --
899: l_proc varchar2(72) := g_package||'delete_validate';
900: --
901: Begin
902: hr_utility.set_location('Entering:'||l_proc, 5);
903: --
904: -- Call all supporting business operations
905: --
906: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

902: hr_utility.set_location('Entering:'||l_proc, 5);
903: --
904: -- Call all supporting business operations
905: --
906: hr_utility.set_location(' Leaving:'||l_proc, 10);
907: End delete_validate;
908: --
909: --
910: -- ---------------------------------------------------------------------------

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

929: l_proc varchar2(72) := g_package||'return_legislation_code';
930: --
931: begin
932: --
933: hr_utility.set_location('Entering:'|| l_proc, 10);
934: --
935: -- Ensure that all the mandatory parameter are not null
936: --
937: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

954: end if;
955: --
956: close csr_leg_code;
957: --
958: hr_utility.set_location(' Leaving:'|| l_proc, 20);
959: --
960: return l_legislation_code;
961: --
962: end return_legislation_code;