DBA Data[Home] [Help]

APPS.PQP_ERT_BUS dependencies on HR_UTILITY

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

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

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

73: hr_api.set_security_group_id
74: (p_security_group_id => l_security_group_id
75: );
76: --
77: hr_utility.set_location(' Leaving:'|| l_proc, 20);
78: --
79: end set_security_group_id;
80: --
81: -- ---------------------------------------------------------------------------

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

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

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

125: -- call to this function. Just return the value in the global
126: -- variable.
127: --
128: l_legislation_code := pqp_ert_bus.g_legislation_code;
129: hr_utility.set_location(l_proc, 20);
130: else
131: --
132: -- The ID is different to the last call to this function
133: -- or this is the first call to this function.

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

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

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

152: pqp_ert_bus.g_exception_report_id := p_exception_report_id;
153: pqp_ert_bus.g_language := p_language;
154: pqp_ert_bus.g_legislation_code := l_legislation_code;
155: end if;
156: hr_utility.set_location(' Leaving:'|| l_proc, 40);
157: return l_legislation_code;
158: end return_legislation_code;
159: --
160: -- ----------------------------------------------------------------------------

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

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

233: --
234: --
235: --set_security_group_id(p_rec.exception_report_id);
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: --

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

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

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

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

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

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