DBA Data[Home] [Help]

APPS.BEN_DSQ_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_dsq_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_dsq_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_dsq_shd.g_api_dml := false; -- Unset the api dml status

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

209: select ben_ded_sched_py_freq_s.nextval
210: from sys.dual;
211: --
212: Begin
213: hr_utility.set_location('Entering:'||l_proc, 5);
214: --
215: open c1;
216: fetch c1 into p_rec.ded_sched_py_freq_id;
217: close c1;

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

215: open c1;
216: fetch c1 into p_rec.ded_sched_py_freq_id;
217: close c1;
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 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 337: hr_utility.set_location('Entering:'||l_proc, 5);

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

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

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

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

462: --
463: p_ded_sched_py_freq_id := l_rec.ded_sched_py_freq_id;
464: p_object_version_number := l_rec.object_version_number;
465: --
466: hr_utility.set_location(' Leaving:'||l_proc, 10);
467: End ins;
468: --
469: end ben_dsq_ins;