DBA Data[Home] [Help]

APPS.PER_PJI_INS dependencies on PER_PREV_JOB_EXTRA_INFO

Line 85: -- Insert the row into: per_prev_job_extra_info

81: Begin
82: hr_utility.set_location('Entering:'||l_proc, 5);
83: p_rec.object_version_number := 1; -- Initialise the object version
84: --
85: -- Insert the row into: per_prev_job_extra_info
86: --
87: insert into per_prev_job_extra_info
88: (previous_job_extra_info_id
89: ,previous_job_id

Line 87: insert into per_prev_job_extra_info

83: p_rec.object_version_number := 1; -- Initialise the object version
84: --
85: -- Insert the row into: per_prev_job_extra_info
86: --
87: insert into per_prev_job_extra_info
88: (previous_job_extra_info_id
89: ,previous_job_id
90: ,information_type
91: ,pji_attribute_category

Line 287: Cursor C_Sel1 is select per_prev_job_extra_info_s.nextval from sys.dual;

283: Procedure pre_insert
284: (p_rec in out nocopy per_pji_shd.g_rec_type
285: ) is
286: --
287: Cursor C_Sel1 is select per_prev_job_extra_info_s.nextval from sys.dual;
288: --
289: Cursor C_Sel2 is
290: Select null
291: from per_prev_job_extra_info

Line 291: from per_prev_job_extra_info

287: Cursor C_Sel1 is select per_prev_job_extra_info_s.nextval from sys.dual;
288: --
289: Cursor C_Sel2 is
290: Select null
291: from per_prev_job_extra_info
292: where previous_job_extra_info_id =
293: per_pji_ins.g_previous_job_extra_info_id_i;
294: --
295: l_proc varchar2(72) := g_package||'pre_insert';

Line 313: fnd_message.set_token('TABLE_NAME','per_prev_job_extra_info');

309: --
310: -- The primary key values are already in use.
311: --
312: fnd_message.set_name('PER','PER_289391_KEY_ALREADY_USED');
313: fnd_message.set_token('TABLE_NAME','per_prev_job_extra_info');
314: fnd_message.raise_error;
315: End If;
316: Close C_Sel2;
317: --

Line 520: (p_module_name => 'PER_PREV_JOB_EXTRA_INFO'

516: --
517: when hr_api.cannot_find_prog_unit then
518: --
519: hr_api.cannot_find_prog_unit_error
520: (p_module_name => 'PER_PREV_JOB_EXTRA_INFO'
521: ,p_hook_type => 'AI');
522: --
523: end;
524: --