DBA Data[Home] [Help]

APPS.HXC_ATC_SHD dependencies on HXC_ALIAS_TYPE_COMPONENTS

Line 22: If (p_constraint_name = 'HXC_ALIAS_TYPE_COMPONENTS_PK') Then

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

Line 56: from hxc_alias_type_components

52: ,component_type
53: ,mapping_component_id
54: ,alias_type_id
55: ,object_version_number
56: from hxc_alias_type_components
57: where alias_type_component_id = p_alias_type_component_id;
58: --
59: l_fct_ret boolean;
60: --

Line 127: from hxc_alias_type_components

123: ,component_type
124: ,mapping_component_id
125: ,alias_type_id
126: ,object_version_number
127: from hxc_alias_type_components
128: where alias_type_component_id = p_alias_type_component_id
129: for update nowait;
130: --
131: l_proc varchar2(72);

Line 184: fnd_message.set_token('TABLE_NAME', 'hxc_alias_type_components');

180: -- The object is locked therefore we need to supply a meaningful
181: -- error message.
182: --
183: fnd_message.set_name('PAY', 'HR_7165_OBJECT_LOCKED');
184: fnd_message.set_token('TABLE_NAME', 'hxc_alias_type_components');
185: fnd_message.raise_error;
186: End lck;
187: --
188: -- ----------------------------------------------------------------------------