DBA Data[Home] [Help]

APPS.PAY_TXR_BUS dependencies on HR_UTILITY

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

65: l_legislation_code varchar2(150);
66: --
67: begin
68: --
69: hr_utility.set_location('Entering:'|| l_proc, 10);
70: --
71: -- Ensure that all the mandatory parameter are not null
72: --
73: hr_api.mandatory_arg_error

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

135: --
136: hr_api.set_legislation_context(l_legislation_code);
137: end if;
138: --
139: hr_utility.set_location(' Leaving:'|| l_proc, 20);
140: --
141: end set_security_group_id;
142: --
143: -- ---------------------------------------------------------------------------

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

181: l_proc varchar2(72) := g_package||'return_legislation_code';
182: --
183: Begin
184: --
185: hr_utility.set_location('Entering:'|| l_proc, 10);
186: --
187: -- Ensure that all the mandatory parameter are not null
188: --
189: hr_api.mandatory_arg_error

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

231: -- call to this function. Just return the value in the global
232: -- variable.
233: --
234: l_legislation_code := pay_txr_bus.g_legislation_code;
235: hr_utility.set_location(l_proc, 20);
236: else
237: --
238: -- The ID is different to the last call to this function
239: -- or this is the first call to this function.

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

248: close csr_leg_code;
249: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
250: fnd_message.raise_error;
251: end if;
252: hr_utility.set_location(l_proc,30);
253: --
254: -- Set the global variables so the values are
255: -- available for the next call to this function.
256: --

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

262: pay_txr_bus.g_secondary_classification_id := p_secondary_classification_id;
263: pay_txr_bus.g_taxability_rules_date_id := p_taxability_rules_date_id;
264: pay_txr_bus.g_legislation_code := l_legislation_code;
265: end if;
266: hr_utility.set_location(' Leaving:'|| l_proc, 40);
267: return l_legislation_code;
268: end return_legislation_code;
269: --
270: -- ----------------------------------------------------------------------------

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

335: --
336: l_proc varchar2(72) := g_package||'insert_validate';
337: --
338: Begin
339: hr_utility.set_location('Entering:'||l_proc, 5);
340: --
341: -- Call all supporting business operations
342: --
343: --

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

350: --
351: -- Validate Dependent Attributes
352: --
353: --
354: hr_utility.set_location(' Leaving:'||l_proc, 10);
355: End insert_validate;
356: --
357: -- ----------------------------------------------------------------------------
358: -- |---------------------------< update_validate >----------------------------|

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

364: --
365: l_proc varchar2(72) := g_package||'update_validate';
366: --
367: Begin
368: hr_utility.set_location('Entering:'||l_proc, 5);
369: --
370: -- Call all supporting business operations
371: --
372: --

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

384: ,p_rec => p_rec
385: );
386: --
387: --
388: hr_utility.set_location(' Leaving:'||l_proc, 10);
389: End update_validate;
390: --
391: -- ----------------------------------------------------------------------------
392: -- |---------------------------< delete_validate >----------------------------|

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

397: --
398: l_proc varchar2(72) := g_package||'delete_validate';
399: --
400: Begin
401: hr_utility.set_location('Entering:'||l_proc, 5);
402: --
403: -- Call all supporting business operations
404: --
405: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

401: hr_utility.set_location('Entering:'||l_proc, 5);
402: --
403: -- Call all supporting business operations
404: --
405: hr_utility.set_location(' Leaving:'||l_proc, 10);
406: End delete_validate;
407: --
408: end pay_txr_bus;