DBA Data[Home] [Help]

APPS.HXC_EGC_SHD dependencies on HXC_ENTITY_GROUP_COMPS

Line 33: If (p_constraint_name = 'HXC_ENTITY_GROUP_COMPS_PK') Then

29: l_proc varchar2(72) := g_package||'constraint_error';
30: --
31: Begin
32: --
33: If (p_constraint_name = 'HXC_ENTITY_GROUP_COMPS_PK') Then
34: fnd_message.set_name('PAY', 'HR_6153_ALL_PROCEDURE_FAIL');
35: fnd_message.set_token('PROCEDURE', l_proc);
36: fnd_message.set_token('STEP','5');
37: fnd_message.raise_error;

Line 97: from hxc_entity_group_comps

93: ,attribute28
94: ,attribute29
95: ,attribute30
96: ,object_version_number
97: from hxc_entity_group_comps
98: where entity_group_comp_id = p_entity_group_comp_id;
99: --
100: l_fct_ret boolean;
101: --

Line 198: from hxc_entity_group_comps

194: ,attribute28
195: ,attribute29
196: ,attribute30
197: ,object_version_number
198: from hxc_entity_group_comps
199: where entity_group_comp_id = p_entity_group_comp_id
200: for update nowait;
201: --
202: l_proc varchar2(72);

Line 247: fnd_message.set_token('TABLE_NAME', 'hxc_entity_group_comps');

243: -- The object is locked therefore we need to supply a meaningful
244: -- error message.
245: --
246: fnd_message.set_name('PAY', 'HR_7165_OBJECT_LOCKED');
247: fnd_message.set_token('TABLE_NAME', 'hxc_entity_group_comps');
248: fnd_message.raise_error;
249: End lck;
250: --
251: -- ----------------------------------------------------------------------------