DBA Data[Home] [Help]

APPS.BEN_BCI_BUS dependencies on HR_UTILITY

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

50: l_proc varchar2(72) := g_package||'return_legislation_code';
51: --
52: begin
53: --
54: hr_utility.set_location('Entering:'|| l_proc, 10);
55: --
56: -- Ensure that all the mandatory parameter are not null
57: --
58: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

75: end if;
76: --
77: close csr_leg_code;
78: --
79: hr_utility.set_location(' Leaving:'|| l_proc, 20);
80: --
81: return l_legislation_code;
82: --
83: end return_legislation_code;

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

117: l_api_updating boolean;
118: --
119: Begin
120: --
121: hr_utility.set_location('Entering:'||l_proc, 5);
122: --
123: l_api_updating := ben_bci_shd.api_updating
124: (p_batch_benft_cert_id => p_batch_benft_cert_id,
125: p_object_version_number => p_object_version_number);

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

145: end if;
146: --
147: end if;
148: --
149: hr_utility.set_location('Leaving:'||l_proc, 10);
150: --
151: End chk_batch_benft_cert_id;
152: --
153: -- ----------------------------------------------------------------------------

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

185: l_api_updating boolean;
186: --
187: Begin
188: --
189: hr_utility.set_location('Entering:'||l_proc, 5);
190: --
191: l_api_updating := ben_bci_shd.api_updating
192: (p_batch_benft_cert_id => p_batch_benft_cert_id,
193: p_object_version_number => p_object_version_number);

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

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

Line 211: hr_utility.raise_error;

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

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

213: end if;
214: --
215: end if;
216: --
217: hr_utility.set_location('Leaving:'||l_proc,10);
218: --
219: end chk_typ_cd;
220: --
221: -- ----------------------------------------------------------------------------

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

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

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

246: */
247: --
248: --
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 282: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

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

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

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

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