DBA Data[Home] [Help]

APPS.PQH_LOS_UPD dependencies on PQH_LOS_UPD

Line 1: Package Body pqh_los_upd as

1: Package Body pqh_los_upd as
2: /* $Header: pqlosrhi.pkb 120.0 2005/05/29 02:11:26 appldev noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 953: pqh_los_upd.pre_update(p_rec);

949: hr_multi_message.end_validation_set;
950: --
951: -- Call the supporting pre-update operation
952: --
953: pqh_los_upd.pre_update(p_rec);
954: --
955: -- Update the row.
956: --
957: pqh_los_upd.update_dml(p_rec);

Line 957: pqh_los_upd.update_dml(p_rec);

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

Line 961: pqh_los_upd.post_update

957: pqh_los_upd.update_dml(p_rec);
958: --
959: -- Call the supporting post-update operation
960: --
961: pqh_los_upd.post_update
962: (p_effective_date
963: ,p_rec
964: );
965: --

Line 1142: pqh_los_upd.upd

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

Line 1151: end pqh_los_upd;

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