DBA Data[Home] [Help]

APPS.HXC_MPC_SHD dependencies on HXC_MAPPING_COMPONENTS

Line 68: from hxc_mapping_components

64: ,name
65: ,bld_blk_info_type_id
66: ,segment
67: ,object_version_number
68: from hxc_mapping_components
69: where mapping_component_id = p_mapping_component_id;
70: --
71: l_fct_ret boolean;
72: --

Line 139: from hxc_mapping_components

135: ,name
136: ,bld_blk_info_type_id
137: ,segment
138: ,object_version_number
139: from hxc_mapping_components
140: where mapping_component_id = p_mapping_component_id
141: for update nowait;
142: --
143: l_proc varchar2(72);

Line 189: fnd_message.set_token('TABLE_NAME', 'hxc_mapping_components');

185: -- The object is locked therefore we need to supply a meaningful
186: -- error message.
187: --
188: fnd_message.set_name('PAY', 'HR_7165_OBJECT_LOCKED');
189: fnd_message.set_token('TABLE_NAME', 'hxc_mapping_components');
190: fnd_message.raise_error;
191: End lck;
192: --
193: -- ----------------------------------------------------------------------------