DBA Data[Home] [Help]

APPS.PER_ECO_UPD dependencies on PER_ECO_UPD

Line 1: Package Body per_eco_upd as

1: Package Body per_eco_upd as
2: /* $Header: peecorhi.pkb 115.7 2002/12/05 10:37:50 pkakar noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 630: per_eco_upd.pre_update(p_rec);

626: );
627: --
628: -- Call the supporting pre-update operation
629: --
630: per_eco_upd.pre_update(p_rec);
631: --
632: -- Update the row.
633: --
634: per_eco_upd.update_dml(p_rec);

Line 634: per_eco_upd.update_dml(p_rec);

630: per_eco_upd.pre_update(p_rec);
631: --
632: -- Update the row.
633: --
634: per_eco_upd.update_dml(p_rec);
635: --
636: -- Call the supporting post-update operation
637: --
638: per_eco_upd.post_update

Line 638: per_eco_upd.post_update

634: per_eco_upd.update_dml(p_rec);
635: --
636: -- Call the supporting post-update operation
637: --
638: per_eco_upd.post_update
639: (p_effective_date
640: ,p_rec
641: );
642: --

Line 757: per_eco_upd.upd

753: -- Having converted the arguments into the
754: -- plsql record structure we call the corresponding record
755: -- business process.
756: --
757: per_eco_upd.upd
758: (p_effective_date
759: ,p_validate
760: ,l_rec
761: );

Line 767: end per_eco_upd;

763: --
764: hr_utility.set_location(' Leaving:'||l_proc, 10);
765: End upd;
766: --
767: end per_eco_upd;