DBA Data[Home] [Help]

APPS.HR_FDG_BUS dependencies on HR_UTILITY

Line 28: hr_utility.set_location('Entering:'|| l_proc, 10);

24: l_proc varchar2(72) := g_package||'set_security_group_id';
25: --
26: begin
27: --
28: hr_utility.set_location('Entering:'|| l_proc, 10);
29: --
30: -- No business group context. Security group is not applicable.
31: --
32: null;

Line 34: hr_utility.set_location(' Leaving:'|| l_proc, 20);

30: -- No business group context. Security group is not applicable.
31: --
32: null;
33: --
34: hr_utility.set_location(' Leaving:'|| l_proc, 20);
35: --
36: end set_security_group_id;
37: --
38: -- ---------------------------------------------------------------------------

Line 52: hr_utility.set_location('Entering:'|| l_proc, 10);

48: l_proc varchar2(72) := g_package||'return_legislation_code';
49: --
50: Begin
51: --
52: hr_utility.set_location('Entering:'|| l_proc, 10);
53: --
54: -- Legislation code not available for form data groups
55: --
56: l_legislation_code := null;

Line 58: hr_utility.set_location(' Leaving:'|| l_proc, 40);

54: -- Legislation code not available for form data groups
55: --
56: l_legislation_code := null;
57: --
58: hr_utility.set_location(' Leaving:'|| l_proc, 40);
59: return l_legislation_code;
60: end return_legislation_code;
61: --
62: -- ----------------------------------------------------------------------------

Line 154: hr_utility.set_location('Entering:'||l_proc, 10);

150: l_proc varchar2(72) := g_package || 'chk_application_id';
151: l_api_updating boolean;
152: --
153: Begin
154: hr_utility.set_location('Entering:'||l_proc, 10);
155: --
156: -- Check value has been passed
157: --
158: hr_api.mandatory_arg_error

Line 176: hr_utility.set_location('Leaving:'||l_proc, 100);

172: fnd_message.raise_error;
173: END IF;
174: CLOSE cur_chk_app_id;
175:
176: hr_utility.set_location('Leaving:'||l_proc, 100);
177: End chk_application_id;
178: --
179: -- ----------------------------------------------------------------------------
180: -- |-----------------------------< chk_form_id >------------------------------|

Line 200: hr_utility.set_location('Entering:'||l_proc, 10);

196: l_proc varchar2(72) := g_package || 'chk_form_id';
197: l_api_updating boolean;
198: --
199: Begin
200: hr_utility.set_location('Entering:'||l_proc, 10);
201: --
202: -- Check value has been passed
203: --
204: hr_api.mandatory_arg_error

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

218: fnd_message.raise_error;
219: END IF;
220: CLOSE cur_chk_form_id;
221: --
222: hr_utility.set_location('Leaving:'||l_proc, 100);
223: End chk_form_id;
224: --
225: -- ----------------------------------------------------------------------------
226: -- |--------------------------< chk_data_group_name >-------------------------|

Line 238: hr_utility.set_location('Entering:'||l_proc, 10);

234: l_proc varchar2(72) := g_package || 'chk_data_group_name';
235: l_api_updating boolean;
236: --
237: Begin
238: hr_utility.set_location('Entering:'||l_proc, 10);
239: --
240: -- Check value has been passed
241: --
242: hr_api.mandatory_arg_error

Line 257: hr_utility.set_location('Leaving:'||l_proc, 100);

253: fnd_message.set_token('STEP','10');
254: fnd_message.raise_error;
255: end if;
256: --
257: hr_utility.set_location('Leaving:'||l_proc, 100);
258: End chk_data_group_name;
259: --
260: -- ----------------------------------------------------------------------------
261: -- |------------------------------< chk_delete >------------------------------|

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

266: --
267: l_proc varchar2(72) := g_package||'chk_delete';
268: --
269: Begin
270: hr_utility.set_location('Entering:'||l_proc, 5);
271: --
272: -- No additional validation required
273: --
274: null;

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

272: -- No additional validation required
273: --
274: null;
275: --
276: hr_utility.set_location(' Leaving:'||l_proc, 10);
277: End chk_delete;
278: --
279: -- ----------------------------------------------------------------------------
280: -- |---------------------------< insert_validate >----------------------------|

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

285: --
286: l_proc varchar2(72) := g_package||'insert_validate';
287: --
288: Begin
289: hr_utility.set_location('Entering:'||l_proc, 5);
290: --
291: -- Call all supporting business operations
292: -- No business group context. HR_STANDARD_LOOKUPS used for validation.
293: --

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

309: ,p_object_version_number => p_rec.object_version_number
310: ,p_data_group_name => p_rec.data_group_name
311: );
312: --
313: hr_utility.set_location(' Leaving:'||l_proc, 10);
314: End insert_validate;
315: --
316: -- ----------------------------------------------------------------------------
317: -- |---------------------------< update_validate >----------------------------|

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

322: --
323: l_proc varchar2(72) := g_package||'update_validate';
324: --
325: Begin
326: hr_utility.set_location('Entering:'||l_proc, 5);
327: --
328: -- Call all supporting business operations
329: -- No business group context. HR_STANDARD_LOOKUPS used for validation.
330: --

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

350: ,p_object_version_number => p_rec.object_version_number
351: ,p_data_group_name => p_rec.data_group_name
352: );
353: --
354: hr_utility.set_location(' Leaving:'||l_proc, 10);
355: End update_validate;
356: --
357: -- ----------------------------------------------------------------------------
358: -- |---------------------------< delete_validate >----------------------------|

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

363: --
364: l_proc varchar2(72) := g_package||'delete_validate';
365: --
366: Begin
367: hr_utility.set_location('Entering:'||l_proc, 5);
368: --
369: -- Call all supporting business operations
370: --
371: chk_delete

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

371: chk_delete
372: (p_rec => p_rec
373: );
374: --
375: hr_utility.set_location(' Leaving:'||l_proc, 10);
376: End delete_validate;
377: --
378: end hr_fdg_bus;