DBA Data[Home] [Help]

APPS.BEN_OLA_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_ola_shd.api_updating
47: (p_csr_activities_id => p_csr_activities_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_csr_activities_id;
75: --
76: -- ----------------------------------------------------------------------------

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

118: and fnc.function_name = p_function_name;
119: --
120: Begin
121: --
122: hr_utility.set_location('Entering:'||l_proc, 5);
123: --
124: l_api_updating := ben_ola_shd.api_updating
125: (p_csr_activities_id => p_csr_activities_id,
126: p_object_version_number => p_object_version_number);

Line 148: hr_utility.set_message(801,'FUNCTION_DOES_NOT_EXIST');

144: close c1;
145: --
146: -- raise error
147: --
148: hr_utility.set_message(801,'FUNCTION_DOES_NOT_EXIST');
149: hr_utility.raise_error;
150: --
151: end if;
152: --

Line 149: hr_utility.raise_error;

145: --
146: -- raise error
147: --
148: hr_utility.set_message(801,'FUNCTION_DOES_NOT_EXIST');
149: hr_utility.raise_error;
150: --
151: end if;
152: --
153: close c1;

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

163: --
164: --
165: -- raise error as does not exist as lookup
166: --
167: hr_utility.set_message(801,'HR_LOOKUP_DOES_NOT_EXIST');
168: hr_utility.raise_error;
169: --
170: end if;
171: --

Line 168: hr_utility.raise_error;

164: --
165: -- raise error as does not exist as lookup
166: --
167: hr_utility.set_message(801,'HR_LOOKUP_DOES_NOT_EXIST');
168: hr_utility.raise_error;
169: --
170: end if;
171: --
172: --

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

186: close c2;
187: --
188: -- raise error
189: --
190: hr_utility.set_message(801,'HR_LOOKUP_DOES_NOT_EXIST');
191: hr_utility.raise_error;
192: --
193: end if;
194: --

Line 191: hr_utility.raise_error;

187: --
188: -- raise error
189: --
190: hr_utility.set_message(801,'HR_LOOKUP_DOES_NOT_EXIST');
191: hr_utility.raise_error;
192: --
193: end if;
194: --
195: close c2;

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

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

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

219: l_api_updating boolean;
220: --
221: Begin
222: --
223: hr_utility.set_location('Entering:'||l_proc, 5);
224: --
225: l_api_updating := ben_ola_shd.api_updating
226: (p_csr_activities_id => p_csr_activities_id,
227: p_object_version_number => p_object_version_number);

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

240: p_effective_date => sysdate) then
241: --
242: -- raise error as does not exist as lookup
243: --
244: hr_utility.set_message(801,'HR_LOOKUP_DOES_NOT_EXIST');
245: hr_utility.raise_error;
246: --
247: end if;
248: --

Line 245: hr_utility.raise_error;

241: --
242: -- raise error as does not exist as lookup
243: --
244: hr_utility.set_message(801,'HR_LOOKUP_DOES_NOT_EXIST');
245: hr_utility.raise_error;
246: --
247: end if;
248: --
249: end if;

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

247: end if;
248: --
249: end if;
250: --
251: hr_utility.set_location('Leaving:'||l_proc,10);
252: --
253: end chk_function_type;
254: --
255:

Line 282: hr_utility.set_location('Entering:'||l_proc, 11);

278: business_group_id = p_business_group_id;
279: --
280: Begin
281: --
282: hr_utility.set_location('Entering:'||l_proc, 11);
283: --
284: --
285: open c1;
286: fetch c1 into l_dummy;

Line 309: hr_utility.set_location('Leaving:'||l_proc,11);

305: end if;
306: --
307: --
308: --
309: hr_utility.set_location('Leaving:'||l_proc,11);
310: --
311: end chk_duplicate_function_name;
312: --
313:

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

361: and nvl(bca.start_date, hr_api.g_sot) <= nvl(p_csr_end_date, hr_api.g_eot);
362: --
363: Begin
364: --
365: hr_utility.set_location('Entering:'||l_proc, 5);
366: --
367: l_api_updating := ben_ola_shd.api_updating
368: (p_csr_activities_id => p_csr_activities_id,
369: p_object_version_number => p_object_version_number);

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

398: end if;
399: close c1;
400: --
401: end if;
402: hr_utility.set_location('Leaving:'||l_proc, 10);
403: --
404: End chk_seq_num_unique;
405: --
406:

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

412: --
413: l_proc varchar2(72) := g_package||'insert_validate';
414: --
415: Begin
416: hr_utility.set_location('Entering:'||l_proc, 5);
417: --
418: -- Call all supporting business operations
419: --
420: --

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

450: p_object_version_number=> p_rec.object_version_number,
451: p_csr_start_date => p_rec.start_date,
452: p_csr_end_date => p_rec.end_date);
453:
454: hr_utility.set_location(' Leaving:'||l_proc, 10);
455: End insert_validate;
456: --
457: -- ----------------------------------------------------------------------------
458: -- |---------------------------< update_validate >----------------------------|

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

461: --
462: l_proc varchar2(72) := g_package||'update_validate';
463: --
464: Begin
465: hr_utility.set_location('Entering:'||l_proc, 5);
466: --
467: -- Call all supporting business operations
468: --
469: --

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

499: p_object_version_number=> p_rec.object_version_number,
500: p_csr_start_date => p_rec.start_date,
501: p_csr_end_date => p_rec.end_date);
502:
503: hr_utility.set_location(' Leaving:'||l_proc, 10);
504: End update_validate;
505: --
506: -- ----------------------------------------------------------------------------
507: -- |---------------------------< delete_validate >----------------------------|

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

510: --
511: l_proc varchar2(72) := g_package||'delete_validate';
512: --
513: Begin
514: hr_utility.set_location('Entering:'||l_proc, 5);
515: --
516: -- Call all supporting business operations
517: --
518: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

514: hr_utility.set_location('Entering:'||l_proc, 5);
515: --
516: -- Call all supporting business operations
517: --
518: hr_utility.set_location(' Leaving:'||l_proc, 10);
519: End delete_validate;
520: --
521: --
522: -- ---------------------------------------------------------------------------

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

541: l_proc varchar2(72) := g_package||'return_legislation_code';
542: --
543: begin
544: --
545: hr_utility.set_location('Entering:'|| l_proc, 10);
546: --
547: -- Ensure that all the mandatory parameter are not null
548: --
549: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

559: close csr_leg_code;
560: --
561: -- The primary key is invalid therefore we must error
562: --
563: hr_utility.set_message(801,'HR_7220_INVALID_PRIMARY_KEY');
564: hr_utility.raise_error;
565: --
566: end if;
567: --

Line 564: hr_utility.raise_error;

560: --
561: -- The primary key is invalid therefore we must error
562: --
563: hr_utility.set_message(801,'HR_7220_INVALID_PRIMARY_KEY');
564: hr_utility.raise_error;
565: --
566: end if;
567: --
568: close csr_leg_code;

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

566: end if;
567: --
568: close csr_leg_code;
569: --
570: hr_utility.set_location(' Leaving:'|| l_proc, 20);
571: --
572: return l_legislation_code;
573: --
574: end return_legislation_code;