DBA Data[Home] [Help]

APPS.PQH_TCD_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 96: hr_utility.set_location(' Leaving:'|| l_proc, 20);

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

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_tcd_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_tcd_bus.g_document_id := p_document_id;
178: pqh_tcd_bus.g_transaction_category_id := p_transaction_category_id;
179: pqh_tcd_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 249: hr_utility.set_location('Entering:'||l_proc, 5);

245: --
246: l_proc varchar2(72) := g_package||'insert_validate';
247: --
248: Begin
249: hr_utility.set_location('Entering:'||l_proc, 5);
250: --
251: -- Call all supporting business operations
252: --
253: --

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

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

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

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

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

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

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

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