DBA Data[Home] [Help]

APPS.OTA_OFF_UPD dependencies on OTA_OFF_UPD

Line 1: PACKAGE BODY OTA_OFF_UPD as

1: PACKAGE BODY OTA_OFF_UPD as
2: /* $Header: otoffrhi.pkb 120.1.12000000.2 2007/02/06 15:25:23 vkkolla noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' ota_off_upd.'; -- Global package name
9:
10: l_event_id number(30);
11: --
12: -- ----------------------------------------------------------------------------

Line 733: ota_off_upd.pre_update(p_rec);

729: hr_multi_message.end_validation_set;
730: --
731: -- Call the supporting pre-update operation
732: --
733: ota_off_upd.pre_update(p_rec);
734: --
735: -- Update the row.
736: --
737: ota_off_upd.update_dml(p_rec);

Line 737: ota_off_upd.update_dml(p_rec);

733: ota_off_upd.pre_update(p_rec);
734: --
735: -- Update the row.
736: --
737: ota_off_upd.update_dml(p_rec);
738: --
739: -- Call the supporting post-update operation
740: --
741: ota_off_upd.post_update

Line 741: ota_off_upd.post_update

737: ota_off_upd.update_dml(p_rec);
738: --
739: -- Call the supporting post-update operation
740: --
741: ota_off_upd.post_update
742: (p_effective_date
743: ,p_rec
744: );
745: --

Line 874: ota_off_upd.upd

870: -- Having converted the arguments into the
871: -- plsql record structure we call the corresponding record
872: -- business process.
873: --
874: ota_off_upd.upd
875: (p_effective_date
876: ,l_rec
877: ,p_name
878: );

Line 927: end ota_off_upd;

923: --
924: hr_utility.set_location(' Leaving:'|| v_proc, 10);
925: --
926: End update_evt_when_course_change;
927: end ota_off_upd;