DBA Data[Home] [Help]

APPS.PER_ZA_EQT_BUS dependencies on HR_UTILITY

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

16: l_proc varchar2(72) := g_package||'chk_qualification_type_id';
17: l_api_updating boolean;
18: --
19: Begin
20: hr_utility.set_location('Entering:'||l_proc, 5);
21: --
22: l_api_updating := per_za_eqt_shd.api_updating
23: (p_qualification_type_id => p_qualification_type_id,
24: p_object_version_number => p_object_version_number);

Line 54: hr_utility.set_location('Leaving:'||l_proc,5);

50: end if;
51: --
52: end if;
53: --
54: hr_utility.set_location('Leaving:'||l_proc,5);
55: --
56: end chk_qualification_type_id;
57: --
58: -- ----------------------------------------------------------------------------

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

71: from per_qualification_types per
72: where per.name = p_name;
73: --
74: Begin
75: hr_utility.set_location('Entering:'||l_proc, 5);
76: --
77: l_api_updating := per_za_eqt_shd.api_updating
78: (p_qualification_type_id => p_qualification_type_id,
79: p_object_version_number => p_object_version_number);

Line 119: hr_utility.set_location('Leaving:'||l_proc,5);

115: end if;
116: --
117: end if;
118: --
119: hr_utility.set_location('Leaving:'||l_proc,5);
120: --
121: end chk_qualification_name;
122: -- ----------------------------------------------------------------------------
123: -- |-----------------------------< chk_category >-----------------------------|

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

155: l_api_updating boolean;
156: --
157: Begin
158: --
159: hr_utility.set_location('Entering:'||l_proc, 5);
160: --
161: l_api_updating := per_za_eqt_shd.api_updating
162: (p_qualification_type_id => p_qualification_type_id,
163: p_object_version_number => p_object_version_number);

Line 178: hr_utility.set_message(801,'HR_51880_EQT_CAT_LKP');

174: p_effective_date => p_effective_date) then
175: --
176: -- raise error as does not exist as lookup
177: --
178: hr_utility.set_message(801,'HR_51880_EQT_CAT_LKP');
179: hr_utility.raise_error;
180: --
181: end if;
182: --

Line 179: hr_utility.raise_error;

175: --
176: -- raise error as does not exist as lookup
177: --
178: hr_utility.set_message(801,'HR_51880_EQT_CAT_LKP');
179: hr_utility.raise_error;
180: --
181: end if;
182: --
183: end if;

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

181: end if;
182: --
183: end if;
184: --
185: hr_utility.set_location('Leaving:'||l_proc,10);
186: --
187: end chk_category;
188: -- ----------------------------------------------------------------------------
189: -- |-----------------------< chk_qualification_delete >-----------------------|

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

200: where per.qualification_type_id = p_qualification_type_id;
201: --
202: Begin
203: --
204: hr_utility.set_location('Entering:'||l_proc, 5);
205: --
206: open c1;
207: --
208: fetch c1 into l_dummy;

Line 216: hr_utility.set_message(801,'HR_51537_EQT_QUAL_TAB_REF');

212: -- error cannot delete qualification_type_id as it is used in the
213: -- per_qualifications table
214: --
215: close c1;
216: hr_utility.set_message(801,'HR_51537_EQT_QUAL_TAB_REF');
217: hr_utility.raise_error;
218: --
219: end if;
220: --

Line 217: hr_utility.raise_error;

213: -- per_qualifications table
214: --
215: close c1;
216: hr_utility.set_message(801,'HR_51537_EQT_QUAL_TAB_REF');
217: hr_utility.raise_error;
218: --
219: end if;
220: --
221: close c1;

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

219: end if;
220: --
221: close c1;
222: --
223: hr_utility.set_location('Leaving:'||l_proc,5);
224: --
225: end chk_qualification_delete;
226: -- ----------------------------------------------------------------------------
227: -- |---------------------------< insert_validate >----------------------------|

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

232: l_proc varchar2(72) := g_package||'insert_validate';
233: --
234: Begin
235: --
236: hr_utility.set_location('Entering:'||l_proc, 5);
237: --
238: -- Call all supporting business operations
239: --
240: -- Business Rule Mapping

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

267: IF hr_general.get_calling_context <>'FORMS' THEN
268: per_za_eqt_flex.df(p_rec => p_rec);
269: END IF;
270: --
271: hr_utility.set_location(' Leaving:'||l_proc, 10);
272: --
273: End insert_validate;
274: --
275: -- ----------------------------------------------------------------------------

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

281: l_proc varchar2(72) := g_package||'update_validate';
282: --
283: Begin
284: --
285: hr_utility.set_location('Entering:'||l_proc, 5);
286: --
287: -- Call all supporting business operations
288: --
289: -- Business Rule Mapping

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

316: IF hr_general.get_calling_context <>'FORMS' THEN
317: per_za_eqt_flex.df(p_rec => p_rec);
318: END IF;
319: --
320: hr_utility.set_location(' Leaving:'||l_proc, 10);
321: --
322: End update_validate;
323: --
324: -- ----------------------------------------------------------------------------

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

328: --
329: l_proc varchar2(72) := g_package||'delete_validate';
330: --
331: Begin
332: hr_utility.set_location('Entering:'||l_proc, 5);
333: --
334: -- Call all supporting business operations
335: --
336: -- Business Rule Mapping

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

338: -- CHK_QUALIFICATION_DELETE
339: --
340: chk_qualification_delete(p_rec.qualification_type_id);
341: --
342: hr_utility.set_location(' Leaving:'||l_proc, 10);
343: End delete_validate;
344: --
345: end per_za_eqt_bus;