DBA Data[Home] [Help]

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

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

182: );
183: --
184: ben_pil_shd.g_api_dml := false; -- Unset the api dml status
185: --
186: hr_utility.set_location(' Leaving:'||l_proc, 10);
187: Exception
188: When hr_api.check_integrity_violated Then
189: -- A check constraint has been violated
190: ben_pil_shd.g_api_dml := false; -- Unset the api dml status

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

248: --
249: Cursor C_Sel1 is select ben_per_in_ler_s.nextval from sys.dual;
250: --
251: Begin
252: hr_utility.set_location('Entering:'||l_proc, 5);
253: --
254: --
255: -- Select the next sequence number
256: --

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

257: Open C_Sel1;
258: Fetch C_Sel1 Into p_rec.per_in_ler_id;
259: Close C_Sel1;
260: --
261: hr_utility.set_location(' Leaving:'||l_proc, 10);
262: End pre_insert;
263: --
264: -- ----------------------------------------------------------------------------
265: -- |-----------------------------< post_insert >------------------------------|

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

298: --
299: l_proc varchar2(72) := g_package||'post_insert';
300: --
301: Begin
302: hr_utility.set_location('Entering:'||l_proc, 5);
303: --
304: --
305: -- Start of API User Hook for post_insert.
306: --

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

380: --
381: -- End of API User Hook for post_insert.
382: --
383: --
384: hr_utility.set_location(' Leaving:'||l_proc, 10);
385: End post_insert;
386: --
387: -- ----------------------------------------------------------------------------
388: -- |---------------------------------< ins >----------------------------------|

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

395: --
396: l_proc varchar2(72) := g_package||'ins';
397: --
398: Begin
399: hr_utility.set_location('Entering:'||l_proc, 5);
400: --
401: -- Call the supporting insert validate operations
402: --
403: ben_pil_bus.insert_validate(p_rec

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

485: l_rec ben_pil_shd.g_rec_type;
486: l_proc varchar2(72) := g_package||'ins';
487: --
488: Begin
489: hr_utility.set_location('Entering:'||l_proc, 5);
490: --
491: -- Call conversion function to turn arguments into the
492: -- p_rec structure.
493: --

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

564: --
565: p_per_in_ler_id := l_rec.per_in_ler_id;
566: p_object_version_number := l_rec.object_version_number;
567: --
568: hr_utility.set_location(' Leaving:'||l_proc, 10);
569: End ins;
570: --
571: end ben_pil_ins;