DBA Data[Home] [Help]

APPS.PER_PSH_UPD dependencies on PER_PSH_UPD

Line 1: Package Body per_psh_upd as

1: Package Body per_psh_upd as
2: /* $Header: pepshrhi.pkb 120.2 2006/05/08 19:35 tpapired noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 598: per_psh_upd.pre_update(p_rec);

594: hr_multi_message.end_validation_set;
595: --
596: -- Call the supporting pre-update operation
597: --
598: per_psh_upd.pre_update(p_rec);
599: --
600: -- Update the row.
601: --
602: per_psh_upd.update_dml(p_rec);

Line 602: per_psh_upd.update_dml(p_rec);

598: per_psh_upd.pre_update(p_rec);
599: --
600: -- Update the row.
601: --
602: per_psh_upd.update_dml(p_rec);
603: --
604: -- Call the supporting post-update operation
605: --
606: per_psh_upd.post_update

Line 606: per_psh_upd.post_update

602: per_psh_upd.update_dml(p_rec);
603: --
604: -- Call the supporting post-update operation
605: --
606: per_psh_upd.post_update
607: (p_rec
608: );
609: --
610: -- Call to raise any errors on multi-message list

Line 707: per_psh_upd.upd

703: -- Having converted the arguments into the
704: -- plsql record structure we call the corresponding record
705: -- business process.
706: --
707: per_psh_upd.upd
708: (l_rec
709: );
710: p_object_version_number := l_rec.object_version_number;
711: --

Line 715: end per_psh_upd;

711: --
712: hr_utility.set_location(' Leaving:'||l_proc, 10);
713: End upd;
714: --
715: end per_psh_upd;