DBA Data[Home] [Help]

APPS.BEN_ERC_INS dependencies on HR_UTILITY

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

54: --
55: l_proc varchar2(72) := g_package||'insert_dml';
56: --
57: Begin
58: hr_utility.set_location('Entering:'||l_proc, 5);
59: p_rec.object_version_number := 1; -- Initialise the object version
60: --
61: ben_erc_shd.g_api_dml := true; -- Set the api dml status
62: --

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

150: );
151: --
152: ben_erc_shd.g_api_dml := false; -- Unset the api dml status
153: --
154: hr_utility.set_location(' Leaving:'||l_proc, 10);
155: Exception
156: When hr_api.check_integrity_violated Then
157: -- A check constraint has been violated
158: ben_erc_shd.g_api_dml := false; -- Unset the api dml status

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

216: --
217: Cursor C_Sel1 is select ben_enrt_rt_ctfn_s.nextval from sys.dual;
218: --
219: Begin
220: hr_utility.set_location('Entering:'||l_proc, 5);
221: --
222: --
223: -- Select the next sequence number
224: --

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

225: Open C_Sel1;
226: Fetch C_Sel1 Into p_rec.enrt_rt_ctfn_id;
227: Close C_Sel1;
228: --
229: hr_utility.set_location(' Leaving:'||l_proc, 10);
230: End pre_insert;
231: --
232: -- ----------------------------------------------------------------------------
233: -- |-----------------------------< post_insert >------------------------------|

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

266: --
267: l_proc varchar2(72) := g_package||'post_insert';
268: --
269: Begin
270: hr_utility.set_location('Entering:'||l_proc, 5);
271: --
272: --
273: -- Start of API User Hook for post_insert.
274: --

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

332: --
333: -- End of API User Hook for post_insert.
334: --
335: --
336: hr_utility.set_location(' Leaving:'||l_proc, 10);
337: End post_insert;
338: --
339: -- ----------------------------------------------------------------------------
340: -- |---------------------------------< ins >----------------------------------|

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

347: --
348: l_proc varchar2(72) := g_package||'ins';
349: --
350: Begin
351: hr_utility.set_location('Entering:'||l_proc, 5);
352: --
353: -- Call the supporting insert validate operations
354: --
355: ben_erc_bus.insert_validate(p_rec

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

421: l_rec ben_erc_shd.g_rec_type;
422: l_proc varchar2(72) := g_package||'ins';
423: --
424: Begin
425: hr_utility.set_location('Entering:'||l_proc, 5);
426: --
427: -- Call conversion function to turn arguments into the
428: -- p_rec structure.
429: --

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

484: --
485: p_enrt_rt_ctfn_id := l_rec.enrt_rt_ctfn_id;
486: p_object_version_number := l_rec.object_version_number;
487: --
488: hr_utility.set_location(' Leaving:'||l_proc, 10);
489: End ins;
490: --
491: end ben_erc_ins;