DBA Data[Home] [Help]

APPS.PER_CNF_INS dependencies on PER_RI_CONFIGURATIONS

Line 87: -- Insert the row into: per_ri_configurations

83: p_rec.object_version_number := 1; -- Initialise the object version
84: --
85: --
86: --
87: -- Insert the row into: per_ri_configurations
88: --
89: insert into per_ri_configurations
90: (configuration_code
91: ,configuration_type

Line 89: insert into per_ri_configurations

85: --
86: --
87: -- Insert the row into: per_ri_configurations
88: --
89: insert into per_ri_configurations
90: (configuration_code
91: ,configuration_type
92: ,configuration_status
93: ,object_version_number

Line 171: from per_ri_configurations

167:
168: --
169: Cursor C_Sel2 is
170: Select null
171: from per_ri_configurations
172: where configuration_code =
173: per_cnf_ins.g_configuration_code_i;
174: --
175: l_proc varchar2(72) := g_package||'pre_insert';

Line 193: fnd_message.set_token('TABLE_NAME','per_ri_configurations');

189: --
190: -- The primary key values are already in use.
191: --
192: fnd_message.set_name('PER','PER_289391_KEY_ALREADY_USED');
193: fnd_message.set_token('TABLE_NAME','per_ri_configurations');
194: fnd_message.raise_error;
195: End If;
196: Close C_Sel2;
197: --

Line 282: (p_module_name => 'PER_RI_CONFIGURATIONS'

278: --
279: when hr_api.cannot_find_prog_unit then
280: --
281: hr_api.cannot_find_prog_unit_error
282: (p_module_name => 'PER_RI_CONFIGURATIONS'
283: ,p_hook_type => 'AI');
284: --
285: end;
286: --