DBA Data[Home] [Help]

APPS.OTA_FTU_BUS dependencies on HR_UTILITY

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

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

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

112: --
113: hr_api.set_legislation_context(l_legislation_code);
114: end if;
115: --
116: hr_utility.set_location(' Leaving:'|| l_proc, 20);
117: --
118: end set_security_group_id;
119: --
120: -- ---------------------------------------------------------------------------

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

147: l_proc varchar2(72) := g_package||'return_legislation_code';
148: --
149: Begin
150: --
151: hr_utility.set_location('Entering:'|| l_proc, 10);
152: --
153: -- Ensure that all the mandatory parameter are not null
154: --
155: hr_api.mandatory_arg_error

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

186: -- call to this function. Just return the value in the global
187: -- variable.
188: --
189: l_legislation_code := ota_ftu_bus.g_legislation_code;
190: hr_utility.set_location(l_proc, 20);
191: else
192: --
193: -- The ID is different to the last call to this function
194: -- or this is the first call to this function.

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

203: close csr_leg_code;
204: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
205: fnd_message.raise_error;
206: end if;
207: hr_utility.set_location(l_proc,30);
208: --
209: -- Set the global variables so the values are
210: -- available for the next call to this function.
211: --

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

215: ota_ftu_bus.g_person_id := p_person_id;
216: ota_ftu_bus.g_contact_id := p_contact_id;
217: ota_ftu_bus.g_legislation_code := l_legislation_code;
218: end if;
219: hr_utility.set_location(' Leaving:'|| l_proc, 40);
220: return l_legislation_code;
221: end return_legislation_code;
222: --
223: -- ----------------------------------------------------------------------------

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

291: --
292: l_proc varchar2(72) := g_package||'insert_validate';
293: --
294: Begin
295: hr_utility.set_location('Entering:'||l_proc, 5);
296: --
297: -- Call all supporting business operations
298: --
299: hr_api.validate_bus_grp_id

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

309: --
310: -- Validate Dependent Attributes
311: --
312: --
313: hr_utility.set_location(' Leaving:'||l_proc, 10);
314: End insert_validate;
315: --
316: -- ----------------------------------------------------------------------------
317: -- |---------------------------< update_validate >----------------------------|

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

323: --
324: l_proc varchar2(72) := g_package||'update_validate';
325: --
326: Begin
327: hr_utility.set_location('Entering:'||l_proc, 5);
328: --
329: -- Call all supporting business operations
330: --
331: hr_api.validate_bus_grp_id

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

346: ,p_rec => p_rec
347: );
348: --
349: --
350: hr_utility.set_location(' Leaving:'||l_proc, 10);
351: End update_validate;
352: --
353: -- ----------------------------------------------------------------------------
354: -- |---------------------------< delete_validate >----------------------------|

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

359: --
360: l_proc varchar2(72) := g_package||'delete_validate';
361: --
362: Begin
363: hr_utility.set_location('Entering:'||l_proc, 5);
364: --
365: -- Call all supporting business operations
366: --
367: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

363: hr_utility.set_location('Entering:'||l_proc, 5);
364: --
365: -- Call all supporting business operations
366: --
367: hr_utility.set_location(' Leaving:'||l_proc, 10);
368: End delete_validate;
369: --
370: end ota_ftu_bus;