[Home] [Help]
516: x_attribute_tab := new rrs_attribute_tab();
517: END IF;
518:
519: x_attribute_tab.EXTEND();
520: x_attribute_tab(x_attribute_tab.LAST) := new rrs_attribute_rec(
521: x_attr_group_tab(j).ATTR_GROUP_TYPE,
522: x_attr_group_tab(j).ATTR_GROUP_NAME,
523: l_ext_id_array(k),
524: l_attribute_tab(p).ATTR_NAME,
543: --Bug Fix 9453429: Need consider the Hidden Data Type even for the empty attribute group
544: IF l_attribute_tab(p).DISPLAY_CODE = 'H' THEN
545: l_display_type_code := 'H of C';
546: END IF;
547: x_attribute_tab(x_attribute_tab.LAST) := new rrs_attribute_rec(
548: x_attr_group_tab(j).ATTR_GROUP_TYPE,
549: x_attr_group_tab(j).ATTR_GROUP_NAME,
550: NULL, -- ext_id
551: l_attribute_tab(p).ATTR_NAME,