DBA Data[Home] [Help]

APPS.PSP_PEE_UPD dependencies on PSP_PEE_UPD

Line 1: Package Body psp_pee_upd as

1: Package Body psp_pee_upd as
2: /* $Header: PSPEERHB.pls 120.3 2006/02/08 05:35 dpaudel noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 571: psp_pee_upd.pre_update(p_rec);

567: hr_multi_message.end_validation_set;
568: --
569: -- Call the supporting pre-update operation
570: --
571: psp_pee_upd.pre_update(p_rec);
572: --
573: -- Update the row.
574: --
575: psp_pee_upd.update_dml(p_rec);

Line 575: psp_pee_upd.update_dml(p_rec);

571: psp_pee_upd.pre_update(p_rec);
572: --
573: -- Update the row.
574: --
575: psp_pee_upd.update_dml(p_rec);
576: --
577: -- Call the supporting post-update operation
578: --
579: psp_pee_upd.post_update

Line 579: psp_pee_upd.post_update

575: psp_pee_upd.update_dml(p_rec);
576: --
577: -- Call the supporting post-update operation
578: --
579: psp_pee_upd.post_update
580: (p_rec
581: );
582: --
583: -- Call to raise any errors on multi-message list

Line 674: psp_pee_upd.upd

670: -- Having converted the arguments into the
671: -- plsql record structure we call the corresponding record
672: -- business process.
673: --
674: psp_pee_upd.upd
675: (l_rec
676: );
677: p_object_version_number := l_rec.object_version_number;
678: --

Line 682: end psp_pee_upd;

678: --
679: hr_utility.set_location(' Leaving:'||l_proc, 10);
680: End upd;
681: --
682: end psp_pee_upd;