DBA Data[Home] [Help]

APPS.ONT_OEXOEOCS_XMLP_PKG dependencies on FND_FLEX_XML_PUBLISHER_APIS

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

227: nvl(sitems.organization_id,0) = nvl(oe_sys_parameters.value('MASTER_ORGANIZATION_ID',mo_global.get_current_org_id()),0)
228: and sitems.inventory_item_id = iid;
229: rp_dummy_item := v_item;
230: rp_dummy_item := '';
231: 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');
232:
233: elsif (item_identifier_type = 'CUST' and p_print_description in ('C','P','O')) then
234: select citems.customer_item_number item,
235: nvl(citems.customer_item_desc,sitems.description) description