DBA Data[Home] [Help]

APPS.OTA_EVT_UPD dependencies on OTA_EVENTS

Line 67: -- Update the ota_events Row

63: p_rec.object_version_number := p_rec.object_version_number + 1;
64: --
65: ota_evt_shd.g_api_dml := true; -- Set the api dml status
66: --
67: -- Update the ota_events Row
68: --
69: update ota_events
70: set
71: event_id = p_rec.event_id,

Line 69: update ota_events

65: ota_evt_shd.g_api_dml := true; -- Set the api dml status
66: --
67: -- Update the ota_events Row
68: --
69: update ota_events
70: set
71: event_id = p_rec.event_id,
72: vendor_id = p_rec.vendor_id,
73: activity_version_id = p_rec.activity_version_id,