DBA Data[Home] [Help]

APPS.BEN_BAI_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_bai_shd.api_updating
47: (p_batch_actn_item_id => p_batch_actn_item_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_batch_actn_item_id;
75: --
76: -- ----------------------------------------------------------------------------

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

108: l_api_updating boolean;
109: --
110: Begin
111: --
112: hr_utility.set_location('Entering:'||l_proc, 5);
113: --
114: l_api_updating := ben_bai_shd.api_updating
115: (p_batch_actn_item_id => p_batch_actn_item_id,
116: p_object_version_number => p_object_version_number);

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

129: p_effective_date => p_effective_date) then
130: --
131: -- raise error as does not exist as lookup
132: --
133: hr_utility.set_message(801,'HR_LOOKUP_DOES_NOT_EXIST');
134: hr_utility.raise_error;
135: --
136: end if;
137: --

Line 134: hr_utility.raise_error;

130: --
131: -- raise error as does not exist as lookup
132: --
133: hr_utility.set_message(801,'HR_LOOKUP_DOES_NOT_EXIST');
134: hr_utility.raise_error;
135: --
136: end if;
137: --
138: end if;

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

136: end if;
137: --
138: end if;
139: --
140: hr_utility.set_location('Leaving:'||l_proc,10);
141: --
142: end chk_actn_cd;
143: --
144: -- ----------------------------------------------------------------------------

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

176: l_api_updating boolean;
177: --
178: Begin
179: --
180: hr_utility.set_location('Entering:'||l_proc, 5);
181: --
182: l_api_updating := ben_bai_shd.api_updating
183: (p_batch_actn_item_id => p_batch_actn_item_id,
184: p_object_version_number => p_object_version_number);

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

197: p_effective_date => p_effective_date) then
198: --
199: -- raise error as does not exist as lookup
200: --
201: hr_utility.set_message(801,'HR_LOOKUP_DOES_NOT_EXIST');
202: hr_utility.raise_error;
203: --
204: end if;
205: --

Line 202: hr_utility.raise_error;

198: --
199: -- raise error as does not exist as lookup
200: --
201: hr_utility.set_message(801,'HR_LOOKUP_DOES_NOT_EXIST');
202: hr_utility.raise_error;
203: --
204: end if;
205: --
206: end if;

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

204: end if;
205: --
206: end if;
207: --
208: hr_utility.set_location('Leaving:'||l_proc,10);
209: --
210: end chk_rqd_flag;
211: --
212: -- ----------------------------------------------------------------------------

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

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

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

242: p_effective_date => p_effective_date,
243: p_object_version_number => p_rec.object_version_number);
244: */
245: --
246: hr_utility.set_location(' Leaving:'||l_proc, 10);
247: End insert_validate;
248: --
249: -- ----------------------------------------------------------------------------
250: -- |---------------------------< update_validate >----------------------------|

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

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

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

279: p_effective_date => p_effective_date,
280: p_object_version_number => p_rec.object_version_number);
281: */
282: --
283: hr_utility.set_location(' Leaving:'||l_proc, 10);
284: End update_validate;
285: --
286: -- ----------------------------------------------------------------------------
287: -- |---------------------------< delete_validate >----------------------------|

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

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

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

295: hr_utility.set_location('Entering:'||l_proc, 5);
296: --
297: -- Call all supporting business operations
298: --
299: hr_utility.set_location(' Leaving:'||l_proc, 10);
300: End delete_validate;
301: --
302: --
303: -- ---------------------------------------------------------------------------

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

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

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

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

Line 345: hr_utility.raise_error;

341: --
342: -- The primary key is invalid therefore we must error
343: --
344: hr_utility.set_message(801,'HR_7220_INVALID_PRIMARY_KEY');
345: hr_utility.raise_error;
346: --
347: end if;
348: --
349: close csr_leg_code;

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

347: end if;
348: --
349: close csr_leg_code;
350: --
351: hr_utility.set_location(' Leaving:'|| l_proc, 20);
352: --
353: return l_legislation_code;
354: --
355: end return_legislation_code;