DBA Data[Home] [Help]

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

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

246: );
247: --
248: ben_xdf_shd.g_api_dml := false; -- Unset the api dml status
249: --
250: hr_utility.set_location(' Leaving:'||l_proc, 10);
251: Exception
252: When hr_api.check_integrity_violated Then
253: -- A check constraint has been violated
254: ben_xdf_shd.g_api_dml := false; -- Unset the api dml status

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

312: --
313: Cursor C_Sel1 is select ben_ext_dfn_s.nextval from sys.dual;
314: --
315: Begin
316: hr_utility.set_location('Entering:'||l_proc, 5);
317: --
318: --
319: -- Select the next sequence number
320: --

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

321: Open C_Sel1;
322: Fetch C_Sel1 Into p_rec.ext_dfn_id;
323: Close C_Sel1;
324: --
325: hr_utility.set_location(' Leaving:'||l_proc, 10);
326: End pre_insert;
327: --
328: -- ----------------------------------------------------------------------------
329: -- |-----------------------------< post_insert >------------------------------|

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

362: --
363: l_proc varchar2(72) := g_package||'post_insert';
364: --
365: Begin
366: hr_utility.set_location('Entering:'||l_proc, 5);
367: --
368: --
369: -- insert ownerships if applicable
370: --

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

449: --
450: -- End of API User Hook for post_insert.
451: --
452: --
453: hr_utility.set_location(' Leaving:'||l_proc, 10);
454: End post_insert;
455: --
456: -- ----------------------------------------------------------------------------
457: -- |---------------------------------< ins >----------------------------------|

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

464: --
465: l_proc varchar2(72) := g_package||'ins';
466: --
467: Begin
468: hr_utility.set_location('Entering:'||l_proc, 5);
469: --
470: -- Call the supporting insert validate operations
471: --
472: ben_xdf_bus.insert_validate(p_rec

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

564: l_rec ben_xdf_shd.g_rec_type;
565: l_proc varchar2(72) := g_package||'ins';
566: --
567: Begin
568: hr_utility.set_location('Entering:'||l_proc, 5);
569: --
570: -- Call conversion function to turn arguments into the
571: -- p_rec structure.
572: --

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

648: --
649: p_ext_dfn_id := l_rec.ext_dfn_id;
650: p_object_version_number := l_rec.object_version_number;
651: --
652: hr_utility.set_location(' Leaving:'||l_proc, 10);
653: End ins;
654: --
655: end ben_xdf_ins;