DBA Data[Home] [Help]

APPS.PER_WBT_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 123: hr_utility.set_location('Entering:'|| l_proc, 10);

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

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

140: -- call to this function. Just return the value in the global
141: -- variable.
142: --
143: l_legislation_code := per_wbt_bus.g_legislation_code;
144: hr_utility.set_location(l_proc, 20);
145: else
146: --
147: -- The ID is different to the last call to this function
148: -- or this is the first call to this function.

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

157: close csr_leg_code;
158: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
159: fnd_message.raise_error;
160: end if;
161: hr_utility.set_location(l_proc,30);
162: --
163: -- Set the global variables so the values are
164: -- available for the next call to this function.
165: --

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

167: per_wbt_bus.g_workbench_item_code := p_workbench_item_code;
168: per_wbt_bus.g_language := p_language;
169: per_wbt_bus.g_legislation_code := l_legislation_code;
170: end if;
171: hr_utility.set_location(' Leaving:'|| l_proc, 40);
172: return l_legislation_code;
173: end return_legislation_code;
174: --
175: -- ----------------------------------------------------------------------------

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

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

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

249: --
250: -- Validate Dependent Attributes
251: --
252: --
253: hr_utility.set_location(' Leaving:'||l_proc, 10);
254: End insert_validate;
255: --
256: -- ----------------------------------------------------------------------------
257: -- |---------------------------< update_validate >----------------------------|

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

262: --
263: l_proc varchar2(72) := g_package||'update_validate';
264: --
265: Begin
266: hr_utility.set_location('Entering:'||l_proc, 5);
267: --
268: -- Call all supporting business operations
269: --
270: --

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

281: (p_rec => p_rec
282: );
283: --
284: --
285: hr_utility.set_location(' Leaving:'||l_proc, 10);
286: End update_validate;
287: --
288: -- ----------------------------------------------------------------------------
289: -- |---------------------------< delete_validate >----------------------------|

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

294: --
295: l_proc varchar2(72) := g_package||'delete_validate';
296: --
297: Begin
298: hr_utility.set_location('Entering:'||l_proc, 5);
299: --
300: -- Call all supporting business operations
301: --
302: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

298: hr_utility.set_location('Entering:'||l_proc, 5);
299: --
300: -- Call all supporting business operations
301: --
302: hr_utility.set_location(' Leaving:'||l_proc, 10);
303: End delete_validate;
304: --
305: end per_wbt_bus;