DBA Data[Home] [Help]

APPS.HXC_ALIAS_UTILITY dependencies on HXC_LAYOUT_COMPONENTS_V

Line 1291: from hxc_layout_components_v

1287: CURSOR csr_lay_alias_comp(p_layout_id NUMBER)
1288: IS
1289: select layout_component_id, QUALIFIER_ATTRIBUTE24,
1290: QUALIFIER_ATTRIBUTE27,QUALIFIER_ATTRIBUTE26,LABEL
1291: from hxc_layout_components_v
1292: where layout_id = p_layout_id;
1293: --and QUALIFIER_ATTRIBUTE26 like 'OTL_ALIAS%';
1294:
1295: l_attribute_index NUMBER;