DBA Data[Home] [Help]

APPS.PQH_CRL_BUS dependencies on HR_UTILITY

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

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

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

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

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

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

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

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

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

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

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

168: pqh_crl_bus.g_criteria_rate_defn_id := p_criteria_rate_defn_id;
169: pqh_crl_bus.g_language := p_language;
170: pqh_crl_bus.g_legislation_code := l_legislation_code;
171: end if;
172: hr_utility.set_location(' Leaving:'|| l_proc, 40);
173: return l_legislation_code;
174: end return_legislation_code;
175: --
176: -- ----------------------------------------------------------------------------

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

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

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

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

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

266: --
267: l_proc varchar2(72) := g_package||'update_validate';
268: --
269: Begin
270: hr_utility.set_location('Entering:'||l_proc, 5);
271: --
272: -- Call all supporting business operations
273: --
274: --

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

286: ,p_rec => p_rec
287: );
288: --
289: --
290: hr_utility.set_location(' Leaving:'||l_proc, 10);
291: End update_validate;
292: --
293: -- ----------------------------------------------------------------------------
294: -- |---------------------------< delete_validate >----------------------------|

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

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

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

303: hr_utility.set_location('Entering:'||l_proc, 5);
304: --
305: -- Call all supporting business operations
306: --
307: hr_utility.set_location(' Leaving:'||l_proc, 10);
308: End delete_validate;
309: --
310: end pqh_crl_bus;