DBA Data[Home] [Help]

APPS.PER_PSP_UPD dependencies on PER_PSP_UPD

Line 1: Package Body per_psp_upd as

1: Package Body per_psp_upd as
2: /* $Header: pepsprhi.pkb 115.5 2003/11/17 13:06:07 tpapired noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 657: per_psp_upd.pre_update(p_rec);

653: hr_multi_message.end_validation_set;
654: --
655: -- Call the supporting pre-update operation
656: --
657: per_psp_upd.pre_update(p_rec);
658: --
659: -- Update the row.
660: --
661: per_psp_upd.update_dml(p_rec);

Line 661: per_psp_upd.update_dml(p_rec);

657: per_psp_upd.pre_update(p_rec);
658: --
659: -- Update the row.
660: --
661: per_psp_upd.update_dml(p_rec);
662: --
663: -- Call the supporting post-update operation
664: --
665: per_psp_upd.post_update

Line 665: per_psp_upd.post_update

661: per_psp_upd.update_dml(p_rec);
662: --
663: -- Call the supporting post-update operation
664: --
665: per_psp_upd.post_update
666: (p_effective_date
667: ,p_rec
668: );
669: --

Line 780: per_psp_upd.upd

776: -- Having converted the arguments into the
777: -- plsql record structure we call the corresponding record
778: -- business process.
779: --
780: per_psp_upd.upd
781: (p_effective_date
782: ,l_rec
783: );
784: p_object_version_number := l_rec.object_version_number;

Line 789: end per_psp_upd;

785: --
786: hr_utility.set_location(' Leaving:'||l_proc, 10);
787: End upd;
788: --
789: end per_psp_upd;