DBA Data[Home] [Help]

APPS.PER_CNI_INS dependencies on PER_RI_CONFIG_INFORMATION

Line 88: -- Insert the row into: per_ri_config_information

84: --
85: --
86: p_rec.object_version_number := 1;
87: --
88: -- Insert the row into: per_ri_config_information
89: --
90: insert into per_ri_config_information
91: (configuration_code
92: ,config_information_category

Line 90: insert into per_ri_config_information

86: p_rec.object_version_number := 1;
87: --
88: -- Insert the row into: per_ri_config_information
89: --
90: insert into per_ri_config_information
91: (configuration_code
92: ,config_information_category
93: ,config_information1
94: ,config_information2

Line 230: Cursor C_Sel1 is select per_ri_config_information_s.nextval from sys.dual;

226: Procedure pre_insert
227: (p_rec in out nocopy per_cni_shd.g_rec_type
228: ) is
229: --
230: Cursor C_Sel1 is select per_ri_config_information_s.nextval from sys.dual;
231: --
232: Cursor C_Sel2 is
233: Select null
234: from per_ri_config_information

Line 234: from per_ri_config_information

230: Cursor C_Sel1 is select per_ri_config_information_s.nextval from sys.dual;
231: --
232: Cursor C_Sel2 is
233: Select null
234: from per_ri_config_information
235: where config_information_id =
236: per_cni_ins.g_config_information_id_i;
237: --
238: l_proc varchar2(72) := g_package||'pre_insert';

Line 256: fnd_message.set_token('TABLE_NAME','per_ri_config_information');

252: --
253: -- The primary key values are already in use.
254: --
255: fnd_message.set_name('PER','PER_289391_KEY_ALREADY_USED');
256: fnd_message.set_token('TABLE_NAME','per_ri_config_information');
257: fnd_message.raise_error;
258: End If;
259: Close C_Sel2;
260: --

Line 401: (p_module_name => 'PER_RI_CONFIG_INFORMATION'

397: --
398: when hr_api.cannot_find_prog_unit then
399: --
400: hr_api.cannot_find_prog_unit_error
401: (p_module_name => 'PER_RI_CONFIG_INFORMATION'
402: ,p_hook_type => 'AI');
403: --
404: end;
405: --