DBA Data[Home] [Help]

APPS.PER_ABC_UPD dependencies on PER_ABC_UPD

Line 1: Package Body per_abc_upd as

1: Package Body per_abc_upd as
2: /* $Header: peabcrhi.pkb 120.1 2005/09/28 05:04 snukala noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 913: per_abc_upd.pre_update(p_rec);

909: hr_multi_message.end_validation_set;
910: --
911: -- Call the supporting pre-update operation
912: --
913: per_abc_upd.pre_update(p_rec);
914: --
915: -- Update the row.
916: --
917: per_abc_upd.update_dml(p_rec);

Line 917: per_abc_upd.update_dml(p_rec);

913: per_abc_upd.pre_update(p_rec);
914: --
915: -- Update the row.
916: --
917: per_abc_upd.update_dml(p_rec);
918: --
919: -- Call the supporting post-update operation
920: --
921: per_abc_upd.post_update

Line 921: per_abc_upd.post_update

917: per_abc_upd.update_dml(p_rec);
918: --
919: -- Call the supporting post-update operation
920: --
921: per_abc_upd.post_update
922: (p_rec
923: );
924: --
925: -- Call to raise any errors on multi-message list

Line 1092: per_abc_upd.upd

1088: -- Having converted the arguments into the
1089: -- plsql record structure we call the corresponding record
1090: -- business process.
1091: --
1092: per_abc_upd.upd
1093: (l_rec
1094: );
1095: p_object_version_number := l_rec.object_version_number;
1096: --

Line 1100: end per_abc_upd;

1096: --
1097: hr_utility.set_location(' Leaving:'||l_proc, 10);
1098: End upd;
1099: --
1100: end per_abc_upd;