DBA Data[Home] [Help]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

457: l_rec ben_hwf_shd.g_rec_type;
458: l_proc varchar2(72) := g_package||'ins';
459: --
460: Begin
461: hr_utility.set_location('Entering:'||l_proc, 5);
462: --
463: -- Call conversion function to turn arguments into the
464: -- p_rec structure.
465: --

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

529: --
530: p_hrs_wkd_in_perd_fctr_id := l_rec.hrs_wkd_in_perd_fctr_id;
531: p_object_version_number := l_rec.object_version_number;
532: --
533: hr_utility.set_location(' Leaving:'||l_proc, 10);
534: End ins;
535: --
536: end ben_hwf_ins;