DBA Data[Home] [Help]

APPS.PSP_POA_UPD dependencies on PSP_POA_UPD

Line 1: Package Body psp_poa_upd as

1: Package Body psp_poa_upd as
2: /* $Header: PSPOARHB.pls 120.5 2006/09/05 11:10:12 dpaudel noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 589: psp_poa_upd.pre_update(p_rec);

585: hr_multi_message.end_validation_set;
586: --
587: -- Call the supporting pre-update operation
588: --
589: psp_poa_upd.pre_update(p_rec);
590: --
591: -- Update the row.
592: --
593: psp_poa_upd.update_dml(p_rec);

Line 593: psp_poa_upd.update_dml(p_rec);

589: psp_poa_upd.pre_update(p_rec);
590: --
591: -- Update the row.
592: --
593: psp_poa_upd.update_dml(p_rec);
594: --
595: -- Call the supporting post-update operation
596: --
597: psp_poa_upd.post_update

Line 597: psp_poa_upd.post_update

593: psp_poa_upd.update_dml(p_rec);
594: --
595: -- Call the supporting post-update operation
596: --
597: psp_poa_upd.post_update
598: (p_rec
599: );
600: --
601: -- Call to raise any errors on multi-message list

Line 696: psp_poa_upd.upd

692: -- Having converted the arguments into the
693: -- plsql record structure we call the corresponding record
694: -- business process.
695: --
696: psp_poa_upd.upd
697: (l_rec
698: );
699: p_object_version_number := l_rec.object_version_number;
700: --

Line 704: end psp_poa_upd;

700: --
701: hr_utility.set_location(' Leaving:'||l_proc, 10);
702: End upd;
703: --
704: end psp_poa_upd;