DBA Data[Home] [Help]

APPS.PER_FDL_BUS dependencies on HR_UTILITY

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

49: l_legislation_code varchar2(150);
50: --
51: begin
52: --
53: hr_utility.set_location('Entering:'|| l_proc, 10);
54: --
55: -- Ensure that all the mandatory parameter are not null
56: --
57: hr_api.mandatory_arg_error

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

90: --
91: hr_api.set_legislation_context(l_legislation_code);
92: end if;
93: --
94: hr_utility.set_location(' Leaving:'|| l_proc, 20);
95: --
96: end set_security_group_id;
97:
98: --

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

127: l_proc varchar2(72) := g_package||'return_legislation_code';
128: --
129: Begin
130: --
131: hr_utility.set_location('Entering:'|| l_proc, 10);
132: --
133: -- Ensure that all the mandatory parameter are not null
134: --
135: hr_api.mandatory_arg_error

Line 150: hr_utility.set_location(l_proc, 20);

146: -- call to this function. Just return the value in the global
147: -- variable.
148: --
149: l_legislation_code := per_fdl_bus.g_legislation_code;
150: hr_utility.set_location(l_proc, 20);
151: else
152: --
153: -- The ID is different to the last call to this function
154: -- or this is the first call to this function.

Line 167: hr_utility.set_location(l_proc,30);

163: close csr_leg_code;
164: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
165: fnd_message.raise_error;
166: end if;
167: hr_utility.set_location(l_proc,30);
168: --
169: -- Set the global variables so the values are
170: -- available for the next call to this function.
171: --

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

173: per_fdl_bus.g_fnd_doc_link_id := p_fnd_doc_link_id;
174:
175: per_fdl_bus.g_legislation_code := l_legislation_code;
176: end if;
177: hr_utility.set_location(' Leaving:'|| l_proc, 40);
178: return l_legislation_code;
179: end return_legislation_code;
180: --
181: -- ----------------------------------------------------------------------------

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

212: --
213: l_proc varchar2(72) := g_package || 'chk_ddf';
214: --
215: begin
216: hr_utility.set_location('Entering:'||l_proc,10);
217: --
218: if ((p_rec.fnd_doc_link_id is not null) and (
219: nvl(per_fdl_shd.g_old_rec.fdl_information_category, hr_api.g_varchar2) <>
220: nvl(p_rec.fdl_information_category, hr_api.g_varchar2) or

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

274: */
275: Null;
276: end if;
277: --
278: hr_utility.set_location(' Leaving:'||l_proc,20);
279: end chk_ddf;
280:
281:
282: --

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

344: --
345: l_proc varchar2(72) := g_package||'insert_validate';
346: --
347: Begin
348: hr_utility.set_location('Entering:'||l_proc, 5);
349: --
350: -- Call all supporting business operations
351: --
352: --

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

364: per_fdl_bus.chk_ddf(p_rec);
365:
366:
367: --
368: hr_utility.set_location(' Leaving:'||l_proc, 10);
369: End insert_validate;
370: --
371: -- ----------------------------------------------------------------------------
372: -- |---------------------------< update_validate >----------------------------|

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

377: --
378: l_proc varchar2(72) := g_package||'update_validate';
379: --
380: Begin
381: hr_utility.set_location('Entering:'||l_proc, 5);
382: --
383: -- Call all supporting business operations
384: --
385: --

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

402: per_fdl_bus.chk_ddf(p_rec);
403:
404:
405: --
406: hr_utility.set_location(' Leaving:'||l_proc, 10);
407: End update_validate;
408:
409: --
410: -- ----------------------------------------------------------------------------

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

416: --
417: l_proc varchar2(72) := g_package||'delete_validate';
418: --
419: Begin
420: hr_utility.set_location('Entering:'||l_proc, 5);
421: --
422:
423: -- Call all supporting business operations
424: --

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

421: --
422:
423: -- Call all supporting business operations
424: --
425: hr_utility.set_location(' Leaving:'||l_proc, 10);
426: End delete_validate;
427:
428: --
429: end per_fdl_bus;