DBA Data[Home] [Help]

APPS.PER_SOS_BUS dependencies on HR_UTILITY

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

51: l_proc varchar2(72) := g_package||'set_security_group_id';
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 104: hr_utility.set_location(' Leaving:'|| l_proc, 20);

100: (p_security_group_id => l_security_group_id
101: );
102: end if;
103: --
104: hr_utility.set_location(' Leaving:'|| l_proc, 20);
105: --
106: end set_security_group_id;
107: --
108: -- ---------------------------------------------------------------------------

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

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

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

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

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

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

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

199: per_sos_bus.g_solution_set_name := p_solution_set_name;
200: per_sos_bus.g_user_id := p_user_id;
201: per_sos_bus.g_legislation_code := l_legislation_code;
202: end if;
203: hr_utility.set_location(' Leaving:'|| l_proc, 40);
204: return l_legislation_code;
205: end return_legislation_code;
206: --
207: -- ----------------------------------------------------------------------------

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: -- No business group context. HR_STANDARD_LOOKUPS used for validation.

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

277: --
278: -- Validate Dependent Attributes
279: --
280: --
281: hr_utility.set_location(' Leaving:'||l_proc, 10);
282: End insert_validate;
283: --
284: -- ----------------------------------------------------------------------------
285: -- |---------------------------< update_validate >----------------------------|

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

290: --
291: l_proc varchar2(72) := g_package||'update_validate';
292: --
293: Begin
294: hr_utility.set_location('Entering:'||l_proc, 5);
295: --
296: -- Call all supporting business operations
297: --
298: -- No business group context. HR_STANDARD_LOOKUPS used for validation.

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

303: (p_rec => p_rec
304: );
305: --
306: --
307: hr_utility.set_location(' Leaving:'||l_proc, 10);
308: End update_validate;
309: --
310: -- ----------------------------------------------------------------------------
311: -- |---------------------------< delete_validate >----------------------------|

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

316: --
317: l_proc varchar2(72) := g_package||'delete_validate';
318: --
319: Begin
320: hr_utility.set_location('Entering:'||l_proc, 5);
321: --
322: -- Call all supporting business operations
323: --
324: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

320: hr_utility.set_location('Entering:'||l_proc, 5);
321: --
322: -- Call all supporting business operations
323: --
324: hr_utility.set_location(' Leaving:'||l_proc, 10);
325: End delete_validate;
326: --
327: end per_sos_bus;