DBA Data[Home] [Help]

APPS.PER_PGH_INS dependencies on PER_PGH_INS

Line 1: Package Body per_pgh_ins as

1: Package Body per_pgh_ins as
2: /* $Header: pepghrhi.pkb 120.0 2005/05/31 14:05:56 appldev noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 520: per_pgh_ins.pre_insert(p_rec);

516: );
517: --
518: -- Call the supporting pre-insert operation
519: --
520: per_pgh_ins.pre_insert(p_rec);
521: --
522: -- Insert the row
523: --
524: per_pgh_ins.insert_dml(p_rec);

Line 524: per_pgh_ins.insert_dml(p_rec);

520: per_pgh_ins.pre_insert(p_rec);
521: --
522: -- Insert the row
523: --
524: per_pgh_ins.insert_dml(p_rec);
525: --
526: -- Call the supporting post-insert operation
527: --
528: per_pgh_ins.post_insert

Line 528: per_pgh_ins.post_insert

524: per_pgh_ins.insert_dml(p_rec);
525: --
526: -- Call the supporting post-insert operation
527: --
528: per_pgh_ins.post_insert
529: (p_effective_date
530: ,p_rec
531: );
532: --

Line 701: per_pgh_ins.ins

697: --
698: -- Having converted the arguments into the per_pgh_rec
699: -- plsql record structure we call the corresponding record business process.
700: --
701: per_pgh_ins.ins
702: (p_effective_date
703: ,l_rec
704: );
705: --

Line 715: end per_pgh_ins;

711: --
712: hr_utility.set_location(' Leaving:'||l_proc, 10);
713: End ins;
714: --
715: end per_pgh_ins;