DBA Data[Home] [Help]

APPS.OTA_TMT_DEL dependencies on OTA_TP_MEASUREMENT_TYPES

Line 62: -- Delete the ota_tp_measurement_types row.

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

Line 64: delete from ota_tp_measurement_types

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

Line 254: (p_module_name => 'OTA_TP_MEASUREMENT_TYPES'

250: --
251: when hr_api.cannot_find_prog_unit then
252: --
253: hr_api.cannot_find_prog_unit_error
254: (p_module_name => 'OTA_TP_MEASUREMENT_TYPES'
255: ,p_hook_type => 'AD');
256: --
257: end;
258: --