DBA Data[Home] [Help]

APPS.ONT_OEXOEORR_XMLP_PKG dependencies on FND_FLEX_XML_PUBLISHER_APIS

Line 335: v_item := fnd_flex_xml_publisher_apis.process_kff_combination_1('Item_dsp', 'INV', p_item_flex_code,p_item_structure_num, C_ORGANIZATION_ID, C_INVENTORY_ITEM_ID, 'ALL', 'Y', 'VALUE') ;

331: -- and sitems.bom_item_type in (1,4)
332: where nvl(sitems.organization_id,0) = NVL(OE_SYS_PARAMETERS.VALUE('MASTER_ORGANIZATION_ID',MO_GLOBAL.GET_CURRENT_ORG_ID) ,0)
333: and sitems.inventory_item_id = inventory_item_id1;
334:
335: v_item := fnd_flex_xml_publisher_apis.process_kff_combination_1('Item_dsp', 'INV', p_item_flex_code,p_item_structure_num, C_ORGANIZATION_ID, C_INVENTORY_ITEM_ID, 'ALL', 'Y', 'VALUE') ;
336: elsif (item_identifier_type = 'CUST' and p_print_description in ('C','P','O')) then
337: select citems.customer_item_number item,
338: nvl(citems.customer_item_desc,sitems.description) description
339: into v_item,v_description