DBA Data[Home] [Help]

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

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

166: );
167: --
168: ben_lsf_shd.g_api_dml := false; -- Unset the api dml status
169: --
170: hr_utility.set_location(' Leaving:'||l_proc, 10);
171: Exception
172: When hr_api.check_integrity_violated Then
173: -- A check constraint has been violated
174: ben_lsf_shd.g_api_dml := false; -- Unset the api dml status

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

232: --
233: Cursor C_Sel1 is select ben_los_fctr_s.nextval from sys.dual;
234: --
235: Begin
236: hr_utility.set_location('Entering:'||l_proc, 5);
237: --
238: --
239: -- Select the next sequence number
240: --

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

241: Open C_Sel1;
242: Fetch C_Sel1 Into p_rec.los_fctr_id;
243: Close C_Sel1;
244: --
245: hr_utility.set_location(' Leaving:'||l_proc, 10);
246: End pre_insert;
247: --
248: -- ----------------------------------------------------------------------------
249: -- |-----------------------------< post_insert >------------------------------|

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

282: --
283: l_proc varchar2(72) := g_package||'post_insert';
284: --
285: Begin
286: hr_utility.set_location('Entering:'||l_proc, 5);
287: --
288: --
289: -- Start of API User Hook for post_insert.
290: --

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

356: --
357: -- End of API User Hook for post_insert.
358: --
359: --
360: hr_utility.set_location(' Leaving:'||l_proc, 10);
361: End post_insert;
362: --
363: -- ----------------------------------------------------------------------------
364: -- |---------------------------------< ins >----------------------------------|

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

371: --
372: l_proc varchar2(72) := g_package||'ins';
373: --
374: Begin
375: hr_utility.set_location('Entering:'||l_proc, 5);
376: --
377: -- Call the supporting insert validate operations
378: --
379: ben_lsf_bus.insert_validate(p_rec

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

453: l_rec ben_lsf_shd.g_rec_type;
454: l_proc varchar2(72) := g_package||'ins';
455: --
456: Begin
457: hr_utility.set_location('Entering:'||l_proc, 5);
458: --
459: -- Call conversion function to turn arguments into the
460: -- p_rec structure.
461: --

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

524: --
525: p_los_fctr_id := l_rec.los_fctr_id;
526: p_object_version_number := l_rec.object_version_number;
527: --
528: hr_utility.set_location(' Leaving:'||l_proc, 10);
529: End ins;
530: --
531: end ben_lsf_ins;