DBA Data[Home] [Help]

APPS.PER_GRD_UPD dependencies on PER_GRD_UPD

Line 1: Package Body per_grd_upd as

1: Package Body per_grd_upd as
2: /* $Header: pegrdrhi.pkb 115.9 2003/08/25 11:48:08 ynegoro noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 782: per_grd_upd.pre_update(p_rec);

778: hr_multi_message.end_validation_set;
779: --
780: -- Call the supporting pre-update operation
781: --
782: per_grd_upd.pre_update(p_rec);
783: --
784: -- Update the row.
785: --
786: per_grd_upd.update_dml(p_rec);

Line 786: per_grd_upd.update_dml(p_rec);

782: per_grd_upd.pre_update(p_rec);
783: --
784: -- Update the row.
785: --
786: per_grd_upd.update_dml(p_rec);
787: --
788: -- Call the supporting post-update operation
789: --
790: per_grd_upd.post_update

Line 790: per_grd_upd.post_update

786: per_grd_upd.update_dml(p_rec);
787: --
788: -- Call the supporting post-update operation
789: --
790: per_grd_upd.post_update
791: (p_effective_date
792: ,p_rec
793: );
794: --

Line 933: per_grd_upd.upd

929: -- Having converted the arguments into the
930: -- plsql record structure we call the corresponding record
931: -- business process.
932: --
933: per_grd_upd.upd
934: (p_effective_date
935: ,l_rec
936: );
937: p_object_version_number := l_rec.object_version_number;

Line 942: end per_grd_upd;

938: --
939: hr_utility.set_location(' Leaving:'||l_proc, 10);
940: End upd;
941: --
942: end per_grd_upd;