DBA Data[Home] [Help]

APPS.BEN_AUD_BUS dependencies on HR_UTILITY

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

48: l_legislation_code varchar2(150);
49: --
50: begin
51: --
52: hr_utility.set_location('Entering:'|| l_proc, 10);
53: --
54: -- Ensure that all the mandatory parameter are not null
55: --
56: hr_api.mandatory_arg_error

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

88: --
89: hr_api.set_legislation_context(l_legislation_code);
90: end if;
91: --
92: hr_utility.set_location(' Leaving:'|| l_proc, 20);
93: --
94: end set_security_group_id;
95: --
96: -- -------------------------------------------------------------------------

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

123: l_proc varchar2(72) := g_package||'return_legislation_code';
124: --
125: Begin
126: --
127: hr_utility.set_location('Entering:'|| l_proc, 10);
128: --
129: -- Ensure that all the mandatory parameter are not null
130: --
131: hr_api.mandatory_arg_error

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

141: -- call to this function. Just return the value in the global
142: -- variable.
143: --
144: l_legislation_code := ben_aud_bus.g_legislation_code;
145: hr_utility.set_location(l_proc, 20);
146: else
147: --
148: -- The ID is different to the last call to this function
149: -- or this is the first call to this function.

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

158: close csr_leg_code;
159: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
160: fnd_message.raise_error;
161: end if;
162: hr_utility.set_location(l_proc,30);
163: --
164: -- Set the global variables so the values are
165: -- available for the next call to this function.
166: --

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

167: close csr_leg_code;
168: ben_aud_bus.g_cwb_audit_id := p_cwb_audit_id;
169: ben_aud_bus.g_legislation_code := l_legislation_code;
170: end if;
171: hr_utility.set_location(' Leaving:'|| l_proc, 40);
172: return l_legislation_code;
173: end return_legislation_code;
174:
175: End of commented code. */

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

236: --
237: l_proc varchar2(72) := g_package||'insert_validate';
238: --
239: Begin
240: hr_utility.set_location('Entering:'||l_proc, 5);
241: --
242: --
243: -- No validation required
244: --

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

242: --
243: -- No validation required
244: --
245: --
246: hr_utility.set_location(' Leaving:'||l_proc, 10);
247: End insert_validate;
248: --
249: -- --------------------------------------------------------------------------
250: -- |---------------------------< update_validate >--------------------------|

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

255: --
256: l_proc varchar2(72) := g_package||'update_validate';
257: --
258: Begin
259: hr_utility.set_location('Entering:'||l_proc, 5);
260: --
261: -- No validation required
262: --
263: chk_non_updateable_args

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

264: (p_rec => p_rec
265: );
266: --
267: --
268: hr_utility.set_location(' Leaving:'||l_proc, 10);
269: End update_validate;
270: --
271: -- --------------------------------------------------------------------------
272: -- |---------------------------< delete_validate >--------------------------|

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

277: --
278: l_proc varchar2(72) := g_package||'delete_validate';
279: --
280: Begin
281: hr_utility.set_location('Entering:'||l_proc, 5);
282: --
283: -- No validation required
284: --
285: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

281: hr_utility.set_location('Entering:'||l_proc, 5);
282: --
283: -- No validation required
284: --
285: hr_utility.set_location(' Leaving:'||l_proc, 10);
286: End delete_validate;
287: --
288: end ben_aud_bus;