DBA Data[Home] [Help]

APPS.OTA_NHS_DEL dependencies on OTA_NOTRNG_HISTORIES

Line 60: -- Delete the ota_notrng_histories row.

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

Line 62: delete from ota_notrng_histories

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

Line 251: (p_module_name => 'OTA_NOTRNG_HISTORIES'

247: --
248: when hr_api.cannot_find_prog_unit then
249: --
250: hr_api.cannot_find_prog_unit_error
251: (p_module_name => 'OTA_NOTRNG_HISTORIES'
252: ,p_hook_type => 'AD');
253: --
254: -- end;
255: