DBA Data[Home] [Help]

APPS.PER_RVR_BUS dependencies on HR_UTILITY

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

39: l_legislation_code varchar2(150);
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 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 131: hr_utility.set_location(l_proc, 20);

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

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

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

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

153: close csr_leg_code;
154: per_rvr_bus.g_workbench_view_report_code := p_workbench_view_report_code;
155: per_rvr_bus.g_legislation_code := l_legislation_code;
156: end if;
157: hr_utility.set_location(' Leaving:'|| l_proc, 40);
158: return l_legislation_code;
159: end return_legislation_code;
160: --
161: -- ----------------------------------------------------------------------------

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

220: --
221: l_proc varchar2(72) := g_package||'insert_validate';
222: --
223: Begin
224: hr_utility.set_location('Entering:'||l_proc, 5);
225: --
226: -- Call all supporting business operations
227:
228: --

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

226: -- Call all supporting business operations
227:
228: --
229: --
230: hr_utility.set_location(' Leaving:'||l_proc, 10);
231: End insert_validate;
232: --
233: -- ----------------------------------------------------------------------------
234: -- |---------------------------< update_validate >----------------------------|

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

239: --
240: l_proc varchar2(72) := g_package||'update_validate';
241: --
242: Begin
243: hr_utility.set_location('Entering:'||l_proc, 5);
244: --
245:
246: --
247: chk_non_updateable_args

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

248: (p_rec => p_rec
249: );
250: --
251: --
252: hr_utility.set_location(' Leaving:'||l_proc, 10);
253: End update_validate;
254: --
255: -- ----------------------------------------------------------------------------
256: -- |---------------------------< delete_validate >----------------------------|

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

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

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

265: hr_utility.set_location('Entering:'||l_proc, 5);
266: --
267: -- Call all supporting business operations
268: --
269: hr_utility.set_location(' Leaving:'||l_proc, 10);
270: End delete_validate;
271: --
272: end per_rvr_bus;