DBA Data[Home] [Help]

APPS.ONT_OEXOESOS_XMLP_PKG dependencies on FND_FLEX_XML_PUBLISHER_APIS

Line 33: v_item :=fnd_flex_xml_publisher_apis.process_kff_combination_1('Item_dsp', 'INV', p_item_flex_code,p_item_structure_num,ORGANIZATION_ID_L,INVENTORY_ITEM_ID_L, 'ALL', 'Y', 'VALUE');

29: DATA= ":item_flex"
30: VALUE=":Item_dsp"
31: DISPLAY="ALL"'
32: ); */
33: v_item :=fnd_flex_xml_publisher_apis.process_kff_combination_1('Item_dsp', 'INV', p_item_flex_code,p_item_structure_num,ORGANIZATION_ID_L,INVENTORY_ITEM_ID_L, 'ALL', 'Y', 'VALUE');
34: elsif (item_identifier_type_L = 'CUST' and p_print_description in ('C','P','O')) then
35: select citems.customer_item_number item,
36: nvl(citems.customer_item_desc,sitems.description) description
37: into v_item,v_description