DBA Data[Home] [Help]

APPS.PAY_URT_BUS dependencies on HR_UTILITY

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

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

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

79: --
80: hr_api.set_legislation_context(l_legislation_code);
81: end if;
82: --
83: hr_utility.set_location(' Leaving:'|| l_proc, 20);
84: --
85: end set_security_group_id;
86: --
87: -- ---------------------------------------------------------------------------

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

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

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

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

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

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

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

156: pay_urt_bus.g_user_row_id := p_user_row_id;
157: pay_urt_bus.g_language := p_language;
158: pay_urt_bus.g_legislation_code := l_legislation_code;
159: end if;
160: hr_utility.set_location(' Leaving:'|| l_proc, 40);
161: return l_legislation_code;
162: end return_legislation_code;
163: --
164: -- ----------------------------------------------------------------------------

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: --

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

238: --
239: -- Validate Dependent Attributes
240: --
241: --
242: hr_utility.set_location(' Leaving:'||l_proc, 10);
243: End insert_validate;
244: --
245: -- ----------------------------------------------------------------------------
246: -- |---------------------------< update_validate >----------------------------|

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

251: --
252: l_proc varchar2(72) := g_package||'update_validate';
253: --
254: Begin
255: hr_utility.set_location('Entering:'||l_proc, 5);
256: --
257: -- Call all supporting business operations
258: --
259: --

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

270: (p_rec => p_rec
271: );
272: --
273: --
274: hr_utility.set_location(' Leaving:'||l_proc, 10);
275: End update_validate;
276: --
277: -- ----------------------------------------------------------------------------
278: -- |---------------------------< delete_validate >----------------------------|

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

283: --
284: l_proc varchar2(72) := g_package||'delete_validate';
285: --
286: Begin
287: hr_utility.set_location('Entering:'||l_proc, 5);
288: --
289: -- Call all supporting business operations
290: --
291: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

287: hr_utility.set_location('Entering:'||l_proc, 5);
288: --
289: -- Call all supporting business operations
290: --
291: hr_utility.set_location(' Leaving:'||l_proc, 10);
292: End delete_validate;
293: --
294: end pay_urt_bus;