DBA Data[Home] [Help]

APPS.ONT_OEXIODIS_XMLP_PKG dependencies on FND_FLEX_XML_PUBLISHER_APIS

Line 431: 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_ID, 'ALL', 'Y',

427: begin
428: if (item_identifier_type is null or item_identifier_type = 'INT')
429: or (p_print_description in ('I','D','F')) then
430:
431: 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_ID, 'ALL', 'Y',
432: 'VALUE');
433:
434: select sitems.description description
435: into v_description

Line 454: 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_ID, 'ALL', 'Y',

450: DATA= ":item_flex"
451: VALUE=":Item_dsp"
452: DISPLAY="ALL"'
453: );*/
454: 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_ID, 'ALL', 'Y',
455: 'VALUE');
456: elsif (item_identifier_type = 'CUST' and p_print_description in ('C','P','O')) then
457: select citems.customer_item_number item,
458: nvl(citems.customer_item_desc,sitems.description) description