DBA Data[Home] [Help]

APPS.PER_ABB_UPD dependencies on PER_ABB_UPD

Line 1: Package Body per_abb_upd as

1: Package Body per_abb_upd as
2: /* $Header: peabbrhi.pkb 120.3 2006/03/03 06:26 bshukla noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 834: per_abb_upd.pre_update(p_rec);

830: hr_multi_message.end_validation_set;
831: --
832: -- Call the supporting pre-update operation
833: --
834: per_abb_upd.pre_update(p_rec);
835: --
836: -- Update the row.
837: --
838: per_abb_upd.update_dml(p_rec);

Line 838: per_abb_upd.update_dml(p_rec);

834: per_abb_upd.pre_update(p_rec);
835: --
836: -- Update the row.
837: --
838: per_abb_upd.update_dml(p_rec);
839: --
840: -- Call the supporting post-update operation
841: --
842: per_abb_upd.post_update

Line 842: per_abb_upd.post_update

838: per_abb_upd.update_dml(p_rec);
839: --
840: -- Call the supporting post-update operation
841: --
842: per_abb_upd.post_update
843: (p_rec
844: );
845: --
846: -- Call to raise any errors on multi-message list

Line 995: per_abb_upd.upd

991: -- Having converted the arguments into the
992: -- plsql record structure we call the corresponding record
993: -- business process.
994: --
995: per_abb_upd.upd
996: (l_rec
997: );
998: --
999: p_object_version_number := l_rec.object_version_number;

Line 1005: end per_abb_upd;

1001: --
1002: hr_utility.set_location(' Leaving:'||l_proc, 10);
1003: End upd;
1004: --
1005: end per_abb_upd;