DBA Data[Home] [Help]

APPS.BEN_XRD_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_xrd_shd.api_updating
47: (p_ext_rslt_dtl_id => p_ext_rslt_dtl_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_ext_rslt_dtl_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_xrd_shd.api_updating
124: (p_ext_rslt_dtl_id => p_ext_rslt_dtl_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 196: hr_utility.set_location('Entering:'||l_proc,5);

192: where a.ext_rcd_id = p_ext_rcd_id;
193: --
194: Begin
195: --
196: hr_utility.set_location('Entering:'||l_proc,5);
197: --
198: l_api_updating := ben_xrd_shd.api_updating
199: (p_ext_rslt_dtl_id => p_ext_rslt_dtl_id,
200: p_object_version_number => p_object_version_number);

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

223: close c1;
224: --
225: end if;
226: --
227: hr_utility.set_location('Leaving:'||l_proc,10);
228: --
229: End chk_ext_rcd_id;
230:
231:

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

246: where a.ext_rcd_in_file_id = p_ext_rcd_in_file_id;
247: --
248: Begin
249: --
250: hr_utility.set_location('Entering:'||l_proc,5);
251: --
252: l_api_updating := ben_xrd_shd.api_updating
253: (p_ext_rslt_dtl_id => p_ext_rslt_dtl_id,
254: p_object_version_number => p_object_version_number);

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

277: close c1;
278: --
279: end if;
280: --
281: hr_utility.set_location('Leaving:'||l_proc,10);
282: --
283: End chk_ext_rcd_in_file_id;
284:
285:

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

324: where a.ext_rslt_id = p_ext_rslt_id;
325: --
326: Begin
327: --
328: hr_utility.set_location('Entering:'||l_proc,5);
329: --
330: l_api_updating := ben_xrd_shd.api_updating
331: (p_ext_rslt_dtl_id => p_ext_rslt_dtl_id,
332: p_object_version_number => p_object_version_number);

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

355: close c1;
356: --
357: end if;
358: --
359: hr_utility.set_location('Leaving:'||l_proc,10);
360: --
361: End chk_ext_rslt_id;
362: --
363: -- ----------------------------------------------------------------------------

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

367: --
368: l_proc varchar2(72) := g_package||'insert_validate';
369: --
370: Begin
371: hr_utility.set_location('Entering:'||l_proc, 5);
372: --
373: -- Call all supporting business operations
374: --
375: --

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

398: (p_ext_rslt_dtl_id => p_rec.ext_rslt_dtl_id,
399: p_ext_rcd_in_file_id => p_rec.ext_rcd_in_file_id,
400: p_object_version_number => p_rec.object_version_number);
401:
402: hr_utility.set_location(' Leaving:'||l_proc, 10);
403: End insert_validate;
404: --
405: -- ----------------------------------------------------------------------------
406: -- |---------------------------< update_validate >----------------------------|

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

409: --
410: l_proc varchar2(72) := g_package||'update_validate';
411: --
412: Begin
413: hr_utility.set_location('Entering:'||l_proc, 5);
414: --
415: -- Call all supporting business operations
416: --
417: --

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

438: (p_ext_rslt_dtl_id => p_rec.ext_rslt_dtl_id,
439: p_ext_rcd_in_file_id => p_rec.ext_rcd_in_file_id,
440: p_object_version_number => p_rec.object_version_number);
441:
442: hr_utility.set_location(' Leaving:'||l_proc, 10);
443:
444: End update_validate;
445: --
446: -- ----------------------------------------------------------------------------

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

450: --
451: l_proc varchar2(72) := g_package||'delete_validate';
452: --
453: Begin
454: hr_utility.set_location('Entering:'||l_proc, 5);
455: --
456: -- Call all supporting business operations
457: --
458: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

454: hr_utility.set_location('Entering:'||l_proc, 5);
455: --
456: -- Call all supporting business operations
457: --
458: hr_utility.set_location(' Leaving:'||l_proc, 10);
459: End delete_validate;
460: --
461: --
462: -- ---------------------------------------------------------------------------

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

481: l_proc varchar2(72) := g_package||'return_legislation_code';
482: --
483: begin
484: --
485: hr_utility.set_location('Entering:'|| l_proc, 10);
486: --
487: -- Ensure that all the mandatory parameter are not null
488: --
489: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

499: close csr_leg_code;
500: --
501: -- The primary key is invalid therefore we must error
502: --
503: hr_utility.set_message(801,'HR_7220_INVALID_PRIMARY_KEY');
504: hr_utility.raise_error;
505: --
506: end if;
507: --

Line 504: hr_utility.raise_error;

500: --
501: -- The primary key is invalid therefore we must error
502: --
503: hr_utility.set_message(801,'HR_7220_INVALID_PRIMARY_KEY');
504: hr_utility.raise_error;
505: --
506: end if;
507: --
508: close csr_leg_code;

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

506: end if;
507: --
508: close csr_leg_code;
509: --
510: hr_utility.set_location(' Leaving:'|| l_proc, 20);
511: --
512: return l_legislation_code;
513: --
514: end return_legislation_code;