DBA Data[Home] [Help]

APPS.PER_CEO_UPD dependencies on PER_CEO_UPD

Line 1: Package Body per_ceo_upd as

1: Package Body per_ceo_upd as
2: /* $Header: peceorhi.pkb 120.1.12000000.2 2007/04/16 11:05:48 arumukhe ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 719: per_ceo_upd.pre_update(p_rec);

715: hr_multi_message.end_validation_set;
716: --
717: -- Call the supporting pre-update operation
718: --
719: per_ceo_upd.pre_update(p_rec);
720: --
721: -- Update the row.
722: --
723: per_ceo_upd.update_dml(p_rec);

Line 723: per_ceo_upd.update_dml(p_rec);

719: per_ceo_upd.pre_update(p_rec);
720: --
721: -- Update the row.
722: --
723: per_ceo_upd.update_dml(p_rec);
724: --
725: -- Call the supporting post-update operation
726: --
727: per_ceo_upd.post_update

Line 727: per_ceo_upd.post_update

723: per_ceo_upd.update_dml(p_rec);
724: --
725: -- Call the supporting post-update operation
726: --
727: per_ceo_upd.post_update
728: (p_effective_date
729: ,p_rec
730: );
731: --

Line 856: per_ceo_upd.upd

852: -- Having converted the arguments into the
853: -- plsql record structure we call the corresponding record
854: -- business process.
855: --
856: per_ceo_upd.upd
857: (p_effective_date
858: ,l_rec
859: );
860: p_object_version_number := l_rec.object_version_number;

Line 865: end per_ceo_upd;

861: --
862: hr_utility.set_location(' Leaving:'||l_proc, 10);
863: End upd;
864: --
865: end per_ceo_upd;