DBA Data[Home] [Help]

APPS.HXC_HPH_BUS dependencies on HXC_MAPPING_COMPONENTS

Line 1381: hxc_mapping_components hmc

1377: succ number := 0;
1378: cursor c_get_mapping_comp_name(p_alias_type_id number) is
1379: select name
1380: from hxc_alias_type_components hac,
1381: hxc_mapping_components hmc
1382: where hac.alias_type_id = p_alias_type_id
1383: and hac.mapping_component_id = hmc.mapping_component_id;
1384:
1385: begin