DBA Data[Home] [Help]

APPS.HR_TIS_INS dependencies on HR_KI_TOPIC_INTEGRATIONS

Line 87: -- Insert the row into: hr_ki_topic_integrations

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

Line 89: insert into hr_ki_topic_integrations

85: --
86: --
87: -- Insert the row into: hr_ki_topic_integrations
88: --
89: insert into hr_ki_topic_integrations
90: (topic_integrations_id
91: ,topic_id
92: ,integration_id
93: ,param_name1

Line 207: Cursor C_Sel1 is select hr_ki_topic_integrations_s.nextval from sys.dual;

203: Procedure pre_insert
204: (p_rec in out nocopy hr_tis_shd.g_rec_type
205: ) is
206: --
207: Cursor C_Sel1 is select hr_ki_topic_integrations_s.nextval from sys.dual;
208: --
209: Cursor C_Sel2 is
210: Select null
211: from hr_ki_topic_integrations

Line 211: from hr_ki_topic_integrations

207: Cursor C_Sel1 is select hr_ki_topic_integrations_s.nextval from sys.dual;
208: --
209: Cursor C_Sel2 is
210: Select null
211: from hr_ki_topic_integrations
212: where topic_integrations_id =
213: hr_tis_ins.g_topic_integrations_id_i;
214: --
215: l_proc varchar2(72) := g_package||'pre_insert';

Line 233: fnd_message.set_token('TABLE_NAME','hr_ki_topic_integrations');

229: --
230: -- The primary key values are already in use.
231: --
232: fnd_message.set_name('PER','PER_289391_KEY_ALREADY_USED');
233: fnd_message.set_token('TABLE_NAME','hr_ki_topic_integrations');
234: fnd_message.raise_error;
235: End If;
236: Close C_Sel2;
237: --

Line 332: (p_module_name => 'HR_KI_TOPIC_INTEGRATIONS'

328: --
329: when hr_api.cannot_find_prog_unit then
330: --
331: hr_api.cannot_find_prog_unit_error
332: (p_module_name => 'HR_KI_TOPIC_INTEGRATIONS'
333: ,p_hook_type => 'AI');
334: --
335: end;
336: --