DBA Data[Home] [Help]

APPS.PER_PGN_INS dependencies on PER_PGN_INS

Line 1: Package Body per_pgn_ins as

1: Package Body per_pgn_ins as
2: /* $Header: pepgnrhi.pkb 120.0 2005/05/31 14:09:44 appldev noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 540: per_pgn_ins.pre_insert(p_rec);

536: );
537: --
538: -- Call the supporting pre-insert operation
539: --
540: per_pgn_ins.pre_insert(p_rec);
541: --
542: -- Insert the row
543: --
544: per_pgn_ins.insert_dml(p_rec);

Line 544: per_pgn_ins.insert_dml(p_rec);

540: per_pgn_ins.pre_insert(p_rec);
541: --
542: -- Insert the row
543: --
544: per_pgn_ins.insert_dml(p_rec);
545: --
546: -- Call the supporting post-insert operation
547: --
548: per_pgn_ins.post_insert

Line 548: per_pgn_ins.post_insert

544: per_pgn_ins.insert_dml(p_rec);
545: --
546: -- Call the supporting post-insert operation
547: --
548: per_pgn_ins.post_insert
549: (p_effective_date
550: ,p_rec
551: );
552: --

Line 729: per_pgn_ins.ins

725: --
726: -- Having converted the arguments into the per_pgn_rec
727: -- plsql record structure we call the corresponding record business process.
728: --
729: per_pgn_ins.ins
730: (p_effective_date
731: ,l_rec
732: );
733: --

Line 743: end per_pgn_ins;

739: --
740: hr_utility.set_location(' Leaving:'||l_proc, 10);
741: End ins;
742: --
743: end per_pgn_ins;