DBA Data[Home] [Help]

APPS.OTA_EVT_UPD dependencies on OTA_EVT_BUS

Line 246: ota_evt_bus.chk_status_changed

242: --
243: Begin
244: hr_utility.set_location('Entering:'||l_proc, 5);
245: --
246: ota_evt_bus.chk_status_changed
247: (p_line_id => p_rec.line_id
248: ,p_event_status => p_rec.event_status
249: ,p_event_id => p_rec.event_id
250: ,p_org_id => p_rec.org_id

Line 634: ota_evt_bus.update_validate(temp_var);

630: -- 2. Call the supporting update validate operations.
631: --
632: -- VT 05/06/97 #488173
633: temp_var := convert_defs(p_rec);
634: ota_evt_bus.update_validate(temp_var);
635: -- added for eBS by asud
636: hr_multi_message.end_validation_set;
637: -- added for eBS by asud
638: -- ota_evt_bus.update_validate(convert_defs(p_rec));

Line 638: -- ota_evt_bus.update_validate(convert_defs(p_rec));

634: ota_evt_bus.update_validate(temp_var);
635: -- added for eBS by asud
636: hr_multi_message.end_validation_set;
637: -- added for eBS by asud
638: -- ota_evt_bus.update_validate(convert_defs(p_rec));
639: --
640: -- Call the supporting pre-update operation
641: --
642: pre_update(p_rec);