DBA Data[Home] [Help]

APPS.OTA_TMT_UPD dependencies on OTA_TMT_UPD

Line 1: Package Body ota_tmt_upd as

1: Package Body ota_tmt_upd as
2: /* $Header: ottmtrhi.pkb 115.6 2002/11/26 17:09:48 hwinsor noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 651: ota_tmt_upd.pre_update(p_rec);

647: );
648: --
649: -- Call the supporting pre-update operation
650: --
651: ota_tmt_upd.pre_update(p_rec);
652: --
653: -- Update the row.
654: --
655: ota_tmt_upd.update_dml(p_rec);

Line 655: ota_tmt_upd.update_dml(p_rec);

651: ota_tmt_upd.pre_update(p_rec);
652: --
653: -- Update the row.
654: --
655: ota_tmt_upd.update_dml(p_rec);
656: --
657: -- Call the supporting post-update operation
658: --
659: ota_tmt_upd.post_update

Line 659: ota_tmt_upd.post_update

655: ota_tmt_upd.update_dml(p_rec);
656: --
657: -- Call the supporting post-update operation
658: --
659: ota_tmt_upd.post_update
660: (p_effective_date
661: ,p_rec
662: );
663: End upd;

Line 770: ota_tmt_upd.upd

766: -- plsql record structure we call the corresponding record
767: -- business process.
768: --
769: hr_utility.set_location(' Step:'||l_proc, 7);
770: ota_tmt_upd.upd
771: (p_effective_date
772: ,l_rec
773: );
774: p_object_version_number := l_rec.object_version_number;

Line 779: end ota_tmt_upd;

775: --
776: hr_utility.set_location(' Leaving:'||l_proc, 10);
777: End upd;
778: --
779: end ota_tmt_upd;