DBA Data[Home] [Help]

APPS.OTA_TMT_UPD dependencies on OTA_TP_MEASUREMENT_TYPES

Line 68: -- Update the ota_tp_measurement_types Row

64: p_rec.object_version_number := p_rec.object_version_number + 1;
65: --
66: --
67: --
68: -- Update the ota_tp_measurement_types Row
69: --
70: update ota_tp_measurement_types
71: set
72: tp_measurement_type_id = p_rec.tp_measurement_type_id

Line 70: update ota_tp_measurement_types

66: --
67: --
68: -- Update the ota_tp_measurement_types Row
69: --
70: update ota_tp_measurement_types
71: set
72: tp_measurement_type_id = p_rec.tp_measurement_type_id
73: ,unit = p_rec.unit
74: ,reporting_sequence = p_rec.reporting_sequence

Line 396: (p_module_name => 'OTA_TP_MEASUREMENT_TYPES'

392: --
393: when hr_api.cannot_find_prog_unit then
394: --
395: hr_api.cannot_find_prog_unit_error
396: (p_module_name => 'OTA_TP_MEASUREMENT_TYPES'
397: ,p_hook_type => 'AU');
398: --
399: end;
400: --