DBA Data[Home] [Help]

APPS.BEN_BNG_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_bng_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_bng_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_bng_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_benfts_grp_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.benfts_grp_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 259: hr_utility.set_location('Entering:'||l_proc, 5);

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

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

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

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

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

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

395: l_rec ben_bng_shd.g_rec_type;
396: l_proc varchar2(72) := g_package||'ins';
397: --
398: Begin
399: hr_utility.set_location('Entering:'||l_proc, 5);
400: --
401: -- Call conversion function to turn arguments into the
402: -- p_rec structure.
403: --

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

452: --
453: p_benfts_grp_id := l_rec.benfts_grp_id;
454: p_object_version_number := l_rec.object_version_number;
455: --
456: hr_utility.set_location(' Leaving:'||l_proc, 10);
457: End ins;
458: --
459: end ben_bng_ins;