DBA Data[Home] [Help]

APPS.IGS_CO_GEN_004 dependencies on JTF_NUMBER_TABLE

Line 293: l_component_citems JTF_NUMBER_TABLE ;

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 ;
297: l_component_owner_types JTF_VARCHAR2_TABLE_100 ;

Line 296: l_component_owner_ids JTF_NUMBER_TABLE ;

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 ;
297: l_component_owner_types JTF_VARCHAR2_TABLE_100 ;
298: l_component_sort_orders JTF_NUMBER_TABLE ;
299:
300: l_temp_component_attrib_types IGS_CO_GEN_004.T_VARCHAR_100;

Line 298: l_component_sort_orders 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 ;
297: l_component_owner_types JTF_VARCHAR2_TABLE_100 ;
298: l_component_sort_orders JTF_NUMBER_TABLE ;
299:
300: l_temp_component_attrib_types IGS_CO_GEN_004.T_VARCHAR_100;
301: l_temp_component_citem_names IGS_CO_GEN_004.T_VARCHAR_300;
302:

Line 311: l_component_citems := JTF_NUMBER_TABLE();

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();
315: l_component_owner_types := JTF_VARCHAR2_TABLE_100();

Line 314: l_component_owner_ids := JTF_NUMBER_TABLE();

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();
315: l_component_owner_types := JTF_VARCHAR2_TABLE_100();
316: l_component_sort_orders := JTF_NUMBER_TABLE();
317:
318: IBC_CITEM_ADMIN_GRP.get_item (

Line 316: l_component_sort_orders := 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();
315: l_component_owner_types := JTF_VARCHAR2_TABLE_100();
316: l_component_sort_orders := JTF_NUMBER_TABLE();
317:
318: IBC_CITEM_ADMIN_GRP.get_item (
319: p_citem_ver_id => p_version_id, --Version is same as the content_id
320: p_init_msg_list => FND_API.g_true,

Line 499: --l_content_item_id := JTF_NUMBER_TABLE() ;

495:
496: BEGIN
497: i:=0;
498: -- initalize all varrays, else we get subscription out of bound or uninitialized collection errors.
499: --l_content_item_id := JTF_NUMBER_TABLE() ;
500: l_assoc_objects2 := JTF_VARCHAR2_TABLE_300() ;
501: l_assoc_objects3 := JTF_VARCHAR2_TABLE_300() ;
502: l_assoc_objects4 := JTF_VARCHAR2_TABLE_300() ;
503: l_assoc_objects5 := JTF_VARCHAR2_TABLE_300() ;