DBA Data[Home] [Help]

APPS.BEN_PSQ_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_psq_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_psq_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_psq_shd.g_api_dml := false; -- Unset the api dml status

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

211: from sys.dual;
212: --
213: --
214: Begin
215: hr_utility.set_location('Entering:'||l_proc, 5);
216: --
217: --
218: open c1;
219: --

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

220: fetch c1 into p_rec.PYMT_SCHED_PY_FREQ_id;
221: --
222: close c1;
223: --
224: hr_utility.set_location(' Leaving:'||l_proc, 10);
225: End pre_insert;
226: --
227: -- ----------------------------------------------------------------------------
228: -- |-----------------------------< post_insert >------------------------------|

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

261: --
262: l_proc varchar2(72) := g_package||'post_insert';
263: --
264: Begin
265: hr_utility.set_location('Entering:'||l_proc, 5);
266: --
267: --
268: -- Start of API User Hook for post_insert.
269: --

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

323: --
324: -- End of API User Hook for post_insert.
325: --
326: --
327: hr_utility.set_location(' Leaving:'||l_proc, 10);
328: End post_insert;
329: --
330: -- ----------------------------------------------------------------------------
331: -- |---------------------------------< ins >----------------------------------|

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

338: --
339: l_proc varchar2(72) := g_package||'ins';
340: --
341: Begin
342: hr_utility.set_location('Entering:'||l_proc, 5);
343: --
344: -- Call the supporting insert validate operations
345: --
346: ben_psq_bus.insert_validate(p_rec

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

408: l_rec ben_psq_shd.g_rec_type;
409: l_proc varchar2(72) := g_package||'ins';
410: --
411: Begin
412: hr_utility.set_location('Entering:'||l_proc, 5);
413: --
414: -- Call conversion function to turn arguments into the
415: -- p_rec structure.
416: --

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

467: --
468: p_pymt_sched_py_freq_id := l_rec.pymt_sched_py_freq_id;
469: p_object_version_number := l_rec.object_version_number;
470: --
471: hr_utility.set_location(' Leaving:'||l_proc, 10);
472: End ins;
473: --
474: end ben_psq_ins;