DBA Data[Home] [Help]

APPS.PER_MEA_UPD dependencies on PER_MEA_UPD

Line 1: Package Body per_mea_upd as

1: Package Body per_mea_upd as
2: /* $Header: pemearhi.pkb 115.9 2002/12/06 12:20:50 pkakar noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 854: per_mea_upd.pre_update(p_rec);

850: hr_utility.set_location(l_proc, 30);
851: --
852: -- Call the supporting pre-update operation
853: --
854: per_mea_upd.pre_update(p_rec);
855: --
856: hr_utility.set_location(l_proc, 40);
857: --
858: -- Update the row.

Line 860: per_mea_upd.update_dml(p_rec);

856: hr_utility.set_location(l_proc, 40);
857: --
858: -- Update the row.
859: --
860: per_mea_upd.update_dml(p_rec);
861: --
862: hr_utility.set_location(l_proc, 50);
863: --
864: -- Call the supporting post-update operation

Line 866: per_mea_upd.post_update

862: hr_utility.set_location(l_proc, 50);
863: --
864: -- Call the supporting post-update operation
865: --
866: per_mea_upd.post_update
867: (p_effective_date
868: ,p_rec
869: );
870: --

Line 1046: per_mea_upd.upd

1042: -- Having converted the arguments into the
1043: -- plsql record structure we call the corresponding record
1044: -- business process.
1045: --
1046: per_mea_upd.upd
1047: (p_effective_date
1048: ,l_rec
1049: );
1050: p_object_version_number := l_rec.object_version_number;

Line 1055: end per_mea_upd;

1051: --
1052: hr_utility.set_location(' Leaving:'||l_proc, 10);
1053: End upd;
1054: --
1055: end per_mea_upd;