DBA Data[Home] [Help]

APPS.OTA_TPS_UPD dependencies on OTA_TPS_UPD

Line 1: PACKAGE BODY OTA_TPS_UPD AS

1: PACKAGE BODY OTA_TPS_UPD AS
2: /* $Header: ottpsrhi.pkb 120.2 2005/12/14 15:17:58 asud noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 707: ota_tps_upd.pre_update(p_rec);

703:
704:
705: -- Call the supporting pre-update operation
706: --
707: ota_tps_upd.pre_update(p_rec);
708: --
709: -- Update the row.
710: --
711: ota_tps_upd.update_dml(p_rec);

Line 711: ota_tps_upd.update_dml(p_rec);

707: ota_tps_upd.pre_update(p_rec);
708: --
709: -- Update the row.
710: --
711: ota_tps_upd.update_dml(p_rec);
712: --
713: -- Call the supporting post-update operation
714: --
715: ota_tps_upd.post_update

Line 715: ota_tps_upd.post_update

711: ota_tps_upd.update_dml(p_rec);
712: --
713: -- Call the supporting post-update operation
714: --
715: ota_tps_upd.post_update
716: (p_effective_date
717: ,p_rec
718: );
719:

Line 842: ota_tps_upd.upd

838: -- Having converted the arguments into the
839: -- plsql record structure we call the corresponding record
840: -- business process.
841: --
842: ota_tps_upd.upd
843: (p_effective_date
844: ,l_rec
845: );
846: p_object_version_number := l_rec.object_version_number;

Line 851: END ota_tps_upd;

847: --
848: hr_utility.set_location(' Leaving:'||l_proc, 10);
849: END upd;
850: --
851: END ota_tps_upd;