DBA Data[Home] [Help]

APPS.OTA_TAV_DEL dependencies on OTA_ACTIVITY_VERSIONS

Line 60: -- Delete the ota_activity_versions row.

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

Line 62: delete from ota_activity_versions

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