DBA Data[Home] [Help]

APPS.OTA_TMT_INS dependencies on OTA_TP_MEASUREMENT_TYPES

Line 65: -- Insert the row into: ota_tp_measurement_types

61: p_rec.object_version_number := 1; -- Initialise the object version
62: --
63: --
64: --
65: -- Insert the row into: ota_tp_measurement_types
66: --
67: insert into ota_tp_measurement_types
68: (tp_measurement_type_id
69: ,tp_measurement_code

Line 67: insert into ota_tp_measurement_types

63: --
64: --
65: -- Insert the row into: ota_tp_measurement_types
66: --
67: insert into ota_tp_measurement_types
68: (tp_measurement_type_id
69: ,tp_measurement_code
70: ,unit
71: ,reporting_sequence

Line 221: Cursor C_Sel1 is select ota_tp_measurement_types_s.nextval from sys.dual;

217: ) is
218: --
219: l_proc varchar2(72) := g_package||'pre_insert';
220: --
221: Cursor C_Sel1 is select ota_tp_measurement_types_s.nextval from sys.dual;
222: --
223: Begin
224: hr_utility.set_location('Entering:'||l_proc, 5);
225: --

Line 370: (p_module_name => 'OTA_TP_MEASUREMENT_TYPES'

366: --
367: when hr_api.cannot_find_prog_unit then
368: --
369: hr_api.cannot_find_prog_unit_error
370: (p_module_name => 'OTA_TP_MEASUREMENT_TYPES'
371: ,p_hook_type => 'AI');
372: --
373: end;
374: --