DBA Data[Home] [Help]

APPS.OTA_CRE_UPD dependencies on OTA_CRE_UPD

Line 1: Package Body ota_cre_upd as

1: Package Body ota_cre_upd as
2: /* $Header: otcrerhi.pkb 120.8 2006/02/01 15:02 cmora noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 593: ota_cre_upd.pre_update(p_rec);

589: hr_multi_message.end_validation_set;
590: --
591: -- Call the supporting pre-update operation
592: --
593: ota_cre_upd.pre_update(p_rec);
594: --
595: -- Update the row.
596: --
597: ota_cre_upd.update_dml(p_rec);

Line 597: ota_cre_upd.update_dml(p_rec);

593: ota_cre_upd.pre_update(p_rec);
594: --
595: -- Update the row.
596: --
597: ota_cre_upd.update_dml(p_rec);
598: --
599: -- Call the supporting post-update operation
600: --
601: ota_cre_upd.post_update

Line 601: ota_cre_upd.post_update

597: ota_cre_upd.update_dml(p_rec);
598: --
599: -- Call the supporting post-update operation
600: --
601: ota_cre_upd.post_update
602: (p_effective_date
603: ,p_rec
604: );
605: --

Line 702: ota_cre_upd.upd

698: -- Having converted the arguments into the
699: -- plsql record structure we call the corresponding record
700: -- business process.
701: --
702: ota_cre_upd.upd
703: (p_effective_date
704: ,l_rec
705: );
706: p_object_version_number := l_rec.object_version_number;

Line 711: end ota_cre_upd;

707: --
708: hr_utility.set_location(' Leaving:'||l_proc, 10);
709: End upd;
710: --
711: end ota_cre_upd;