DBA Data[Home] [Help]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

429: l_rec ben_rvc_shd.g_rec_type;
430: l_proc varchar2(72) := g_package||'ins';
431: --
432: Begin
433: hr_utility.set_location('Entering:'||l_proc, 5);
434: --
435: -- Call conversion function to turn arguments into the
436: -- p_rec structure.
437: --

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

494: --
495: p_prtt_rt_val_ctfn_prvdd_id := l_rec.prtt_rt_val_ctfn_prvdd_id;
496: p_object_version_number := l_rec.object_version_number;
497: --
498: hr_utility.set_location(' Leaving:'||l_proc, 10);
499: End ins;
500: --
501: end ben_rvc_ins;