DBA Data[Home] [Help]

APPS.HR_UCX_INS dependencies on HR_KI_UI_CONTEXTS

Line 87: -- Insert the row into: hr_ki_ui_contexts

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

Line 89: insert into hr_ki_ui_contexts

85: --
86: --
87: -- Insert the row into: hr_ki_ui_contexts
88: --
89: insert into hr_ki_ui_contexts
90: (ui_context_id
91: ,ui_context_key
92: ,user_interface_id
93: ,label

Line 171: Cursor C_Sel1 is select hr_ki_ui_contexts_s.nextval from sys.dual;

167: Procedure pre_insert
168: (p_rec in out nocopy hr_ucx_shd.g_rec_type
169: ) is
170: --
171: Cursor C_Sel1 is select hr_ki_ui_contexts_s.nextval from sys.dual;
172: --
173: Cursor C_Sel2 is
174: Select null
175: from hr_ki_ui_contexts

Line 175: from hr_ki_ui_contexts

171: Cursor C_Sel1 is select hr_ki_ui_contexts_s.nextval from sys.dual;
172: --
173: Cursor C_Sel2 is
174: Select null
175: from hr_ki_ui_contexts
176: where ui_context_id =
177: hr_ucx_ins.g_ui_context_id_i;
178: --
179: l_proc varchar2(72) := g_package||'pre_insert';

Line 197: fnd_message.set_token('TABLE_NAME','hr_ki_ui_contexts');

193: --
194: -- The primary key values are already in use.
195: --
196: fnd_message.set_name('PER','PER_289391_KEY_ALREADY_USED');
197: fnd_message.set_token('TABLE_NAME','hr_ki_ui_contexts');
198: fnd_message.raise_error;
199: End If;
200: Close C_Sel2;
201: --

Line 294: (p_module_name => 'HR_KI_UI_CONTEXTS'

290: --
291: when hr_api.cannot_find_prog_unit then
292: --
293: hr_api.cannot_find_prog_unit_error
294: (p_module_name => 'HR_KI_UI_CONTEXTS'
295: ,p_hook_type => 'AI');
296: --
297: end;
298: --