DBA Data[Home] [Help]

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

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

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

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

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

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

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

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

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

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

318: --
319: -- End of API User Hook for post_insert.
320: --
321: --
322: hr_utility.set_location(' Leaving:'||l_proc, 10);
323: End post_insert;
324: --
325: -- ----------------------------------------------------------------------------
326: -- |---------------------------------< 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_pcg_bus.insert_validate(p_rec);

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

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

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

457: --
458: p_prtt_clm_gd_or_svc_typ_id := l_rec.prtt_clm_gd_or_svc_typ_id;
459: p_object_version_number := l_rec.object_version_number;
460: --
461: hr_utility.set_location(' Leaving:'||l_proc, 10);
462: End ins;
463: --
464: end ben_pcg_ins;