DBA Data[Home] [Help]

APPS.PER_STL_BUS dependencies on HR_UTILITY

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

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

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

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

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

109: l_proc varchar2(72) := g_package||'return_legislation_code';
110: --
111: Begin
112: --
113: hr_utility.set_location('Entering:'|| l_proc, 10);
114: --
115: -- Ensure that all the mandatory parameter are not null
116: --
117: hr_api.mandatory_arg_error

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

127: -- call to this function. Just return the value in the global
128: -- variable.
129: --
130: l_legislation_code := per_stl_bus.g_legislation_code;
131: hr_utility.set_location(l_proc, 20);
132: else
133: --
134: -- The ID is different to the last call to this function
135: -- or this is the first call to this function.

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

144: close csr_leg_code;
145: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
146: fnd_message.raise_error;
147: end if;
148: hr_utility.set_location(l_proc,30);
149: --
150: -- Set the global variables so the values are
151: -- available for the next call to this function.
152: --

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

153: close csr_leg_code;
154: per_stl_bus.g_setup_task_code := p_setup_task_code;
155: per_stl_bus.g_legislation_code := l_legislation_code;
156: end if;
157: hr_utility.set_location(' Leaving:'|| l_proc, 40);
158: return l_legislation_code;
159: end return_legislation_code;
160: --
161: -- ----------------------------------------------------------------------------

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

219: --
220: l_proc varchar2(72) := g_package||'insert_validate';
221: --
222: Begin
223: hr_utility.set_location('Entering:'||l_proc, 5);
224: --
225: -- Call all supporting business operations
226: --
227: --

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

234: --
235: -- Validate Dependent Attributes
236: --
237: --
238: hr_utility.set_location(' Leaving:'||l_proc, 10);
239: End insert_validate;
240: --
241: -- ----------------------------------------------------------------------------
242: -- |---------------------------< update_validate >----------------------------|

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

247: --
248: l_proc varchar2(72) := g_package||'update_validate';
249: --
250: Begin
251: hr_utility.set_location('Entering:'||l_proc, 5);
252: --
253: -- Call all supporting business operations
254: --
255: --

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

266: (p_rec => p_rec
267: );
268: --
269: --
270: hr_utility.set_location(' Leaving:'||l_proc, 10);
271: End update_validate;
272: --
273: -- ----------------------------------------------------------------------------
274: -- |---------------------------< delete_validate >----------------------------|

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

279: --
280: l_proc varchar2(72) := g_package||'delete_validate';
281: --
282: Begin
283: hr_utility.set_location('Entering:'||l_proc, 5);
284: --
285: -- Call all supporting business operations
286: --
287: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

283: hr_utility.set_location('Entering:'||l_proc, 5);
284: --
285: -- Call all supporting business operations
286: --
287: hr_utility.set_location(' Leaving:'||l_proc, 10);
288: End delete_validate;
289: --
290: end per_stl_bus;