DBA Data[Home] [Help]

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

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

148: );
149: --
150: ben_cla_shd.g_api_dml := false; -- Unset the api dml status
151: --
152: hr_utility.set_location(' Leaving:'||l_proc, 10);
153: Exception
154: When hr_api.check_integrity_violated Then
155: -- A check constraint has been violated
156: ben_cla_shd.g_api_dml := false; -- Unset the api dml status

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

214: --
215: Cursor C_Sel1 is select ben_cmbn_age_los_fctr_s.nextval from sys.dual;
216: --
217: Begin
218: hr_utility.set_location('Entering:'||l_proc, 5);
219: --
220: --
221: -- Select the next sequence number
222: --

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

223: Open C_Sel1;
224: Fetch C_Sel1 Into p_rec.cmbn_age_los_fctr_id;
225: Close C_Sel1;
226: --
227: hr_utility.set_location(' Leaving:'||l_proc, 10);
228: End pre_insert;
229: --
230: -- ----------------------------------------------------------------------------
231: -- |-----------------------------< post_insert >------------------------------|

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

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

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

327: --
328: -- End of API User Hook for post_insert.
329: --
330: --
331: hr_utility.set_location(' Leaving:'||l_proc, 10);
332: End post_insert;
333: --
334: -- ----------------------------------------------------------------------------
335: -- |---------------------------------< ins >----------------------------------|

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

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

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

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

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

472: --
473: p_cmbn_age_los_fctr_id := l_rec.cmbn_age_los_fctr_id;
474: p_object_version_number := l_rec.object_version_number;
475: --
476: hr_utility.set_location(' Leaving:'||l_proc, 10);
477: End ins;
478: --
479: end ben_cla_ins;