DBA Data[Home] [Help]

APPS.PAY_BDT_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 115: hr_utility.set_location('Entering:'|| l_proc, 10);

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

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

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

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

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

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

159: pay_bdt_bus.g_balance_dimension_id := p_balance_dimension_id;
160: pay_bdt_bus.g_language := p_language;
161: pay_bdt_bus.g_legislation_code := l_legislation_code;
162: end if;
163: hr_utility.set_location(' Leaving:'|| l_proc, 40);
164: return l_legislation_code;
165: end return_legislation_code;
166: --
167: -- ----------------------------------------------------------------------------

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

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

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

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

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

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

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

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

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

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

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

271: hr_utility.set_location('Entering:'||l_proc, 5);
272: --
273: -- Call all supporting business operations
274: --
275: hr_utility.set_location(' Leaving:'||l_proc, 10);
276: End delete_validate;
277: --
278: end pay_bdt_bus;