DBA Data[Home] [Help]

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

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

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

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

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

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

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

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

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

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

326: --
327: -- End of API User Hook for post_insert.
328: --
329: --
330: hr_utility.set_location(' Leaving:'||l_proc, 10);
331: End post_insert;
332: --
333: -- ----------------------------------------------------------------------------
334: -- |---------------------------------< 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_crp_bus.insert_validate(p_rec

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

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

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

474: --
475: p_cbr_per_in_ler_id := l_rec.cbr_per_in_ler_id;
476: p_object_version_number := l_rec.object_version_number;
477: --
478: hr_utility.set_location(' Leaving:'||l_proc, 10);
479: End ins;
480: --
481: end ben_crp_ins;