DBA Data[Home] [Help]

APPS.HXC_MCU_BUS dependencies on HXC_MAPPINGS

Line 181: p_mapping_id in hxc_mappings.mapping_id%TYPE

177: -- {End Of Comments}
178: -- ----------------------------------------------------------------------------
179: Procedure chk_mapping_id
180: (
181: p_mapping_id in hxc_mappings.mapping_id%TYPE
182: ) IS
183: --
184: l_proc varchar2(72);
185: --

Line 193: FROM hxc_mappings map

189: SELECT 'error'
190: FROM sys.dual
191: WHERE NOT EXISTS (
192: SELECT 'x'
193: FROM hxc_mappings map
194: WHERE map.mapping_id = p_mapping_id );
195: --
196: l_error varchar2(5) := NULL;
197: --

Line 264: p_mapping_id in hxc_mappings.mapping_id%TYPE

260: -- {End Of Comments}
261: -- ----------------------------------------------------------------------------
262: Procedure chk_mcu_field_name
263: (
264: p_mapping_id in hxc_mappings.mapping_id%TYPE
265: , p_mapping_component_id in hxc_mapping_components.mapping_component_id%TYPE
266: ) IS
267: --
268: l_proc varchar2(72);

Line 339: p_mapping_id in hxc_mappings.mapping_id%TYPE

335: -- {End Of Comments}
336: -- ----------------------------------------------------------------------------
337: Procedure chk_mcu_composite_key
338: (
339: p_mapping_id in hxc_mappings.mapping_id%TYPE
340: , p_mapping_component_id in hxc_mapping_components.mapping_component_id%TYPE
341: ) IS
342: --
343: l_proc varchar2(72);