DBA Data[Home] [Help]

APPS.PER_CIT_BUS dependencies on HR_UTILITY

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

54: l_proc varchar2(72) := g_package||'set_security_group_id';
55: --
56: begin
57: --
58: hr_utility.set_location('Entering:'|| l_proc, 10);
59: --
60: -- Ensure that all the mandatory parameter are not null
61: --
62: hr_api.mandatory_arg_error

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

86: hr_api.set_security_group_id
87: (p_security_group_id => l_security_group_id
88: );
89: --
90: hr_utility.set_location(' Leaving:'|| l_proc, 20);
91: --
92: end set_security_group_id;
93: --
94: -- ---------------------------------------------------------------------------

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

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

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

144: -- call to this function. Just return the value in the global
145: -- variable.
146: --
147: l_legislation_code := per_cit_bus.g_legislation_code;
148: hr_utility.set_location(l_proc, 20);
149: else
150: --
151: -- The ID is different to the last call to this function
152: -- or this is the first call to this function.

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

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

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

171: per_cit_bus.g_cagr_entitlement_item_id := p_cagr_entitlement_item_id;
172: per_cit_bus.g_language := p_language;
173: per_cit_bus.g_legislation_code := l_legislation_code;
174: end if;
175: hr_utility.set_location(' Leaving:'|| l_proc, 40);
176: return l_legislation_code;
177: end return_legislation_code;
178: --
179: -- ----------------------------------------------------------------------------

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

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

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

260: -- "-- No business group context. HR_STANDARD_LOOKUPS used for validation."
261: -- "-- CLIENT_INFO not set. No lookup validation or joins to HR_LOOKUPS."
262: --
263: --
264: hr_utility.set_location(' Leaving:'||l_proc, 10);
265: End insert_validate;
266: --
267: -- ----------------------------------------------------------------------------
268: -- |---------------------------< update_validate >----------------------------|

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

273: --
274: l_proc varchar2(72) := g_package||'update_validate';
275: --
276: Begin
277: hr_utility.set_location('Entering:'||l_proc, 5);
278: --
279: -- Call all supporting business operations
280: --
281: --

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

290: (p_rec => p_rec
291: );
292: --
293: --
294: hr_utility.set_location(' Leaving:'||l_proc, 10);
295: End update_validate;
296: --
297: -- ----------------------------------------------------------------------------
298: -- |---------------------------< delete_validate >----------------------------|

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

303: --
304: l_proc varchar2(72) := g_package||'delete_validate';
305: --
306: Begin
307: hr_utility.set_location('Entering:'||l_proc, 5);
308: --
309: -- Call all supporting business operations
310: --
311: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

307: hr_utility.set_location('Entering:'||l_proc, 5);
308: --
309: -- Call all supporting business operations
310: --
311: hr_utility.set_location(' Leaving:'||l_proc, 10);
312: End delete_validate;
313: --
314: end per_cit_bus;