DBA Data[Home] [Help]

APPS.PQH_BEL_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_bel_shd.api_updating
47: (p_budget_element_id => p_budget_element_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_element_id;
75: --
76: -- ----------------------------------------------------------------------------

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

112: where a.budget_set_id = p_budget_set_id;
113: --
114: Begin
115: --
116: hr_utility.set_location('Entering:'||l_proc,5);
117: --
118: l_api_updating := pqh_bel_shd.api_updating
119: (p_budget_element_id => p_budget_element_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_set_id;
150: --
151: -- ----------------------------------------------------------------------------

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

167: and sysdate between effective_start_date and effective_end_date;
168: --
169: Begin
170: --
171: hr_utility.set_location('Entering:'||l_proc,5);
172: --
173: l_api_updating := pqh_bel_shd.api_updating
174: (p_budget_element_id => p_budget_element_id,
175: p_object_version_number => p_object_version_number);

Line 194: hr_utility.set_message(8302,'PQH_INVALID_ELEMENT');

190: close c1;
191: --
192: -- raise error as FK does not relate to PK in pay_element_types_f
193: -- table.
194: hr_utility.set_message(8302,'PQH_INVALID_ELEMENT');
195: hr_utility.raise_error;
196:
197: --
198: end if;

Line 195: hr_utility.raise_error;

191: --
192: -- raise error as FK does not relate to PK in pay_element_types_f
193: -- table.
194: hr_utility.set_message(8302,'PQH_INVALID_ELEMENT');
195: hr_utility.raise_error;
196:
197: --
198: end if;
199: --

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

200: close c1;
201: --
202: end if;
203: --
204: hr_utility.set_location('Leaving:'||l_proc,10);
205: --
206: --
207: End chk_element_type_id;
208: --

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

214: --
215: l_proc varchar2(72) := g_package||'insert_validate';
216: --
217: Begin
218: hr_utility.set_location('Entering:'||l_proc, 5);
219: --
220: -- Call all supporting business operations
221: --
222: chk_budget_element_id

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

233: p_element_type_id => p_rec.element_type_id,
234: p_object_version_number => p_rec.object_version_number);
235: --
236: --
237: hr_utility.set_location(' Leaving:'||l_proc, 10);
238: End insert_validate;
239: --
240: -- ----------------------------------------------------------------------------
241: -- |---------------------------< update_validate >----------------------------|

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

244: --
245: l_proc varchar2(72) := g_package||'update_validate';
246: --
247: Begin
248: hr_utility.set_location('Entering:'||l_proc, 5);
249: --
250: -- Call all supporting business operations
251: --
252: chk_budget_element_id

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

263: p_element_type_id => p_rec.element_type_id,
264: p_object_version_number => p_rec.object_version_number);
265: --
266: --
267: hr_utility.set_location(' Leaving:'||l_proc, 10);
268: End update_validate;
269: --
270: -- ----------------------------------------------------------------------------
271: -- |---------------------------< delete_validate >----------------------------|

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

274: --
275: l_proc varchar2(72) := g_package||'delete_validate';
276: --
277: Begin
278: hr_utility.set_location('Entering:'||l_proc, 5);
279: --
280: -- Call all supporting business operations
281: --
282: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

278: hr_utility.set_location('Entering:'||l_proc, 5);
279: --
280: -- Call all supporting business operations
281: --
282: hr_utility.set_location(' Leaving:'||l_proc, 10);
283: End delete_validate;
284: --
285: end pqh_bel_bus;