DBA Data[Home] [Help]

APPS.BEN_XCL_BUS dependencies on HR_UTILITY

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

40: l_api_updating boolean;
41: --
42: Begin
43: --
44: hr_utility.set_location('Entering:'||l_proc, 5);
45: --
46: l_api_updating := ben_xcl_shd.api_updating
47: (p_ext_chg_evt_log_id => p_ext_chg_evt_log_id,
48: p_object_version_number => p_object_version_number);

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

68: end if;
69: --
70: end if;
71: --
72: hr_utility.set_location('Leaving:'||l_proc, 10);
73: --
74: End chk_ext_chg_evt_log_id;
75: --
76: -- ----------------------------------------------------------------------------

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

117: and a.effective_end_date;
118: --
119: Begin
120: --
121: hr_utility.set_location('Entering:'||l_proc,5);
122: --
123: l_api_updating := ben_xcl_shd.api_updating
124: (p_ext_chg_evt_log_id => p_ext_chg_evt_log_id,
125: p_object_version_number => p_object_version_number);

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

148: close c1;
149: --
150: end if;
151: --
152: hr_utility.set_location('Leaving:'||l_proc,10);
153: --
154: End chk_person_id;
155: --
156: -- ----------------------------------------------------------------------------

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

188: l_api_updating boolean;
189: --
190: Begin
191: --
192: hr_utility.set_location('Entering:'||l_proc, 5);
193: --
194: l_api_updating := ben_xcl_shd.api_updating
195: (p_ext_chg_evt_log_id => p_ext_chg_evt_log_id,
196: p_object_version_number => p_object_version_number);

Line 213: hr_utility.set_message(801,'HR_LOOKUP_DOES_NOT_EXIST');

209: p_effective_date => p_effective_date) then
210: --
211: -- raise error as does not exist as lookup
212: --
213: hr_utility.set_message(801,'HR_LOOKUP_DOES_NOT_EXIST');
214: hr_utility.raise_error;
215: --
216: end if;
217: --

Line 214: hr_utility.raise_error;

210: --
211: -- raise error as does not exist as lookup
212: --
213: hr_utility.set_message(801,'HR_LOOKUP_DOES_NOT_EXIST');
214: hr_utility.raise_error;
215: --
216: end if;
217: --
218: end if;

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

216: end if;
217: --
218: end if;
219: --
220: hr_utility.set_location('Leaving:'||l_proc,10);
221: --
222: end chk_chg_evt_cd;
223: --
224: -- ----------------------------------------------------------------------------

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

229: --
230: l_proc varchar2(72) := g_package||'insert_validate';
231: --
232: Begin
233: hr_utility.set_location('Entering:'||l_proc, 5);
234: --
235: -- Call all supporting business operations
236: --
237: --

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

246: p_chg_evt_cd => p_rec.chg_evt_cd,
247: p_effective_date => p_effective_date,
248: p_object_version_number => p_rec.object_version_number); */
249: --
250: hr_utility.set_location(' Leaving:'||l_proc, 10);
251: End insert_validate;
252: --
253: -- ----------------------------------------------------------------------------
254: -- |---------------------------< update_validate >----------------------------|

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

258: --
259: l_proc varchar2(72) := g_package||'update_validate';
260: --
261: Begin
262: hr_utility.set_location('Entering:'||l_proc, 5);
263: --
264: -- Call all supporting business operations
265: --
266: --

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

275: p_chg_evt_cd => p_rec.chg_evt_cd,
276: p_effective_date => p_effective_date,
277: p_object_version_number => p_rec.object_version_number);*/
278: --
279: hr_utility.set_location(' Leaving:'||l_proc, 10);
280: End update_validate;
281: --
282: -- ----------------------------------------------------------------------------
283: -- |---------------------------< delete_validate >----------------------------|

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

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

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

291: hr_utility.set_location('Entering:'||l_proc, 5);
292: --
293: -- Call all supporting business operations
294: --
295: hr_utility.set_location(' Leaving:'||l_proc, 10);
296: End delete_validate;
297: --
298: --
299: -- ---------------------------------------------------------------------------

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

318: l_proc varchar2(72) := g_package||'return_legislation_code';
319: --
320: begin
321: --
322: hr_utility.set_location('Entering:'|| l_proc, 10);
323: --
324: -- Ensure that all the mandatory parameter are not null
325: --
326: hr_api.mandatory_arg_error(p_api_name => l_proc,

Line 340: hr_utility.set_message(801,'HR_7220_INVALID_PRIMARY_KEY');

336: close csr_leg_code;
337: --
338: -- The primary key is invalid therefore we must error
339: --
340: hr_utility.set_message(801,'HR_7220_INVALID_PRIMARY_KEY');
341: hr_utility.raise_error;
342: --
343: end if;
344: --

Line 341: hr_utility.raise_error;

337: --
338: -- The primary key is invalid therefore we must error
339: --
340: hr_utility.set_message(801,'HR_7220_INVALID_PRIMARY_KEY');
341: hr_utility.raise_error;
342: --
343: end if;
344: --
345: close csr_leg_code;

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

343: end if;
344: --
345: close csr_leg_code;
346: --
347: hr_utility.set_location(' Leaving:'|| l_proc, 20);
348: --
349: return l_legislation_code;
350: --
351: end return_legislation_code;