DBA Data[Home] [Help]

APPS.HR_CTX_INS dependencies on HR_KI_CONTEXTS

Line 87: -- Insert the row into: hr_ki_contexts

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

Line 89: insert into hr_ki_contexts

85: --
86: --
87: -- Insert the row into: hr_ki_contexts
88: --
89: insert into hr_ki_contexts
90: (context_id
91: ,view_name
92: ,param_1
93: ,param_2

Line 225: Cursor C_Sel1 is select hr_ki_contexts_s.nextval from sys.dual;

221: Procedure pre_insert
222: (p_rec in out nocopy hr_ctx_shd.g_rec_type
223: ) is
224: --
225: Cursor C_Sel1 is select hr_ki_contexts_s.nextval from sys.dual;
226: --
227: Cursor C_Sel2 is
228: Select null
229: from hr_ki_contexts

Line 229: from hr_ki_contexts

225: Cursor C_Sel1 is select hr_ki_contexts_s.nextval from sys.dual;
226: --
227: Cursor C_Sel2 is
228: Select null
229: from hr_ki_contexts
230: where context_id =
231: hr_ctx_ins.g_context_id_i;
232: --
233: l_proc varchar2(72) := g_package||'pre_insert';

Line 251: fnd_message.set_token('TABLE_NAME','hr_ki_contexts');

247: --
248: -- The primary key values are already in use.
249: --
250: fnd_message.set_name('PER','PER_289391_KEY_ALREADY_USED');
251: fnd_message.set_token('TABLE_NAME','hr_ki_contexts');
252: fnd_message.raise_error;
253: End If;
254: Close C_Sel2;
255: --

Line 392: (p_module_name => 'HR_KI_CONTEXTS'

388: --
389: when hr_api.cannot_find_prog_unit then
390: --
391: hr_api.cannot_find_prog_unit_error
392: (p_module_name => 'HR_KI_CONTEXTS'
393: ,p_hook_type => 'AI');
394: --
395: end;
396: --