DBA Data[Home] [Help]

APPS.OTA_CUS_BUS dependencies on HR_UTILITY

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

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

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

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

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

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

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

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

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

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

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

194: ota_cus_bus.g_person_id := p_person_id;
195: ota_cus_bus.g_contact_id := p_contact_id;
196: ota_cus_bus.g_legislation_code := l_legislation_code;
197: end if;
198: hr_utility.set_location(' Leaving:'|| l_proc, 40);
199: return l_legislation_code;
200: end return_legislation_code;
201: --
202: -- ----------------------------------------------------------------------------

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

268: --
269: l_proc varchar2(72) := g_package||'insert_validate';
270: --
271: Begin
272: hr_utility.set_location('Entering:'||l_proc, 5);
273: --
274: -- Call all supporting business operations
275: --
276: hr_api.validate_bus_grp_id

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

286: --
287: -- Validate Dependent Attributes
288: --
289: --
290: hr_utility.set_location(' Leaving:'||l_proc, 10);
291: End insert_validate;
292: --
293: -- ----------------------------------------------------------------------------
294: -- |---------------------------< update_validate >----------------------------|

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

300: --
301: l_proc varchar2(72) := g_package||'update_validate';
302: --
303: Begin
304: hr_utility.set_location('Entering:'||l_proc, 5);
305: --
306: -- Call all supporting business operations
307: --
308: hr_api.validate_bus_grp_id

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

323: ,p_rec => p_rec
324: );
325: --
326: --
327: hr_utility.set_location(' Leaving:'||l_proc, 10);
328: End update_validate;
329: --
330: -- ----------------------------------------------------------------------------
331: -- |---------------------------< delete_validate >----------------------------|

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

336: --
337: l_proc varchar2(72) := g_package||'delete_validate';
338: --
339: Begin
340: hr_utility.set_location('Entering:'||l_proc, 5);
341: --
342: -- Call all supporting business operations
343: --
344: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

340: hr_utility.set_location('Entering:'||l_proc, 5);
341: --
342: -- Call all supporting business operations
343: --
344: hr_utility.set_location(' Leaving:'||l_proc, 10);
345: End delete_validate;
346: --
347: end ota_cus_bus;