DBA Data[Home] [Help]

APPS.HR_INT_UPD dependencies on HR_INT_UPD

Line 1: Package Body hr_int_upd as

1: Package Body hr_int_upd as
2: /* $Header: hrintrhi.pkb 115.0 2004/01/09 01:40 vkarandi noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 639: hr_int_upd.pre_update(p_rec);

635: hr_multi_message.end_validation_set;
636: --
637: -- Call the supporting pre-update operation
638: --
639: hr_int_upd.pre_update(p_rec);
640: --
641: -- Update the row.
642: --
643: hr_int_upd.update_dml(p_rec);

Line 643: hr_int_upd.update_dml(p_rec);

639: hr_int_upd.pre_update(p_rec);
640: --
641: -- Update the row.
642: --
643: hr_int_upd.update_dml(p_rec);
644: --
645: -- Call the supporting post-update operation
646: --
647: hr_int_upd.post_update

Line 647: hr_int_upd.post_update

643: hr_int_upd.update_dml(p_rec);
644: --
645: -- Call the supporting post-update operation
646: --
647: hr_int_upd.post_update
648: (p_rec
649: );
650: --
651: -- Call to raise any errors on multi-message list

Line 757: hr_int_upd.upd

753: -- Having converted the arguments into the
754: -- plsql record structure we call the corresponding record
755: -- business process.
756: --
757: hr_int_upd.upd
758: (l_rec
759: );
760: p_object_version_number := l_rec.object_version_number;
761: --

Line 765: end hr_int_upd;

761: --
762: hr_utility.set_location(' Leaving:'||l_proc, 10);
763: End upd;
764: --
765: end hr_int_upd;