DBA Data[Home] [Help]

APPS.PER_ROL_INS dependencies on PER_ROL_INS

Line 1: Package Body per_rol_ins as

1: Package Body per_rol_ins as
2: /* $Header: perolrhi.pkb 120.0 2005/05/31 18:34:51 appldev noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

Line 8: g_package varchar2(33) := ' per_rol_ins.'; -- Global package name

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' per_rol_ins.'; -- Global package name
9: --
10: -- ----------------------------------------------------------------------------
11: -- |------------------------------< insert_dml >------------------------------|
12: -- ----------------------------------------------------------------------------

Line 451: per_rol_ins.pre_insert(p_rec);

447: );
448: --
449: -- Call the supporting pre-insert operation
450: --
451: per_rol_ins.pre_insert(p_rec);
452: --
453: -- Insert the row
454: --
455: per_rol_ins.insert_dml(p_rec);

Line 455: per_rol_ins.insert_dml(p_rec);

451: per_rol_ins.pre_insert(p_rec);
452: --
453: -- Insert the row
454: --
455: per_rol_ins.insert_dml(p_rec);
456: --
457: -- Call the supporting post-insert operation
458: --
459: per_rol_ins.post_insert

Line 459: per_rol_ins.post_insert

455: per_rol_ins.insert_dml(p_rec);
456: --
457: -- Call the supporting post-insert operation
458: --
459: per_rol_ins.post_insert
460: (p_effective_date
461: ,p_rec
462: );
463: --

Line 599: per_rol_ins.ins

595: --
596: -- Having converted the arguments into the per_rol_rec
597: -- plsql record structure we call the corresponding record business process.
598: --
599: per_rol_ins.ins
600: (p_effective_date
601: ,l_rec
602: );
603: --

Line 613: end per_rol_ins;

609: --
610: hr_utility.set_location(' Leaving:'||l_proc, 10);
611: End ins;
612: --
613: end per_rol_ins;