DBA Data[Home] [Help]

APPS.BEN_XRC_INS dependencies on HR_UTILITY

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

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

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

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

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

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

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

286: Open C_Sel1;
287: Fetch C_Sel1 Into p_rec.ext_rcd_id;
288: Close C_Sel1;
289: --
290: hr_utility.set_location(' Leaving:'||l_proc, 10);
291: End pre_insert;
292: --
293: -- ----------------------------------------------------------------------------
294: -- |-----------------------------< 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: -- insert ownerships if applicable
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 415: hr_utility.set_location('Entering:'||l_proc, 5);

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

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

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

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

558: --
559: p_ext_rcd_id := l_rec.ext_rcd_id;
560: p_object_version_number := l_rec.object_version_number;
561: --
562: hr_utility.set_location(' Leaving:'||l_proc, 10);
563: End ins;
564: --
565: end ben_xrc_ins;