DBA Data[Home] [Help]

APPS.OTA_EVT_DEL dependencies on OTA_EVENTS

Line 73: -- Delete the ota_events row.

69: delete from ota_event_associations
70: where event_id = p_rec.event_id;
71: --
72: */
73: -- Delete the ota_events row.
74: --
75: delete from ota_events
76: where event_id = p_rec.event_id;
77: --

Line 75: delete from ota_events

71: --
72: */
73: -- Delete the ota_events row.
74: --
75: delete from ota_events
76: where event_id = p_rec.event_id;
77: --
78: ota_evt_shd.g_api_dml := false; -- Unset the api dml status
79: --