DBA Data[Home] [Help]

APPS.HXC_ALIAS_UTILITY dependencies on HXC_LAYOUT_COMPONENTS_V

Line 1607: from hxc_layout_components_v

1603: CURSOR csr_lay_alias_comp(p_layout_id NUMBER)
1604: IS
1605: select layout_component_id, QUALIFIER_ATTRIBUTE24,
1606: QUALIFIER_ATTRIBUTE27,QUALIFIER_ATTRIBUTE26,LABEL
1607: from hxc_layout_components_v
1608: where layout_id = p_layout_id;
1609: --and QUALIFIER_ATTRIBUTE26 like 'OTL_ALIAS%';
1610:
1611: l_attribute_index NUMBER;