DBA Data[Home] [Help]

APPS.PAY_TBC_BUS dependencies on HR_UTILITY

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

41: l_legislation_code varchar2(150);
42: --
43: begin
44: --
45: hr_utility.set_location('Entering:'|| l_proc, 10);
46: --
47: -- Ensure that all the mandatory parameter are not null
48: --
49: 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 118: hr_utility.set_location('Entering:'|| l_proc, 10);

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

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

135: -- call to this function. Just return the value in the global
136: -- variable.
137: --
138: l_legislation_code := pay_tbc_bus.g_legislation_code;
139: hr_utility.set_location(l_proc, 20);
140: else
141: --
142: -- The ID is different to the last call to this function
143: -- or this is the first call to this function.

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

152: close csr_leg_code;
153: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
154: fnd_message.raise_error;
155: end if;
156: hr_utility.set_location(l_proc,30);
157: --
158: -- Set the global variables so the values are
159: -- available for the next call to this function.
160: --

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

162: pay_tbc_bus.g_balance_category_id := p_balance_category_id;
163: pay_tbc_bus.g_language := p_language;
164: pay_tbc_bus.g_legislation_code := l_legislation_code;
165: end if;
166: hr_utility.set_location(' Leaving:'|| l_proc, 40);
167: return l_legislation_code;
168: end return_legislation_code;
169: --
170: -- ----------------------------------------------------------------------------

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

226: --
227: l_proc varchar2(72) := g_package||'insert_validate';
228: --
229: Begin
230: hr_utility.set_location('Entering:'||l_proc, 5);
231: --
232: -- Call all supporting business operations
233: --
234: -- Validate Dependent Attributes

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

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

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

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

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

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

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

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

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

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