DBA Data[Home] [Help]

APPS.IGS_CO_GEN_004 dependencies on JTF_VARCHAR2_TABLE_4000

Line 292: l_attributes JTF_VARCHAR2_TABLE_4000 ;

288:
289:
290: l_attribute_type_codes JTF_VARCHAR2_TABLE_100 ;
291: l_attribute_type_names JTF_VARCHAR2_TABLE_300 ;
292: l_attributes JTF_VARCHAR2_TABLE_4000 ;
293: l_component_citems JTF_NUMBER_TABLE ;
294: l_component_attrib_types JTF_VARCHAR2_TABLE_100 ;
295: l_component_citem_names JTF_VARCHAR2_TABLE_300 ;
296: l_component_owner_ids JTF_NUMBER_TABLE ;

Line 310: l_attributes := JTF_VARCHAR2_TABLE_4000();

306: BEGIN
307:
308: l_attribute_type_codes := JTF_VARCHAR2_TABLE_100();
309: l_attribute_type_names := JTF_VARCHAR2_TABLE_300();
310: l_attributes := JTF_VARCHAR2_TABLE_4000();
311: l_component_citems := JTF_NUMBER_TABLE();
312: l_component_attrib_types := JTF_VARCHAR2_TABLE_100();
313: l_component_citem_names := JTF_VARCHAR2_TABLE_300();
314: l_component_owner_ids := JTF_NUMBER_TABLE();