DBA Data[Home] [Help]

APPS.PAY_EST_BUS dependencies on HR_UTILITY

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

41: l_legislation_code varchar2(150);
42: --
43: begin
44: --
45: hr_utility.set_location('Entering:'|| l_proc, 10);
46: --
47: -- Ensure that all the mandatory parameter are not null
48: --
49: hr_api.mandatory_arg_error

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

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

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

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

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

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

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

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

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

162: pay_est_bus.g_element_set_id := p_element_set_id;
163: pay_est_bus.g_language := p_language;
164: pay_est_bus.g_legislation_code := l_legislation_code;
165: end if;
166: hr_utility.set_location(' Leaving:'|| l_proc, 40);
167: return l_legislation_code;
168: end return_legislation_code;
169: --
170: -- ----------------------------------------------------------------------------

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

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

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 261: hr_utility.set_location('Entering:'||l_proc, 5);

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

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

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

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

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

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

293: hr_utility.set_location('Entering:'||l_proc, 5);
294: --
295: -- Call all supporting business operations
296: --
297: hr_utility.set_location(' Leaving:'||l_proc, 10);
298: End delete_validate;
299: --
300: end pay_est_bus;