DBA Data[Home] [Help]

APPS.PQH_TSH_BUS dependencies on HR_UTILITY

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

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

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

93: --
94: hr_api.set_legislation_context(l_legislation_code);
95: end if;*/
96: --
97: hr_utility.set_location(' Leaving:'|| l_proc, 20);
98: --
99: end set_security_group_id;
100: --
101: -- ---------------------------------------------------------------------------

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

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

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

150: -- call to this function. Just return the value in the global
151: -- variable.
152: --
153: l_legislation_code := pqh_tsh_bus.g_legislation_code;
154: hr_utility.set_location(l_proc, 20);
155: else
156: --
157: -- The ID is different to the last call to this function
158: -- or this is the first call to this function.

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

167: close csr_leg_code;
168: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
169: fnd_message.raise_error;
170: end if;
171: hr_utility.set_location(l_proc,30);
172: --
173: -- Set the global variables so the values are
174: -- available for the next call to this function.
175: --

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

177: pqh_tsh_bus.g_transaction_history_id := p_transaction_history_id;
178: pqh_tsh_bus.g_approval_history_id := p_approval_history_id;
179: pqh_tsh_bus.g_legislation_code := l_legislation_code;
180: end if;*/
181: hr_utility.set_location(' Leaving:'|| l_proc, 40);
182: return l_legislation_code;
183: end return_legislation_code;
184: --
185: -- ----------------------------------------------------------------------------

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

244: --
245: l_proc varchar2(72) := g_package||'insert_validate';
246: --
247: Begin
248: hr_utility.set_location('Entering:'||l_proc, 5);
249: --
250: -- Call all supporting business operations
251: --
252: -- "-- No business group context. HR_STANDARD_LOOKUPS used for validation."

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

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

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

267: --
268: l_proc varchar2(72) := g_package||'update_validate';
269: --
270: Begin
271: hr_utility.set_location('Entering:'||l_proc, 5);
272: --
273: -- Call all supporting business operations
274: --
275: -- "-- No business group context. HR_STANDARD_LOOKUPS used for validation."

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