DBA Data[Home] [Help]

APPS.OTA_TPC_UPD dependencies on OTA_TPC_UPD

Line 1: Package Body ota_tpc_upd as

1: Package Body ota_tpc_upd as
2: /* $Header: ottpcrhi.pkb 115.5 2003/06/17 14:27:43 sfmorris noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 918: ota_tpc_upd.pre_update(p_rec);

914: );
915: --
916: -- Call the supporting pre-update operation
917: --
918: ota_tpc_upd.pre_update(p_rec);
919: --
920: -- Update the row.
921: --
922: ota_tpc_upd.update_dml(p_rec);

Line 922: ota_tpc_upd.update_dml(p_rec);

918: ota_tpc_upd.pre_update(p_rec);
919: --
920: -- Update the row.
921: --
922: ota_tpc_upd.update_dml(p_rec);
923: --
924: -- Call the supporting post-update operation
925: --
926: ota_tpc_upd.post_update

Line 926: ota_tpc_upd.post_update

922: ota_tpc_upd.update_dml(p_rec);
923: --
924: -- Call the supporting post-update operation
925: --
926: ota_tpc_upd.post_update
927: (p_effective_date
928: ,p_rec
929: );
930: End upd;

Line 1093: ota_tpc_upd.upd

1089: -- Having converted the arguments into the
1090: -- plsql record structure we call the corresponding record
1091: -- business process.
1092: --
1093: ota_tpc_upd.upd
1094: (p_effective_date
1095: ,l_rec
1096: );
1097: p_object_version_number := l_rec.object_version_number;

Line 1102: end ota_tpc_upd;

1098: --
1099: hr_utility.set_location(' Leaving:'||l_proc, 10);
1100: End upd;
1101: --
1102: end ota_tpc_upd;