DBA Data[Home] [Help]

APPS.PER_CNT_BUS dependencies on HR_UTILITY

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

46: l_legislation_code varchar2(150);
47: --
48: begin
49: --
50: hr_utility.set_location('Entering:'|| l_proc, 10);
51: --
52: -- Ensure that all the mandatory parameter are not null
53: --
54: hr_api.mandatory_arg_error

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

87: --
88: hr_api.set_legislation_context(l_legislation_code);
89: end if;
90: --
91: hr_utility.set_location(' Leaving:'|| l_proc, 20);
92: --
93: end set_security_group_id;
94: --
95: -- ---------------------------------------------------------------------------

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

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

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

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

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

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

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

172: per_cnt_bus.g_configuration_code := p_configuration_code;
173: per_cnt_bus.g_language := p_language;
174: per_cnt_bus.g_legislation_code := l_legislation_code;
175: end if;
176: hr_utility.set_location(' Leaving:'|| l_proc, 40);
177: return l_legislation_code;
178: end return_legislation_code;
179: --
180: -- ----------------------------------------------------------------------------

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

241: --
242: l_proc varchar2(72) := g_package||'insert_validate';
243: --
244: Begin
245: hr_utility.set_location('Entering:'||l_proc, 5);
246: --
247: -- Call all supporting business operations
248: --
249: --

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

256: --
257: -- Validate Dependent Attributes
258: --
259: --
260: hr_utility.set_location(' Leaving:'||l_proc, 10);
261: End insert_validate;
262: --
263: -- ----------------------------------------------------------------------------
264: -- |---------------------------< update_validate >----------------------------|

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

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

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_cnt_bus;