DBA Data[Home] [Help]

APPS.FF_FGT_BUS dependencies on HR_UTILITY

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

41: l_legislation_code varchar2(150);
42: --
43: begin
44: --
45: hr_utility.set_location('Entering:'|| l_proc, 10);
46: --
47: -- Ensure that all the mandatory parameter are not null
48: --
49: hr_api.mandatory_arg_error

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

82: --
83: hr_api.set_legislation_context(l_legislation_code);
84: end if;
85: --
86: hr_utility.set_location(' Leaving:'|| l_proc, 20);
87: --
88: end set_security_group_id;
89: --
90: -- ---------------------------------------------------------------------------

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

114: l_proc varchar2(72) := g_package||'return_legislation_code';
115: --
116: Begin
117: --
118: hr_utility.set_location('Entering:'|| l_proc, 10);
119: --
120: -- Ensure that all the mandatory parameter are not null
121: --
122: hr_api.mandatory_arg_error

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

135: -- call to this function. Just return the value in the global
136: -- variable.
137: --
138: l_legislation_code := ff_fgt_bus.g_legislation_code;
139: hr_utility.set_location(l_proc, 20);
140: else
141: --
142: -- The ID is different to the last call to this function
143: -- or this is the first call to this function.

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

152: close csr_leg_code;
153: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
154: fnd_message.raise_error;
155: end if;
156: hr_utility.set_location(l_proc,30);
157: --
158: -- Set the global variables so the values are
159: -- available for the next call to this function.
160: --

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

162: ff_fgt_bus.g_global_id := p_global_id;
163: ff_fgt_bus.g_language := p_language;
164: ff_fgt_bus.g_legislation_code := l_legislation_code;
165: end if;
166: hr_utility.set_location(' Leaving:'|| l_proc, 40);
167: return l_legislation_code;
168: end return_legislation_code;
169: --
170: -- ----------------------------------------------------------------------------

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

227: --
228: l_proc varchar2(72) := g_package||'insert_validate';
229: --
230: Begin
231: hr_utility.set_location('Entering:'||l_proc, 5);
232: --
233: -- Call all supporting business operations
234: --
235: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

231: hr_utility.set_location('Entering:'||l_proc, 5);
232: --
233: -- Call all supporting business operations
234: --
235: hr_utility.set_location(' Leaving:'||l_proc, 10);
236: End insert_validate;
237: --
238: -- ----------------------------------------------------------------------------
239: -- |---------------------------< 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: chk_non_updateable_args
252: (p_rec => p_rec

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

252: (p_rec => p_rec
253: );
254: --
255: --
256: hr_utility.set_location(' Leaving:'||l_proc, 10);
257: End update_validate;
258: --
259: -- ----------------------------------------------------------------------------
260: -- |---------------------------< delete_validate >----------------------------|

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

265: --
266: l_proc varchar2(72) := g_package||'delete_validate';
267: --
268: Begin
269: hr_utility.set_location('Entering:'||l_proc, 5);
270: --
271: -- Call all supporting business operations
272: --
273: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

269: hr_utility.set_location('Entering:'||l_proc, 5);
270: --
271: -- Call all supporting business operations
272: --
273: hr_utility.set_location(' Leaving:'||l_proc, 10);
274: End delete_validate;
275: --
276: end ff_fgt_bus;