DBA Data[Home] [Help]

APPS.PQH_SAT_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_sat_shd.api_updating
47: (p_special_attribute_id => p_special_attribute_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_special_attribute_id;
75: --
76: -- ----------------------------------------------------------------------------

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

112: where a.context = p_context;
113: --
114: Begin
115: --
116: hr_utility.set_location('Entering:'||l_proc,5);
117: --
118: l_api_updating := pqh_sat_shd.api_updating
119: (p_special_attribute_id => p_special_attribute_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_context;
150: --
151: -- ----------------------------------------------------------------------------

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

187: where a.txn_category_attribute_id = p_txn_category_attribute_id;
188: --
189: Begin
190: --
191: hr_utility.set_location('Entering:'||l_proc,5);
192: --
193: l_api_updating := pqh_sat_shd.api_updating
194: (p_special_attribute_id => p_special_attribute_id,
195: p_object_version_number => p_object_version_number);

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

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

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

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

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

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

Line 284: hr_utility.raise_error;

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

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

286: end if;
287: --
288: end if;
289: --
290: hr_utility.set_location('Leaving:'||l_proc,10);
291: --
292: end chk_key_attribute_type;
293: -- ----------------------------------------------------------------------------
294: -- |------< chk_enable_flag >------|

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

325: l_api_updating boolean;
326: --
327: Begin
328: --
329: hr_utility.set_location('Entering:'||l_proc, 5);
330: --
331: l_api_updating := pqh_sat_shd.api_updating
332: (p_special_attribute_id => p_special_attribute_id,
333: p_object_version_number => p_object_version_number);

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

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

Line 351: hr_utility.raise_error;

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

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

353: end if;
354: --
355: end if;
356: --
357: hr_utility.set_location('Leaving:'||l_proc,10);
358: --
359: end chk_enable_flag;
360: --
361: -- ----------------------------------------------------------------------------

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

393: l_api_updating boolean;
394: --
395: Begin
396: --
397: hr_utility.set_location('Entering:'||l_proc, 5);
398: --
399: l_api_updating := pqh_sat_shd.api_updating
400: (p_special_attribute_id => p_special_attribute_id,
401: p_object_version_number => p_object_version_number);

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

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

Line 419: hr_utility.raise_error;

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

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

421: end if;
422: --
423: end if;
424: --
425: hr_utility.set_location('Leaving:'||l_proc,10);
426: --
427: end chk_attribute_type_cd;
428: --
429: -- ----------------------------------------------------------------------------

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

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

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

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

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

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

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

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

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

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

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

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