DBA Data[Home] [Help]

APPS.BEN_ECC_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_ecc_shd.g_api_dml := true; -- Set the api dml status
62: --

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

156: );
157: --
158: ben_ecc_shd.g_api_dml := false; -- Unset the api dml status
159: --
160: hr_utility.set_location(' Leaving:'||l_proc, 10);
161: Exception
162: When hr_api.check_integrity_violated Then
163: -- A check constraint has been violated
164: ben_ecc_shd.g_api_dml := false; -- Unset the api dml status

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

222: --
223: Cursor C_Sel1 is select ben_elctbl_chc_ctfn_s.nextval from sys.dual;
224: --
225: Begin
226: hr_utility.set_location('Entering:'||l_proc, 5);
227: --
228: --
229: -- Select the next sequence number
230: --

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

231: Open C_Sel1;
232: Fetch C_Sel1 Into p_rec.elctbl_chc_ctfn_id;
233: Close C_Sel1;
234: --
235: hr_utility.set_location(' Leaving:'||l_proc, 10);
236: End pre_insert;
237: --
238: -- ----------------------------------------------------------------------------
239: -- |-----------------------------< post_insert >------------------------------|

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

272: --
273: l_proc varchar2(72) := g_package||'post_insert';
274: --
275: Begin
276: hr_utility.set_location('Entering:'||l_proc, 5);
277: --
278: --
279: -- Start of API User Hook for post_insert.
280: --

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

341: --
342: -- End of API User Hook for post_insert.
343: --
344: --
345: hr_utility.set_location(' Leaving:'||l_proc, 10);
346: End post_insert;
347: --
348: -- ----------------------------------------------------------------------------
349: -- |---------------------------------< ins >----------------------------------|

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

356: --
357: l_proc varchar2(72) := g_package||'ins';
358: --
359: Begin
360: hr_utility.set_location('Entering:'||l_proc, 5);
361: --
362: -- Call the supporting insert validate operations
363: --
364: ben_ecc_bus.insert_validate(p_rec

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

433: l_rec ben_ecc_shd.g_rec_type;
434: l_proc varchar2(72) := g_package||'ins';
435: --
436: Begin
437: hr_utility.set_location('Entering:'||l_proc, 5);
438: --
439: -- Call conversion function to turn arguments into the
440: -- p_rec structure.
441: --

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

499: --
500: p_elctbl_chc_ctfn_id := l_rec.elctbl_chc_ctfn_id;
501: p_object_version_number := l_rec.object_version_number;
502: --
503: hr_utility.set_location(' Leaving:'||l_proc, 10);
504: End ins;
505: --
506: end ben_ecc_ins;