DBA Data[Home] [Help]

APPS.PER_ECA_INS dependencies on PER_ECA_INS

Line 1: Package Body per_eca_ins as

1: Package Body per_eca_ins as
2: /* $Header: peecarhi.pkb 115.6 2002/12/05 10:25:53 pkakar noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 541: per_eca_ins.pre_insert(p_rec);

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

Line 545: per_eca_ins.insert_dml(p_rec);

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

Line 549: per_eca_ins.post_insert

545: per_eca_ins.insert_dml(p_rec);
546: --
547: -- Call the supporting post-insert operation
548: --
549: per_eca_ins.post_insert
550: (p_rec
551: );
552: --
553: -- If we are validating then raise the Validate_Enabled exception

Line 729: per_eca_ins.ins

725: --
726: -- Having converted the arguments into the per_eca_rec
727: -- plsql record structure we call the corresponding record business process.
728: --
729: per_eca_ins.ins
730: (l_rec
731: );
732: --
733: -- As the primary key argument(s)

Line 742: end per_eca_ins;

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