DBA Data[Home] [Help]

APPS.ONT_OEXOEORD_XMLP_PKG dependencies on FND_FLEX_XML_PUBLISHER_APIS

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

584: -- where sitems.customer_order_enabled_flag = 'Y'
585: -- and sitems.bom_item_type in (1,4)
586: where nvl(sitems.organization_id,0) = NVL(OE_SYS_PARAMETERS.VALUE('MASTER_ORGANIZATION_ID',MO_GLOBAL.GET_CURRENT_ORG_ID),0)
587: and sitems.inventory_item_id = inventory_item_id1;
588: 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');
589:
590: elsif (item_identifier_type = 'CUST' and p_print_description in ('C','P','O')) then
591: select citems.customer_item_number item,
592: nvl(citems.customer_item_desc,sitems.description) description