DBA Data[Home] [Help]

APPS.OTA_CTU_UPD dependencies on OTA_CTU_UPD

Line 1: Package Body ota_ctu_upd as

1: Package Body ota_ctu_upd as
2: /* $Header: otcturhi.pkb 120.2 2005/09/29 05:31:13 pgupta noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 586: ota_ctu_upd.pre_update(p_rec);

582: hr_multi_message.end_validation_set;
583: --
584: -- Call the supporting pre-update operation
585: --
586: ota_ctu_upd.pre_update(p_rec);
587: --
588: -- Update the row.
589: --
590: ota_ctu_upd.update_dml(p_rec);

Line 590: ota_ctu_upd.update_dml(p_rec);

586: ota_ctu_upd.pre_update(p_rec);
587: --
588: -- Update the row.
589: --
590: ota_ctu_upd.update_dml(p_rec);
591: --
592: -- Call the supporting post-update operation
593: --
594: ota_ctu_upd.post_update

Line 594: ota_ctu_upd.post_update

590: ota_ctu_upd.update_dml(p_rec);
591: --
592: -- Call the supporting post-update operation
593: --
594: ota_ctu_upd.post_update
595: (p_effective_date
596: ,p_rec
597: );
598: --

Line 693: ota_ctu_upd.upd

689: -- Having converted the arguments into the
690: -- plsql record structure we call the corresponding record
691: -- business process.
692: --
693: ota_ctu_upd.upd
694: (p_effective_date
695: ,l_rec
696: );
697: p_object_version_number := l_rec.object_version_number;

Line 702: end ota_ctu_upd;

698: --
699: hr_utility.set_location(' Leaving:'||l_proc, 10);
700: End upd;
701: --
702: end ota_ctu_upd;