DBA Data[Home] [Help]

APPS.PQH_LOS_SHD dependencies on PQH_SITUATIONS

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

17: l_proc varchar2(72) := g_package||'constraint_error';
18: --
19: Begin
20: --
21: If (p_constraint_name = 'PQH_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 123: from pqh_situations

119: ,attribute28
120: ,attribute29
121: ,attribute30
122: ,object_version_number
123: from pqh_situations
124: where situation_id = p_situation_id;
125: --
126: l_fct_ret boolean;
127: --

Line 262: from pqh_situations

258: ,attribute28
259: ,attribute29
260: ,attribute30
261: ,object_version_number
262: from pqh_situations
263: where situation_id = p_situation_id
264: for update nowait;
265: --
266: l_proc varchar2(72) := g_package||'lck';

Line 311: fnd_message.set_token('TABLE_NAME', 'pqh_situations');

307: -- The object is locked therefore we need to supply a meaningful
308: -- error message.
309: --
310: fnd_message.set_name('PAY', 'HR_7165_OBJECT_LOCKED');
311: fnd_message.set_token('TABLE_NAME', 'pqh_situations');
312: fnd_message.raise_error;
313: End lck;
314: --
315: -- ----------------------------------------------------------------------------