DBA Data[Home] [Help]

APPS.OTA_FR_2483_DATA dependencies on OTA_TMT_API

Line 53: ota_tmt_api.create_measure

49: close csr_existing_measure_code;
50:
51: if l_exists = 0 then
52: hr_utility.set_location(l_proc,10);
53: ota_tmt_api.create_measure
54: (p_effective_date => sysdate
55: ,p_business_group_id => p_business_group_id
56: ,p_tp_measurement_code => p_tp_measurement_code
57: ,p_unit => p_unit

Line 67: --ota_tmt_api.update_measure

63: else
64: /* user may change data, as they own it.
65: thus we shall not subsequently update it */
66: hr_utility.set_location(l_proc,20);
67: --ota_tmt_api.update_measure
68: --(p_effective_date => sysdate
69: --,p_tp_measurement_type_id => l_mt_id
70: --,p_object_version_number => l_ovn
71: --,p_unit => p_unit