DBA Data[Home] [Help]

APPS.PAY_APM_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_apm_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_apm_bus.g_process_module_id := p_process_module_id;
162: pay_apm_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 234: hr_utility.set_location('Entering:'||l_proc, 5);

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

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

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

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

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

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

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

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

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

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

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