DBA Data[Home] [Help]

APPS.PER_PSH_SHD dependencies on PER_SCORECARD_SHARING

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

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

80: ,attribute27
81: ,attribute28
82: ,attribute29
83: ,attribute30
84: from per_scorecard_sharing
85: where sharing_instance_id = p_sharing_instance_id;
86: --
87: l_fct_ret boolean;
88: --

Line 184: from per_scorecard_sharing

180: ,attribute27
181: ,attribute28
182: ,attribute29
183: ,attribute30
184: from per_scorecard_sharing
185: where sharing_instance_id = p_sharing_instance_id
186: for update nowait;
187: --
188: l_proc varchar2(72) := g_package||'lck';

Line 233: fnd_message.set_token('TABLE_NAME', 'per_scorecard_sharing');

229: -- The object is locked therefore we need to supply a meaningful
230: -- error message.
231: --
232: fnd_message.set_name('PAY', 'HR_7165_OBJECT_LOCKED');
233: fnd_message.set_token('TABLE_NAME', 'per_scorecard_sharing');
234: fnd_message.raise_error;
235: End lck;
236: --
237: -- ----------------------------------------------------------------------------