DBA Data[Home] [Help]

APPS.PQH_TAH_BUS dependencies on HR_UTILITY

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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 273: hr_utility.set_location('Entering:'||l_proc, 5);

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

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

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

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

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

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

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