DBA Data[Home] [Help]

APPS.HR_FWN_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 canvases
55: --
56: l_legislation_code := null;

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

54: -- Legislation code not available for form canvases
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 221: hr_utility.set_location('Leaving:'||l_proc, 100);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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