DBA Data[Home] [Help]

APPS.OTA_TEA_DEL dependencies on OTA_EVENT_ASSOCIATIONS

Line 60: -- Delete the ota_event_associations row.

56: hr_utility.set_location('Entering:'||l_proc, 5);
57: --
58: ota_tea_shd.g_api_dml := true; -- Set the api dml status
59: --
60: -- Delete the ota_event_associations row.
61: --
62: delete from ota_event_associations
63: where event_association_id = p_rec.event_association_id;
64: --

Line 62: delete from ota_event_associations

58: ota_tea_shd.g_api_dml := true; -- Set the api dml status
59: --
60: -- Delete the ota_event_associations row.
61: --
62: delete from ota_event_associations
63: where event_association_id = p_rec.event_association_id;
64: --
65: ota_tea_shd.g_api_dml := false; -- Unset the api dml status
66: --