DBA Data[Home] [Help]

APPS.PQH_CEF_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_cef_shd.api_updating
47: (p_copy_entity_function_id => p_copy_entity_function_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_copy_entity_function_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_cef_shd.api_updating
119: (p_copy_entity_function_id => p_copy_entity_function_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.table_route_id = p_table_route_id;
188: --
189: Begin
190: --
191: hr_utility.set_location('Entering:'||l_proc,5);
192: --
193: l_api_updating := pqh_cef_shd.api_updating
194: (p_copy_entity_function_id => p_copy_entity_function_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_table_route_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_cef_shd.api_updating
265: (p_copy_entity_function_id => p_copy_entity_function_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_function_type_cd;
293: --
294: -- ----------------------------------------------------------------------------

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

299: --
300: l_proc varchar2(72) := g_package||'insert_validate';
301: --
302: Begin
303: hr_utility.set_location('Entering:'||l_proc, 5);
304: --
305: -- Call all supporting business operations
306: --
307: chk_copy_entity_function_id

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

325: p_object_version_number => p_rec.object_version_number);
326: --
327: --
328: --
329: hr_utility.set_location(' Leaving:'||l_proc, 10);
330: End insert_validate;
331: --
332: -- ----------------------------------------------------------------------------
333: -- |---------------------------< update_validate >----------------------------|

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

337: --
338: l_proc varchar2(72) := g_package||'update_validate';
339: --
340: Begin
341: hr_utility.set_location('Entering:'||l_proc, 5);
342: --
343: -- Call all supporting business operations
344: --
345: chk_copy_entity_function_id

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

363: p_object_version_number => p_rec.object_version_number);
364: --
365: --
366: --
367: hr_utility.set_location(' Leaving:'||l_proc, 10);
368: End update_validate;
369: --
370: -- ----------------------------------------------------------------------------
371: -- |---------------------------< delete_validate >----------------------------|

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

375: --
376: l_proc varchar2(72) := g_package||'delete_validate';
377: --
378: Begin
379: hr_utility.set_location('Entering:'||l_proc, 5);
380: --
381: -- Call all supporting business operations
382: --
383: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

379: hr_utility.set_location('Entering:'||l_proc, 5);
380: --
381: -- Call all supporting business operations
382: --
383: hr_utility.set_location(' Leaving:'||l_proc, 10);
384: End delete_validate;
385: --
386: end pqh_cef_bus;