DBA Data[Home] [Help]

APPS.ONT_OEXOEORS_XMLP_PKG dependencies on FND_FLEX_XML_PUBLISHER_APIS

Line 743: 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');

739: sitems.customer_order_enabled_flag = 'Y' and
740: sitems.bom_item_type in (1,4)
741: and nvl(sitems.organization_id,0) = NVL(OE_SYS_PARAMETERS.VALUE('MASTER_ORGANIZATION_ID',MO_GLOBAL.GET_CURRENT_ORG_ID),0)
742: and sitems.inventory_item_id = inventory_item_id1;
743: 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');
744: elsif (item_identifier_type = 'CUST' and p_print_description in ('C','P','O')) then
745: select citems.customer_item_number item,
746: nvl(citems.customer_item_desc,sitems.description) description
747: into v_item,v_description