DBA Data[Home] [Help]

APPS.OTA_CTU_DEL dependencies on OTA_CATEGORY_USAGES

Line 62: -- Delete the ota_category_usages row.

58: hr_utility.set_location('Entering:'||l_proc, 5);
59: --
60: --
61: --
62: -- Delete the ota_category_usages row.
63: --
64: delete from ota_category_usages
65: where category_usage_id = p_rec.category_usage_id;
66: --

Line 64: delete from ota_category_usages

60: --
61: --
62: -- Delete the ota_category_usages row.
63: --
64: delete from ota_category_usages
65: where category_usage_id = p_rec.category_usage_id;
66: --
67: --
68: --

Line 238: (p_module_name => 'OTA_CATEGORY_USAGES'

234: --
235: when hr_api.cannot_find_prog_unit then
236: --
237: hr_api.cannot_find_prog_unit_error
238: (p_module_name => 'OTA_CATEGORY_USAGES'
239: ,p_hook_type => 'AD');
240: --
241: end;
242: --