DBA Data[Home] [Help]

APPS.PER_CPO_UPD dependencies on PER_CPO_UPD

Line 1: Package Body per_cpo_upd as

1: Package Body per_cpo_upd as
2: /* $Header: pecporhi.pkb 115.0 2004/03/17 10:23 ynegoro noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 737: per_cpo_upd.pre_update(p_rec);

733: hr_multi_message.end_validation_set;
734: --
735: -- Call the supporting pre-update operation
736: --
737: per_cpo_upd.pre_update(p_rec);
738: --
739: -- Update the row.
740: --
741: per_cpo_upd.update_dml(p_rec);

Line 741: per_cpo_upd.update_dml(p_rec);

737: per_cpo_upd.pre_update(p_rec);
738: --
739: -- Update the row.
740: --
741: per_cpo_upd.update_dml(p_rec);
742: --
743: -- Call the supporting post-update operation
744: --
745: per_cpo_upd.post_update

Line 745: per_cpo_upd.post_update

741: per_cpo_upd.update_dml(p_rec);
742: --
743: -- Call the supporting post-update operation
744: --
745: per_cpo_upd.post_update
746: (p_effective_date
747: ,p_rec
748: );
749: --

Line 878: per_cpo_upd.upd

874: -- Having converted the arguments into the
875: -- plsql record structure we call the corresponding record
876: -- business process.
877: --
878: per_cpo_upd.upd
879: (p_effective_date
880: ,l_rec
881: );
882: p_object_version_number := l_rec.object_version_number;

Line 887: end per_cpo_upd;

883: --
884: hr_utility.set_location(' Leaving:'||l_proc, 10);
885: End upd;
886: --
887: end per_cpo_upd;