DBA Data[Home] [Help]

APPS.PAY_AMP_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_amp_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 164: hr_utility.set_location(' Leaving:'|| l_proc, 40);

160: close csr_leg_code;
161: pay_amp_bus.g_module_parameter_id := p_module_parameter_id;
162: pay_amp_bus.g_legislation_code := l_legislation_code;
163: end if;
164: hr_utility.set_location(' Leaving:'|| l_proc, 40);
165: return l_legislation_code;
166: end return_legislation_code;
167: --
168: -- ----------------------------------------------------------------------------

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

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

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

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

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

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

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

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

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

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

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

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