DBA Data[Home] [Help]

APPS.OTA_THG_UPD dependencies on OTA_HR_GL_FLEX_MAPS

Line 68: -- Update the ota_hr_gl_flex_maps Row

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

Line 70: update ota_hr_gl_flex_maps

66: --
67: --
68: -- Update the ota_hr_gl_flex_maps Row
69: --
70: update ota_hr_gl_flex_maps
71: set
72: gl_default_segment_id = p_rec.gl_default_segment_id
73: ,cross_charge_id = p_rec.cross_charge_id
74: ,segment = p_rec.segment

Line 233: (p_module_name => 'OTA_HR_GL_FLEX_MAPS'

229: --
230: when hr_api.cannot_find_prog_unit then
231: --
232: hr_api.cannot_find_prog_unit_error
233: (p_module_name => 'OTA_HR_GL_FLEX_MAPS'
234: ,p_hook_type => 'AU');
235: --
236: end; */
237: --