DBA Data[Home] [Help]

APPS.BEN_XFI_INS dependencies on HR_UTILITY

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

108: --
109: l_proc varchar2(72) := g_package||'insert_dml';
110: --
111: Begin
112: hr_utility.set_location('Entering:'||l_proc, 5);
113: p_rec.object_version_number := 1; -- Initialise the object version
114: --
115: ben_xfi_shd.g_api_dml := true; -- Set the api dml status
116: --

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

212: );
213: --
214: ben_xfi_shd.g_api_dml := false; -- Unset the api dml status
215: --
216: hr_utility.set_location(' Leaving:'||l_proc, 10);
217: Exception
218: When hr_api.check_integrity_violated Then
219: -- A check constraint has been violated
220: ben_xfi_shd.g_api_dml := false; -- Unset the api dml status

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

278: --
279: Cursor C_Sel1 is select ben_ext_file_s.nextval from sys.dual;
280: --
281: Begin
282: hr_utility.set_location('Entering:'||l_proc, 5);
283: --
284: --
285: -- Select the next sequence number
286: --

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

287: Open C_Sel1;
288: Fetch C_Sel1 Into p_rec.ext_file_id;
289: Close C_Sel1;
290: --
291: hr_utility.set_location(' Leaving:'||l_proc, 10);
292: End pre_insert;
293: --
294: -- ----------------------------------------------------------------------------
295: -- |-----------------------------< post_insert >------------------------------|

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

327: --
328: l_proc varchar2(72) := g_package||'post_insert';
329: --
330: Begin
331: hr_utility.set_location('Entering:'||l_proc, 5);
332: --
333: --
334: -- Start of API User Hook for post_insert.
335: --

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

396: --
397: -- End of API User Hook for post_insert.
398: --
399: --
400: hr_utility.set_location(' Leaving:'||l_proc, 10);
401: End post_insert;
402: --
403: -- ----------------------------------------------------------------------------
404: -- |---------------------------------< ins >----------------------------------|

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

410: --
411: l_proc varchar2(72) := g_package||'ins';
412: --
413: Begin
414: hr_utility.set_location('Entering:'||l_proc, 5);
415: --
416: -- Call the supporting insert validate operations
417: --
418: ben_xfi_bus.insert_validate(p_rec);

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

489: l_rec ben_xfi_shd.g_rec_type;
490: l_proc varchar2(72) := g_package||'ins';
491: --
492: Begin
493: hr_utility.set_location('Entering:'||l_proc, 5);
494: --
495: -- Call conversion function to turn arguments into the
496: -- p_rec structure.
497: --

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

555: --
556: p_ext_file_id := l_rec.ext_file_id;
557: p_object_version_number := l_rec.object_version_number;
558: --
559: hr_utility.set_location(' Leaving:'||l_proc, 10);
560: End ins;
561: --
562: end ben_xfi_ins;