DBA Data[Home] [Help]

APPS.PER_PMA_UPD dependencies on PER_PMA_UPD

Line 1: Package Body per_pma_upd as

1: Package Body per_pma_upd as
2: /* $Header: pepmarhi.pkb 120.4.12010000.2 2008/08/06 09:29:11 ubhat ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 691: per_pma_upd.pre_update(p_rec);

687: hr_multi_message.end_validation_set;
688: --
689: -- Call the supporting pre-update operation
690: --
691: per_pma_upd.pre_update(p_rec);
692: --
693: -- Update the row.
694: --
695: per_pma_upd.update_dml(p_rec);

Line 695: per_pma_upd.update_dml(p_rec);

691: per_pma_upd.pre_update(p_rec);
692: --
693: -- Update the row.
694: --
695: per_pma_upd.update_dml(p_rec);
696: --
697: -- Call the supporting post-update operation
698: --
699: per_pma_upd.post_update

Line 699: per_pma_upd.post_update

695: per_pma_upd.update_dml(p_rec);
696: --
697: -- Call the supporting post-update operation
698: --
699: per_pma_upd.post_update
700: (p_effective_date
701: ,p_rec
702: );
703: --

Line 820: per_pma_upd.upd

816: -- Having converted the arguments into the
817: -- plsql record structure we call the corresponding record
818: -- business process.
819: --
820: per_pma_upd.upd
821: (p_effective_date
822: ,l_rec
823: );
824: p_object_version_number := l_rec.object_version_number;

Line 829: end per_pma_upd;

825: --
826: hr_utility.set_location(' Leaving:'||l_proc, 10);
827: End upd;
828: --
829: end per_pma_upd;