DBA Data[Home] [Help]

APPS.PSP_ERA_UPD dependencies on PSP_ERA_UPD

Line 1: Package Body psp_era_upd as

1: Package Body psp_era_upd as
2: /* $Header: PSPEARHB.pls 120.2 2006/03/26 01:08 dpaudel noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 751: psp_era_upd.pre_update(p_rec);

747: hr_multi_message.end_validation_set;
748: --
749: -- Call the supporting pre-update operation
750: --
751: psp_era_upd.pre_update(p_rec);
752: --
753: -- Update the row.
754: --
755: psp_era_upd.update_dml(p_rec);

Line 755: psp_era_upd.update_dml(p_rec);

751: psp_era_upd.pre_update(p_rec);
752: --
753: -- Update the row.
754: --
755: psp_era_upd.update_dml(p_rec);
756: --
757: -- Call the supporting post-update operation
758: --
759: psp_era_upd.post_update

Line 759: psp_era_upd.post_update

755: psp_era_upd.update_dml(p_rec);
756: --
757: -- Call the supporting post-update operation
758: --
759: psp_era_upd.post_update
760: (p_rec
761: );
762: --
763: -- Call to raise any errors on multi-message list

Line 894: psp_era_upd.upd

890: -- Having converted the arguments into the
891: -- plsql record structure we call the corresponding record
892: -- business process.
893: --
894: psp_era_upd.upd
895: (l_rec
896: );
897: p_object_version_number := l_rec.object_version_number;
898: --

Line 902: end psp_era_upd;

898: --
899: hr_utility.set_location(' Leaving:'||l_proc, 10);
900: End upd;
901: --
902: end psp_era_upd;