DBA Data[Home] [Help]

APPS.OTA_OFF_DEL dependencies on OTA_OFFERINGS

Line 62: -- Delete the ota_offerings row.

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

Line 64: delete from ota_offerings

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

Line 269: (p_module_name => 'OTA_OFFERINGS'

265: --
266: when hr_api.cannot_find_prog_unit then
267: --
268: hr_api.cannot_find_prog_unit_error
269: (p_module_name => 'OTA_OFFERINGS'
270: ,p_hook_type => 'AD');
271: --
272: end;
273: --