DBA Data[Home] [Help]

APPS.OTA_EVT_UPD dependencies on OTA_EVT_BUS

Line 247: ota_evt_bus.chk_status_changed

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

Line 641: ota_evt_bus.update_validate(temp_var);

637: -- 2. Call the supporting update validate operations.
638: --
639: -- VT 05/06/97 #488173
640: temp_var := convert_defs(p_rec);
641: ota_evt_bus.update_validate(temp_var);
642: -- added for eBS by asud
643: hr_multi_message.end_validation_set;
644: -- added for eBS by asud
645: -- ota_evt_bus.update_validate(convert_defs(p_rec));

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

641: ota_evt_bus.update_validate(temp_var);
642: -- added for eBS by asud
643: hr_multi_message.end_validation_set;
644: -- added for eBS by asud
645: -- ota_evt_bus.update_validate(convert_defs(p_rec));
646: --
647: -- Call the supporting pre-update operation
648: --
649: pre_update(p_rec);