DBA Data[Home] [Help]

APPS.PQH_PSU_INS dependencies on PQH_FR_EMP_STAT_SITUATIONS

Line 87: -- Insert the row into: pqh_fr_emp_stat_situations

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

Line 89: insert into pqh_fr_emp_stat_situations

85: --
86: --
87: -- Insert the row into: pqh_fr_emp_stat_situations
88: --
89: insert into pqh_fr_emp_stat_situations
90: (emp_stat_situation_id
91: ,statutory_situation_id
92: ,person_id
93: ,provisional_start_date

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

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

Line 257: from pqh_fr_emp_stat_situations

253: Cursor C_Sel1 is select pqh_fr_emp_stat_situations_s.nextval from sys.dual;
254: --
255: Cursor C_Sel2 is
256: Select null
257: from pqh_fr_emp_stat_situations
258: where emp_stat_situation_id =
259: pqh_psu_ins.g_emp_stat_situation_id_i;
260: --
261: l_proc varchar2(72) := g_package||'pre_insert';

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

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','pqh_fr_emp_stat_situations');
280: fnd_message.raise_error;
281: End If;
282: Close C_Sel2;
283: --

Line 450: (p_module_name => 'PQH_FR_EMP_STAT_SITUATIONS'

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