DBA Data[Home] [Help]

APPS.BEN_WYP_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_wyp_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_wyp_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_wyp_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_wthn_yr_perd_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.wthn_yr_perd_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 268: hr_utility.set_location('Entering:'||l_proc, 5);

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

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

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

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

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

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

417: l_rec ben_wyp_shd.g_rec_type;
418: l_proc varchar2(72) := g_package||'ins';
419: --
420: Begin
421: hr_utility.set_location('Entering:'||l_proc, 5);
422: --
423: -- Call conversion function to turn arguments into the
424: -- p_rec structure.
425: --

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

479: --
480: p_wthn_yr_perd_id := l_rec.wthn_yr_perd_id;
481: p_object_version_number := l_rec.object_version_number;
482: --
483: hr_utility.set_location(' Leaving:'||l_proc, 10);
484: End ins;
485: --
486: end ben_wyp_ins;