DBA Data[Home] [Help]

APPS.BEN_XEL_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_xel_shd.g_api_dml := true; -- Set the api dml status
116: --

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

234: );
235: --
236: ben_xel_shd.g_api_dml := false; -- Unset the api dml status
237: --
238: hr_utility.set_location(' Leaving:'||l_proc, 10);
239: Exception
240: When hr_api.check_integrity_violated Then
241: -- A check constraint has been violated
242: ben_xel_shd.g_api_dml := false; -- Unset the api dml status

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

300: --
301: Cursor C_Sel1 is select ben_ext_data_elmt_s.nextval from sys.dual;
302: --
303: Begin
304: hr_utility.set_location('Entering:'||l_proc, 5);
305: --
306: --
307: -- Select the next sequence number
308: --

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

309: Open C_Sel1;
310: Fetch C_Sel1 Into p_rec.ext_data_elmt_id;
311: Close C_Sel1;
312: --
313: hr_utility.set_location(' Leaving:'||l_proc, 10);
314: End pre_insert;
315: --
316: -- ----------------------------------------------------------------------------
317: -- |-----------------------------< post_insert >------------------------------|

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

350: --
351: l_proc varchar2(72) := g_package||'post_insert';
352: --
353: Begin
354: hr_utility.set_location('Entering:'||l_proc, 5);
355: --
356: --
357: -- Start of API User Hook for post_insert.
358: --

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

431: --
432: -- End of API User Hook for post_insert.
433: --
434: --
435: hr_utility.set_location(' Leaving:'||l_proc, 10);
436: End post_insert;
437: --
438: -- ----------------------------------------------------------------------------
439: -- |---------------------------------< ins >----------------------------------|

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

446: --
447: l_proc varchar2(72) := g_package||'ins';
448: --
449: Begin
450: hr_utility.set_location('Entering:'||l_proc, 5);
451: --
452: -- Call the supporting insert validate operations
453: --
454: ben_xel_bus.insert_validate(p_rec

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

540: l_rec ben_xel_shd.g_rec_type;
541: l_proc varchar2(72) := g_package||'ins';
542: --
543: Begin
544: hr_utility.set_location('Entering:'||l_proc, 5);
545: --
546: -- Call conversion function to turn arguments into the
547: -- p_rec structure.
548: --

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

618: --
619: p_ext_data_elmt_id := l_rec.ext_data_elmt_id;
620: p_object_version_number := l_rec.object_version_number;
621: --
622: hr_utility.set_location(' Leaving:'||l_proc, 10);
623: End ins;
624: --
625: end ben_xel_ins;