DBA Data[Home] [Help]

APPS.OTA_CME_UPD dependencies on OTA_CME_UPD

Line 1: Package Body ota_cme_upd as

1: Package Body ota_cme_upd as
2: /* $Header: otcmerhi.pkb 120.1 2005/12/01 15:24 cmora noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 539: ota_cme_upd.pre_update(p_rec);

535: hr_multi_message.end_validation_set;
536: --
537: -- Call the supporting pre-update operation
538: --
539: ota_cme_upd.pre_update(p_rec);
540: --
541: -- Update the row.
542: --
543: ota_cme_upd.update_dml(p_rec);

Line 543: ota_cme_upd.update_dml(p_rec);

539: ota_cme_upd.pre_update(p_rec);
540: --
541: -- Update the row.
542: --
543: ota_cme_upd.update_dml(p_rec);
544: --
545: -- Call the supporting post-update operation
546: --
547: ota_cme_upd.post_update

Line 547: ota_cme_upd.post_update

543: ota_cme_upd.update_dml(p_rec);
544: --
545: -- Call the supporting post-update operation
546: --
547: ota_cme_upd.post_update
548: (p_effective_date
549: ,p_rec
550: );
551: --

Line 636: ota_cme_upd.upd

632: -- Having converted the arguments into the
633: -- plsql record structure we call the corresponding record
634: -- business process.
635: --
636: ota_cme_upd.upd
637: (p_effective_date
638: ,l_rec
639: );
640: p_object_version_number := l_rec.object_version_number;

Line 645: end ota_cme_upd;

641: --
642: hr_utility.set_location(' Leaving:'||l_proc, 10);
643: End upd;
644: --
645: end ota_cme_upd;