DBA Data[Home] [Help]

APPS.OTA_TRB_UPD dependencies on OTA_TRB_UPD

Line 1: Package Body ota_trb_upd as

1: Package Body ota_trb_upd as
2: /* $Header: ottrbrhi.pkb 120.6.12000000.3 2007/07/05 09:22:53 aabalakr noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 717: ota_trb_upd.pre_update(p_rec);

713: hr_multi_message.end_validation_set;
714: --
715: -- Call the supporting pre-update operation
716: --
717: ota_trb_upd.pre_update(p_rec);
718: --
719: -- Update the row.
720: --
721: ota_trb_upd.update_dml(p_rec);

Line 721: ota_trb_upd.update_dml(p_rec);

717: ota_trb_upd.pre_update(p_rec);
718: --
719: -- Update the row.
720: --
721: ota_trb_upd.update_dml(p_rec);
722: --
723: -- Call the supporting post-update operation
724: --
725: ota_trb_upd.post_update

Line 725: ota_trb_upd.post_update

721: ota_trb_upd.update_dml(p_rec);
722: --
723: -- Call the supporting post-update operation
724: --
725: ota_trb_upd.post_update
726: (p_effective_date
727: ,p_rec
728: );
729: --

Line 852: ota_trb_upd.upd

848: -- Having converted the arguments into the
849: -- plsql record structure we call the corresponding record
850: -- business process.
851: --
852: ota_trb_upd.upd
853: (p_effective_date
854: ,l_rec
855: );
856: p_object_version_number := l_rec.object_version_number;

Line 861: end ota_trb_upd;

857: --
858: hr_utility.set_location(' Leaving:'||l_proc, 10);
859: End upd;
860: --
861: end ota_trb_upd;