DBA Data[Home] [Help]

APPS.OTA_RUD_UPD dependencies on OTA_RUD_UPD

Line 1: PACKAGE BODY OTA_RUD_UPD as

1: PACKAGE BODY OTA_RUD_UPD as
2: /* $Header: otrudrhi.pkb 120.2 2005/09/08 06:34:32 pgupta noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 593: ota_rud_upd.pre_update(p_rec);

589: hr_multi_message.end_validation_set;
590: --
591: -- Call the supporting pre-update operation
592: --
593: ota_rud_upd.pre_update(p_rec);
594: --
595: -- Update the row.
596: --
597: ota_rud_upd.update_dml(p_rec);

Line 597: ota_rud_upd.update_dml(p_rec);

593: ota_rud_upd.pre_update(p_rec);
594: --
595: -- Update the row.
596: --
597: ota_rud_upd.update_dml(p_rec);
598: --
599: -- Call the supporting post-update operation
600: --
601: ota_rud_upd.post_update

Line 601: ota_rud_upd.post_update

597: ota_rud_upd.update_dml(p_rec);
598: --
599: -- Call the supporting post-update operation
600: --
601: ota_rud_upd.post_update
602: (p_effective_date
603: ,p_rec
604: );
605: --

Line 702: ota_rud_upd.upd

698: -- Having converted the arguments into the
699: -- plsql record structure we call the corresponding record
700: -- business process.
701: --
702: ota_rud_upd.upd
703: (p_effective_date
704: ,l_rec
705: );
706: p_object_version_number := l_rec.object_version_number;

Line 711: end ota_rud_upd;

707: --
708: hr_utility.set_location(' Leaving:'||l_proc, 10);
709: End upd;
710: --
711: end ota_rud_upd;