DBA Data[Home] [Help]

APPS.PQH_CEI_UPD dependencies on PQH_CEI_UPD

Line 1: Package Body pqh_cei_upd as

1: Package Body pqh_cei_upd as
2: /* $Header: pqceirhi.pkb 115.6 2002/12/05 19:31:08 rpasapul noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 881: pqh_cei_upd.pre_update(p_rec);

877: hr_multi_message.end_validation_set;
878: --
879: -- Call the supporting pre-update operation
880: --
881: pqh_cei_upd.pre_update(p_rec);
882: --
883: -- Update the row.
884: --
885: pqh_cei_upd.update_dml(p_rec);

Line 885: pqh_cei_upd.update_dml(p_rec);

881: pqh_cei_upd.pre_update(p_rec);
882: --
883: -- Update the row.
884: --
885: pqh_cei_upd.update_dml(p_rec);
886: --
887: -- Call the supporting post-update operation
888: --
889: pqh_cei_upd.post_update

Line 889: pqh_cei_upd.post_update

885: pqh_cei_upd.update_dml(p_rec);
886: --
887: -- Call the supporting post-update operation
888: --
889: pqh_cei_upd.post_update
890: (p_effective_date
891: ,p_rec
892: );
893: --

Line 1054: pqh_cei_upd.upd

1050: -- Having converted the arguments into the
1051: -- plsql record structure we call the corresponding record
1052: -- business process.
1053: --
1054: pqh_cei_upd.upd
1055: (p_effective_date
1056: ,l_rec
1057: );
1058: p_object_version_number := l_rec.object_version_number;

Line 1063: end pqh_cei_upd;

1059: --
1060: hr_utility.set_location(' Leaving:'||l_proc, 10);
1061: End upd;
1062: --
1063: end pqh_cei_upd;