DBA Data[Home] [Help]

APPS.BEN_CPD_BUS dependencies on HR_UTILITY

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

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

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

104: --
105: hr_api.set_legislation_context(l_legislation_code);
106: end if;
107: --
108: hr_utility.set_location(' Leaving:'|| l_proc, 20);
109: --
110: end set_security_group_id;
111: --
112: -- ---------------------------------------------------------------------------

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

137: l_proc varchar2(72) := g_package||'return_legislation_code';
138: --
139: Begin
140: --
141: hr_utility.set_location('Entering:'|| l_proc, 10);
142: --
143: -- Ensure that all the mandatory parameter are not null
144: --
145: hr_api.mandatory_arg_error

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

169: -- call to this function. Just return the value in the global
170: -- variable.
171: --
172: l_legislation_code := ben_cpd_bus.g_legislation_code;
173: hr_utility.set_location(l_proc, 20);
174: else
175: --
176: -- The ID is different to the last call to this function
177: -- or this is the first call to this function.

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

186: close csr_leg_code;
187: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
188: fnd_message.raise_error;
189: end if;
190: hr_utility.set_location(l_proc,30);
191: --
192: -- Set the global variables so the values are
193: -- available for the next call to this function.
194: --

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

197: ben_cpd_bus.g_lf_evt_ocrd_dt := p_lf_evt_ocrd_dt;
198: ben_cpd_bus.g_oipl_id := p_oipl_id;
199: ben_cpd_bus.g_legislation_code := l_legislation_code;
200: end if;
201: hr_utility.set_location(' Leaving:'|| l_proc, 40);
202: return l_legislation_code;
203: end return_legislation_code;
204: --
205: End of commented code. */

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

292: --
293: l_proc varchar2(72) := g_package||'insert_validate';
294: --
295: Begin
296: hr_utility.set_location('Entering:'||l_proc, 5);
297: --
298: -- No validations for now.
299: --
300: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

296: hr_utility.set_location('Entering:'||l_proc, 5);
297: --
298: -- No validations for now.
299: --
300: hr_utility.set_location(' Leaving:'||l_proc, 10);
301: End insert_validate;
302: --
303: -- ----------------------------------------------------------------------------
304: -- |---------------------------< update_validate >----------------------------|

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

309: --
310: l_proc varchar2(72) := g_package||'update_validate';
311: --
312: Begin
313: hr_utility.set_location('Entering:'||l_proc, 5);
314: --
315: -- Call all supporting business operations
316: --
317: --

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

319: (p_rec => p_rec
320: );
321: --
322: --
323: hr_utility.set_location(' Leaving:'||l_proc, 10);
324: End update_validate;
325: --
326: -- ----------------------------------------------------------------------------
327: -- |---------------------------< delete_validate >----------------------------|

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

332: --
333: l_proc varchar2(72) := g_package||'delete_validate';
334: --
335: Begin
336: hr_utility.set_location('Entering:'||l_proc, 5);
337: --
338: -- no validation for now.
339: --
340: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

336: hr_utility.set_location('Entering:'||l_proc, 5);
337: --
338: -- no validation for now.
339: --
340: hr_utility.set_location(' Leaving:'||l_proc, 10);
341: End delete_validate;
342: --
343: end ben_cpd_bus;