DBA Data[Home] [Help]

APPS.PAY_APP_BUS dependencies on HR_UTILITY

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

43: begin
44: --
45: l_proc := g_package||'set_security_group_id';
46: --
47: hr_utility.set_location('Entering:'|| l_proc, 10);
48: --
49: -- Ensure that all the mandatory parameter are not null
50: --
51: hr_api.mandatory_arg_error

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

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

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

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

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

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

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

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

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

161: pay_app_bus.g_process_parameter_id := p_process_parameter_id;
162: pay_app_bus.g_legislation_code := l_legislation_code;
163: end if;
164: --
165: hr_utility.set_location(' Leaving:'|| l_proc, 40);
166: return l_legislation_code;
167: end return_legislation_code;
168: --
169: --

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

233: --
234: Begin
235: l_proc := g_package||'insert_validate';
236: --
237: hr_utility.set_location('Entering:'||l_proc, 5);
238: --
239: -- Call all supporting business operations
240: --
241: -- comments:

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

244: --
245: -- Validate Dependent Attributes
246: --
247: --
248: hr_utility.set_location(' Leaving:'||l_proc, 10);
249: End insert_validate;
250: --
251: -- ----------------------------------------------------------------------------
252: -- |---------------------------< update_validate >----------------------------|

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

259: --
260: Begin
261: l_proc := g_package||'update_validate';
262: --
263: hr_utility.set_location('Entering:'||l_proc, 5);
264: --
265: -- Call all supporting business operations
266: --
267: -- comments:

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

275: (p_rec => p_rec
276: );
277: --
278: --
279: hr_utility.set_location(' Leaving:'||l_proc, 10);
280: End update_validate;
281: --
282: -- ----------------------------------------------------------------------------
283: -- |---------------------------< delete_validate >----------------------------|

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

290: --
291: Begin
292: l_proc := g_package||'delete_validate';
293: --
294: hr_utility.set_location('Entering:'||l_proc, 5);
295: --
296: -- Call all supporting business operations
297: --
298: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

294: hr_utility.set_location('Entering:'||l_proc, 5);
295: --
296: -- Call all supporting business operations
297: --
298: hr_utility.set_location(' Leaving:'||l_proc, 10);
299: End delete_validate;
300: --
301: begin
302: g_package := ' pay_app_bus.'; -- Global package name