DBA Data[Home] [Help]

APPS.PQH_BST_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 := pqh_bst_shd.api_updating
47: (p_budget_set_id => p_budget_set_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_budget_set_id;
75: --
76: -- ----------------------------------------------------------------------------

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

112: where a.budget_period_id = p_budget_period_id;
113: --
114: Begin
115: --
116: hr_utility.set_location('Entering:'||l_proc,5);
117: --
118: l_api_updating := pqh_bst_shd.api_updating
119: (p_budget_set_id => p_budget_set_id,
120: p_object_version_number => p_object_version_number);

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

143: close c1;
144: --
145: end if;
146: --
147: hr_utility.set_location('Leaving:'||l_proc,10);
148: --
149: End chk_budget_period_id;
150: --
151: -- ----------------------------------------------------------------------------

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

187: where a.dflt_budget_set_id = p_dflt_budget_set_id;
188: --
189: Begin
190: --
191: hr_utility.set_location('Entering:'||l_proc,5);
192: --
193: l_api_updating := pqh_bst_shd.api_updating
194: (p_budget_set_id => p_budget_set_id,
195: p_object_version_number => p_object_version_number);

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

219: close c1;
220: --
221: end if;
222: --
223: hr_utility.set_location('Leaving:'||l_proc,10);
224: --
225: End chk_dflt_budget_set_id;
226: --
227: -- ----------------------------------------------------------------------------

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

259: l_api_updating boolean;
260: --
261: Begin
262: --
263: hr_utility.set_location('Entering:'||l_proc, 5);
264: --
265: l_api_updating := pqh_bst_shd.api_updating
266: (p_budget_set_id => p_budget_set_id,
267: p_object_version_number => p_object_version_number);

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

280: p_effective_date => p_effective_date) then
281: --
282: -- raise error as does not exist as lookup
283: --
284: hr_utility.set_message(801,'HR_LOOKUP_DOES_NOT_EXIST');
285: hr_utility.raise_error;
286: --
287: end if;
288: --

Line 285: hr_utility.raise_error;

281: --
282: -- raise error as does not exist as lookup
283: --
284: hr_utility.set_message(801,'HR_LOOKUP_DOES_NOT_EXIST');
285: hr_utility.raise_error;
286: --
287: end if;
288: --
289: end if;

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

287: end if;
288: --
289: end if;
290: --
291: hr_utility.set_location('Leaving:'||l_proc,10);
292: --
293: end chk_budget_unit3_value_type_cd;
294: --
295: -- ----------------------------------------------------------------------------

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

327: l_api_updating boolean;
328: --
329: Begin
330: --
331: hr_utility.set_location('Entering:'||l_proc, 5);
332: --
333: l_api_updating := pqh_bst_shd.api_updating
334: (p_budget_set_id => p_budget_set_id,
335: p_object_version_number => p_object_version_number);

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

348: p_effective_date => p_effective_date) then
349: --
350: -- raise error as does not exist as lookup
351: --
352: hr_utility.set_message(801,'HR_LOOKUP_DOES_NOT_EXIST');
353: hr_utility.raise_error;
354: --
355: end if;
356: --

Line 353: hr_utility.raise_error;

349: --
350: -- raise error as does not exist as lookup
351: --
352: hr_utility.set_message(801,'HR_LOOKUP_DOES_NOT_EXIST');
353: hr_utility.raise_error;
354: --
355: end if;
356: --
357: end if;

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

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

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

395: l_api_updating boolean;
396: --
397: Begin
398: --
399: hr_utility.set_location('Entering:'||l_proc, 5);
400: --
401: l_api_updating := pqh_bst_shd.api_updating
402: (p_budget_set_id => p_budget_set_id,
403: p_object_version_number => p_object_version_number);

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

416: p_effective_date => p_effective_date) then
417: --
418: -- raise error as does not exist as lookup
419: --
420: hr_utility.set_message(801,'HR_LOOKUP_DOES_NOT_EXIST');
421: hr_utility.raise_error;
422: --
423: end if;
424: --

Line 421: hr_utility.raise_error;

417: --
418: -- raise error as does not exist as lookup
419: --
420: hr_utility.set_message(801,'HR_LOOKUP_DOES_NOT_EXIST');
421: hr_utility.raise_error;
422: --
423: end if;
424: --
425: end if;

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

423: end if;
424: --
425: end if;
426: --
427: hr_utility.set_location('Leaving:'||l_proc,10);
428: --
429: end chk_budget_unit1_value_type_cd;
430: --
431: -- ----------------------------------------------------------------------------

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

436: --
437: l_proc varchar2(72) := g_package||'insert_validate';
438: --
439: Begin
440: hr_utility.set_location('Entering:'||l_proc, 5);
441: --
442: -- Call all supporting business operations
443: --
444: chk_budget_set_id

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

474: p_object_version_number => p_rec.object_version_number);
475: --
476: --
477: --
478: hr_utility.set_location(' Leaving:'||l_proc, 10);
479: End insert_validate;
480: --
481: -- ----------------------------------------------------------------------------
482: -- |---------------------------< update_validate >----------------------------|

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

486: --
487: l_proc varchar2(72) := g_package||'update_validate';
488: --
489: Begin
490: hr_utility.set_location('Entering:'||l_proc, 5);
491: --
492: -- Call all supporting business operations
493: --
494: chk_budget_set_id

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

524: p_object_version_number => p_rec.object_version_number);
525: --
526: --
527: --
528: hr_utility.set_location(' Leaving:'||l_proc, 10);
529: End update_validate;
530: --
531: -- ----------------------------------------------------------------------------
532: -- |---------------------------< delete_validate >----------------------------|

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

536: --
537: l_proc varchar2(72) := g_package||'delete_validate';
538: --
539: Begin
540: hr_utility.set_location('Entering:'||l_proc, 5);
541: --
542: -- Call all supporting business operations
543: --
544: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

540: hr_utility.set_location('Entering:'||l_proc, 5);
541: --
542: -- Call all supporting business operations
543: --
544: hr_utility.set_location(' Leaving:'||l_proc, 10);
545: End delete_validate;
546: --
547: end pqh_bst_bus;