DBA Data[Home] [Help]

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

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

140: );
141: --
142: ben_drr_shd.g_api_dml := false; -- Unset the api dml status
143: --
144: hr_utility.set_location(' Leaving:'||l_proc, 10);
145: Exception
146: When hr_api.check_integrity_violated Then
147: -- A check constraint has been violated
148: ben_drr_shd.g_api_dml := false; -- Unset the api dml status

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

206: --
207: Cursor C_Sel1 is select ben_dsgn_rqmt_rlshp_typ_s.nextval from sys.dual;
208: --
209: Begin
210: hr_utility.set_location('Entering:'||l_proc, 5);
211: --
212: --
213: -- Select the next sequence number
214: --

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

215: Open C_Sel1;
216: Fetch C_Sel1 Into p_rec.dsgn_rqmt_rlshp_typ_id;
217: Close C_Sel1;
218: --
219: hr_utility.set_location(' Leaving:'||l_proc, 10);
220: End pre_insert;
221: --
222: -- ----------------------------------------------------------------------------
223: -- |-----------------------------< post_insert >------------------------------|

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

256: --
257: l_proc varchar2(72) := g_package||'post_insert';
258: --
259: Begin
260: hr_utility.set_location('Entering:'||l_proc, 5);
261: --
262: --
263: -- Start of API User Hook for post_insert.
264: --

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

317: --
318: -- End of API User Hook for post_insert.
319: --
320: --
321: hr_utility.set_location(' Leaving:'||l_proc, 10);
322: End post_insert;
323: --
324: -- ----------------------------------------------------------------------------
325: -- |---------------------------------< ins >----------------------------------|

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

332: --
333: l_proc varchar2(72) := g_package||'ins';
334: --
335: Begin
336: hr_utility.set_location('Entering:'||l_proc, 5);
337: --
338: -- Call the supporting insert validate operations
339: --
340: ben_drr_bus.insert_validate(p_rec

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

401: l_rec ben_drr_shd.g_rec_type;
402: l_proc varchar2(72) := g_package||'ins';
403: --
404: Begin
405: hr_utility.set_location('Entering:'||l_proc, 5);
406: --
407: -- Call conversion function to turn arguments into the
408: -- p_rec structure.
409: --

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

459: --
460: p_dsgn_rqmt_rlshp_typ_id := l_rec.dsgn_rqmt_rlshp_typ_id;
461: p_object_version_number := l_rec.object_version_number;
462: --
463: hr_utility.set_location(' Leaving:'||l_proc, 10);
464: End ins;
465: --
466: end ben_drr_ins;