DBA Data[Home] [Help]

APPS.PER_PMA_INS dependencies on PER_APPRAISAL_PERIODS

Line 87: -- Insert the row into: per_appraisal_periods

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

Line 89: insert into per_appraisal_periods

85: --
86: --
87: -- Insert the row into: per_appraisal_periods
88: --
89: insert into per_appraisal_periods
90: (appraisal_period_id
91: ,object_version_number
92: ,plan_id
93: ,appraisal_template_id

Line 253: Cursor C_Sel1 is select per_appraisal_periods_s.nextval from sys.dual;

249: Procedure pre_insert
250: (p_rec in out nocopy per_pma_shd.g_rec_type
251: ) is
252: --
253: Cursor C_Sel1 is select per_appraisal_periods_s.nextval from sys.dual;
254: --
255: Cursor C_Sel2 is
256: Select null
257: from per_appraisal_periods

Line 257: from per_appraisal_periods

253: Cursor C_Sel1 is select per_appraisal_periods_s.nextval from sys.dual;
254: --
255: Cursor C_Sel2 is
256: Select null
257: from per_appraisal_periods
258: where appraisal_period_id =
259: per_pma_ins.g_appraisal_period_id_i;
260: --
261: l_proc varchar2(72) := g_package||'pre_insert';

Line 279: fnd_message.set_token('TABLE_NAME','per_appraisal_periods');

275: --
276: -- The primary key values are already in use.
277: --
278: fnd_message.set_name('PER','PER_289391_KEY_ALREADY_USED');
279: fnd_message.set_token('TABLE_NAME','per_appraisal_periods');
280: fnd_message.raise_error;
281: End If;
282: Close C_Sel2;
283: --

Line 451: (p_module_name => 'PER_APPRAISAL_PERIODS'

447: --
448: when hr_api.cannot_find_prog_unit then
449: --
450: hr_api.cannot_find_prog_unit_error
451: (p_module_name => 'PER_APPRAISAL_PERIODS'
452: ,p_hook_type => 'AI');
453: --
454: end;
455: --