DBA Data[Home] [Help]

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

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

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

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

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

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

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

157: pay_ptt_bus.g_user_table_id := p_user_table_id;
158: pay_ptt_bus.g_language := p_language;
159: pay_ptt_bus.g_legislation_code := l_legislation_code;
160: end if;
161: hr_utility.set_location(' Leaving:'|| l_proc, 40);
162: return l_legislation_code;
163: end return_legislation_code;
164: --
165: -- ----------------------------------------------------------------------------

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

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

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

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

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

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

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

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

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

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

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

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