DBA Data[Home] [Help]

APPS.PQH_TXH_BUS dependencies on HR_UTILITY

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

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

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

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

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

112: l_proc varchar2(72) := g_package||'return_legislation_code';
113: --
114: Begin
115: --
116: hr_utility.set_location('Entering:'|| l_proc, 10);
117: --
118: -- Ensure that all the mandatory parameter are not null
119: --
120: hr_api.mandatory_arg_error

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

130: -- call to this function. Just return the value in the global
131: -- variable.
132: --
133: l_legislation_code := pqh_txh_bus.g_legislation_code;
134: hr_utility.set_location(l_proc, 20);
135: else
136: --
137: -- The ID is different to the last call to this function
138: -- or this is the first call to this function.

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

147: close csr_leg_code;
148: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
149: fnd_message.raise_error;
150: end if;
151: hr_utility.set_location(l_proc,30);
152: --
153: -- Set the global variables so the values are
154: -- available for the next call to this function.
155: --

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

156: close csr_leg_code;
157: pqh_txh_bus.g_transaction_history_id := p_transaction_history_id;
158: pqh_txh_bus.g_legislation_code := l_legislation_code;
159: end if;*/
160: hr_utility.set_location(' Leaving:'|| l_proc, 40);
161: return l_legislation_code;
162: end return_legislation_code;
163: --
164: -- ----------------------------------------------------------------------------

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

222: --
223: l_proc varchar2(72) := g_package||'insert_validate';
224: --
225: Begin
226: hr_utility.set_location('Entering:'||l_proc, 5);
227: --
228: -- Call all supporting business operations
229: --
230: -- "-- No business group context. HR_STANDARD_LOOKUPS used for validation."

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

232: --
233: -- Validate Dependent Attributes
234: --
235: --
236: hr_utility.set_location(' Leaving:'||l_proc, 10);
237: End insert_validate;
238: --
239: -- ----------------------------------------------------------------------------
240: -- |---------------------------< update_validate >----------------------------|

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

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

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

259: (p_rec => p_rec
260: );
261: --
262: --
263: hr_utility.set_location(' Leaving:'||l_proc, 10);
264: End update_validate;
265: --
266: -- ----------------------------------------------------------------------------
267: -- |---------------------------< delete_validate >----------------------------|

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

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

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

276: hr_utility.set_location('Entering:'||l_proc, 5);
277: --
278: -- Call all supporting business operations
279: --
280: hr_utility.set_location(' Leaving:'||l_proc, 10);
281: End delete_validate;
282: --
283: end pqh_txh_bus;