DBA Data[Home] [Help]

APPS.OTA_THG_INS dependencies on OTA_HR_GL_FLEX_MAPS

Line 65: -- Insert the row into: ota_hr_gl_flex_maps

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

Line 67: insert into ota_hr_gl_flex_maps

63: --
64: --
65: -- Insert the row into: ota_hr_gl_flex_maps
66: --
67: insert into ota_hr_gl_flex_maps
68: (gl_default_segment_id
69: ,cross_charge_id
70: ,segment
71: ,segment_num

Line 155: Cursor C_Sel1 is select ota_hr_gl_flex_maps_s.nextval from sys.dual;

151: ) is
152: --
153: l_proc varchar2(72) := g_package||'pre_insert';
154: --
155: Cursor C_Sel1 is select ota_hr_gl_flex_maps_s.nextval from sys.dual;
156: --
157: Begin
158: hr_utility.set_location('Entering:'||l_proc, 5);
159: --

Line 238: (p_module_name => 'OTA_HR_GL_FLEX_MAPS'

234: --
235: when hr_api.cannot_find_prog_unit then
236: --
237: hr_api.cannot_find_prog_unit_error
238: (p_module_name => 'OTA_HR_GL_FLEX_MAPS'
239: ,p_hook_type => 'AI');
240: --
241: end; */
242: --