DBA Data[Home] [Help]

APPS.PQH_PSU_SHD dependencies on PQH_FR_EMP_STAT_SITUATIONS

Line 21: If (p_constraint_name = 'PQH_FR_EMP_STAT_SITUATIONS_PK') Then

17: l_proc varchar2(72) := g_package||'constraint_error';
18: --
19: Begin
20: --
21: If (p_constraint_name = 'PQH_FR_EMP_STAT_SITUATIONS_PK') Then
22: fnd_message.set_name('PAY', 'HR_6153_ALL_PROCEDURE_FAIL');
23: fnd_message.set_token('PROCEDURE', l_proc);
24: fnd_message.set_token('STEP','5');
25: fnd_message.raise_error;

Line 96: from pqh_fr_emp_stat_situations

92: ,attribute28
93: ,attribute29
94: ,attribute30
95: ,object_version_number
96: from pqh_fr_emp_stat_situations
97: where emp_stat_situation_id = p_emp_stat_situation_id;
98: --
99: l_fct_ret boolean;
100: --

Line 208: from pqh_fr_emp_stat_situations

204: ,attribute28
205: ,attribute29
206: ,attribute30
207: ,object_version_number
208: from pqh_fr_emp_stat_situations
209: where emp_stat_situation_id = p_emp_stat_situation_id
210: for update nowait;
211: --
212: l_proc varchar2(72) := g_package||'lck';

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

253: -- The object is locked therefore we need to supply a meaningful
254: -- error message.
255: --
256: fnd_message.set_name('PAY', 'HR_7165_OBJECT_LOCKED');
257: fnd_message.set_token('TABLE_NAME', 'pqh_fr_emp_stat_situations');
258: fnd_message.raise_error;
259: End lck;
260: --
261: -- ----------------------------------------------------------------------------