DBA Data[Home] [Help]

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

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

177: and t.language = l.language_code);
178: --
179: ben_eat_shd.g_api_dml := false; -- Unset the api dml status
180: --
181: hr_utility.set_location(' Leaving:'||l_proc, 10);
182: Exception
183: When hr_api.check_integrity_violated Then
184: -- A check constraint has been violated
185: ben_eat_shd.g_api_dml := false; -- Unset the api dml status

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

245: --
246: --
247: --
248: Begin
249: hr_utility.set_location('Entering:'||l_proc, 5);
250: --
251: open c1;
252: fetch c1 into p_rec.actn_typ_id;
253: close c1;

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

252: fetch c1 into p_rec.actn_typ_id;
253: close c1;
254: --
255: --
256: hr_utility.set_location(' Leaving:'||l_proc, 10);
257: End pre_insert;
258: --
259: -- ----------------------------------------------------------------------------
260: -- |-----------------------------< post_insert >------------------------------|

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

293: --
294: l_proc varchar2(72) := g_package||'post_insert';
295: --
296: Begin
297: hr_utility.set_location('Entering:'||l_proc, 5);
298: --
299: --
300: -- Start of API User Hook for post_insert.
301: --

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

355: --
356: -- End of API User Hook for post_insert.
357: --
358: --
359: hr_utility.set_location(' Leaving:'||l_proc, 10);
360: End post_insert;
361: --
362: -- ----------------------------------------------------------------------------
363: -- |---------------------------------< ins >----------------------------------|

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

370: --
371: l_proc varchar2(72) := g_package||'ins';
372: --
373: Begin
374: hr_utility.set_location('Entering:'||l_proc, 5);
375: --
376: -- Call the supporting insert validate operations
377: --
378: ben_eat_bus.insert_validate(p_rec

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

440: l_rec ben_eat_shd.g_rec_type;
441: l_proc varchar2(72) := g_package||'ins';
442: --
443: Begin
444: hr_utility.set_location('Entering:'||l_proc, 5);
445: --
446: -- Call conversion function to turn arguments into the
447: -- p_rec structure.
448: --

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

499: --
500: p_actn_typ_id := l_rec.actn_typ_id;
501: p_object_version_number := l_rec.object_version_number;
502: --
503: hr_utility.set_location(' Leaving:'||l_proc, 10);
504: End ins;
505: --
506: end ben_eat_ins;