DBA Data[Home] [Help]

APPS.PER_PGV_UPD dependencies on PER_PGV_UPD

Line 1: Package Body per_pgv_upd as

1: Package Body per_pgv_upd as
2: /* $Header: pepgvrhi.pkb 115.11 2004/06/10 23:41:52 vissingh noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 955: per_pgv_upd.pre_update(p_rec);

951: );
952: --
953: -- Call the supporting pre-update operation
954: --
955: per_pgv_upd.pre_update(p_rec);
956: --
957: -- Update the row.
958: --
959: per_pgv_upd.update_dml(p_rec);

Line 959: per_pgv_upd.update_dml(p_rec);

955: per_pgv_upd.pre_update(p_rec);
956: --
957: -- Update the row.
958: --
959: per_pgv_upd.update_dml(p_rec);
960: --
961: -- Call the supporting post-update operation
962: --
963: per_pgv_upd.post_update

Line 963: per_pgv_upd.post_update

959: per_pgv_upd.update_dml(p_rec);
960: --
961: -- Call the supporting post-update operation
962: --
963: per_pgv_upd.post_update
964: (p_effective_date
965: , p_rec
966: );
967: End upd;

Line 1141: per_pgv_upd.upd

1137: -- Having converted the arguments into the
1138: -- plsql record structure we call the corresponding record
1139: -- business process.
1140: --
1141: per_pgv_upd.upd
1142: (p_effective_date
1143: ,l_rec
1144: );
1145: p_object_version_number := l_rec.object_version_number;

Line 1150: end per_pgv_upd;

1146: --
1147: hr_utility.set_location(' Leaving:'||l_proc, 10);
1148: End upd;
1149: --
1150: end per_pgv_upd;