DBA Data[Home] [Help]

APPS.ONT_OEXOECCL_XMLP_PKG dependencies on FND_FLEX_XML_PUBLISHER_APIS

Line 313: v_item := fnd_flex_xml_publisher_apis.process_kff_combination_1('Item_dsp', 'INV', p_item_flex_code, p_item_structure_num, Item_DspFormula.ORGANIZATION_ID, Item_DspFormula.INVENTORY_ITEM_ID1, 'ALL', 'Y', 'VALUE');

309: begin
310: if (item_identifier_type is null or item_identifier_type = 'INT')
311: or (p_item_description in ('I','D','F')) then
312:
313: v_item := fnd_flex_xml_publisher_apis.process_kff_combination_1('Item_dsp', 'INV', p_item_flex_code, p_item_structure_num, Item_DspFormula.ORGANIZATION_ID, Item_DspFormula.INVENTORY_ITEM_ID1, 'ALL', 'Y', 'VALUE');
314:
315: select sitems.description description
316: into v_description
317: from mtl_system_items_vl sitems

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

331: DATA= ":item_flex"
332: VALUE=":Item_dsp"
333: DISPLAY="ALL"'
334: );*/
335: v_item := fnd_flex_xml_publisher_apis.process_kff_combination_1('Item_dsp', 'INV', p_item_flex_code, p_item_structure_num, Item_DspFormula.ORGANIZATION_ID, Item_DspFormula.INVENTORY_ITEM_ID1, 'ALL', 'Y', 'VALUE');
336: elsif (item_identifier_type = 'CUST' and p_item_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