DBA Data[Home] [Help]

APPS.PAY_BTT_BUS dependencies on HR_UTILITY

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

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

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

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

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

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

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

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

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

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

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

165: pay_btt_bus.g_balance_type_id := p_balance_type_id;
166: pay_btt_bus.g_language := p_language;
167: pay_btt_bus.g_legislation_code := l_legislation_code;
168: end if;
169: hr_utility.set_location(' Leaving:'|| l_proc, 40);
170: return l_legislation_code;
171: end return_legislation_code;
172: --
173: -- ----------------------------------------------------------------------------

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

232: --
233: l_proc varchar2(72) := g_package||'insert_validate';
234: --
235: Begin
236: hr_utility.set_location('Entering:'||l_proc, 5);
237: --
238: -- Call all supporting business operations
239: --
240: --

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

247: --
248: -- Validate Dependent Attributes
249: --
250: --
251: hr_utility.set_location(' Leaving:'||l_proc, 10);
252: End insert_validate;
253: --
254: -- ----------------------------------------------------------------------------
255: -- |---------------------------< update_validate >----------------------------|

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

260: --
261: l_proc varchar2(72) := g_package||'update_validate';
262: --
263: Begin
264: hr_utility.set_location('Entering:'||l_proc, 5);
265: --
266: -- Call all supporting business operations
267: --
268: --

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

279: (p_rec => p_rec
280: );
281: --
282: --
283: hr_utility.set_location(' Leaving:'||l_proc, 10);
284: End update_validate;
285: --
286: -- ----------------------------------------------------------------------------
287: -- |---------------------------< delete_validate >----------------------------|

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

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

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

296: hr_utility.set_location('Entering:'||l_proc, 5);
297: --
298: -- Call all supporting business operations
299: --
300: hr_utility.set_location(' Leaving:'||l_proc, 10);
301: End delete_validate;
302: --
303: end pay_btt_bus;