DBA Data[Home] [Help]

APPS.BEN_BPI_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_bpi_shd.api_updating
47: (p_batch_proc_id => p_batch_proc_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_proc_id;
75: --
76: -- ----------------------------------------------------------------------------

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

112: where a.benefit_action_id = p_benefit_action_id;
113: --
114: Begin
115: --
116: hr_utility.set_location('Entering:'||l_proc,5);
117: --
118: l_api_updating := ben_bpi_shd.api_updating
119: (p_batch_proc_id => p_batch_proc_id,
120: p_object_version_number => p_object_version_number);

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

143: close c1;
144: --
145: end if;
146: --
147: hr_utility.set_location('Leaving:'||l_proc,10);
148: --
149: End chk_benefit_action_id;
150: --
151: -- ----------------------------------------------------------------------------

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

155: --
156: l_proc varchar2(72) := g_package||'insert_validate';
157: --
158: Begin
159: hr_utility.set_location('Entering:'||l_proc, 5);
160: --
161: -- Call all supporting business operations
162: --
163: --

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

171: (p_batch_proc_id => p_rec.batch_proc_id,
172: p_benefit_action_id => p_rec.benefit_action_id,
173: p_object_version_number => p_rec.object_version_number);
174: --
175: hr_utility.set_location(' Leaving:'||l_proc, 10);
176: End insert_validate;
177: --
178: -- ----------------------------------------------------------------------------
179: -- |---------------------------< update_validate >----------------------------|

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

182: --
183: l_proc varchar2(72) := g_package||'update_validate';
184: --
185: Begin
186: hr_utility.set_location('Entering:'||l_proc, 5);
187: --
188: -- Call all supporting business operations
189: --
190: --

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

198: (p_batch_proc_id => p_rec.batch_proc_id,
199: p_benefit_action_id => p_rec.benefit_action_id,
200: p_object_version_number => p_rec.object_version_number);
201: --
202: hr_utility.set_location(' Leaving:'||l_proc, 10);
203: End update_validate;
204: --
205: -- ----------------------------------------------------------------------------
206: -- |---------------------------< delete_validate >----------------------------|

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

209: --
210: l_proc varchar2(72) := g_package||'delete_validate';
211: --
212: Begin
213: hr_utility.set_location('Entering:'||l_proc, 5);
214: --
215: -- Call all supporting business operations
216: --
217: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

213: hr_utility.set_location('Entering:'||l_proc, 5);
214: --
215: -- Call all supporting business operations
216: --
217: hr_utility.set_location(' Leaving:'||l_proc, 10);
218: End delete_validate;
219: --
220: --
221: -- ---------------------------------------------------------------------------

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

240: l_proc varchar2(72) := g_package||'return_legislation_code';
241: --
242: begin
243: --
244: hr_utility.set_location('Entering:'|| l_proc, 10);
245: --
246: -- Ensure that all the mandatory parameter are not null
247: --
248: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

258: close csr_leg_code;
259: --
260: -- The primary key is invalid therefore we must error
261: --
262: hr_utility.set_message(801,'HR_7220_INVALID_PRIMARY_KEY');
263: hr_utility.raise_error;
264: --
265: end if;
266: --

Line 263: hr_utility.raise_error;

259: --
260: -- The primary key is invalid therefore we must error
261: --
262: hr_utility.set_message(801,'HR_7220_INVALID_PRIMARY_KEY');
263: hr_utility.raise_error;
264: --
265: end if;
266: --
267: close csr_leg_code;

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

265: end if;
266: --
267: close csr_leg_code;
268: --
269: hr_utility.set_location(' Leaving:'|| l_proc, 20);
270: --
271: return l_legislation_code;
272: --
273: end return_legislation_code;