DBA Data[Home] [Help]

APPS.PER_CNI_SHD dependencies on PER_RI_CONFIG_INFORMATION

Line 83: from per_ri_config_information

79: ,config_information30
80: ,config_information_id
81: ,config_sequence
82: ,object_version_number
83: from per_ri_config_information
84: where config_information_id = p_config_information_id;
85: --
86: l_fct_ret boolean;
87: --

Line 176: from per_ri_config_information

172: ,config_information30
173: ,config_information_id
174: ,config_sequence
175: ,object_version_number
176: from per_ri_config_information
177: where config_information_id = p_config_information_id
178: for update nowait;
179: --
180: l_proc varchar2(72) := g_package||'lck';

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

225: -- The object is locked therefore we need to supply a meaningful
226: -- error message.
227: --
228: fnd_message.set_name('PAY', 'HR_7165_OBJECT_LOCKED');
229: fnd_message.set_token('TABLE_NAME', 'per_ri_config_information');
230: fnd_message.raise_error;
231: End lck;
232: --
233: -- ----------------------------------------------------------------------------