DBA Data[Home] [Help]

APPS.ONT_OEXOEOCR_XMLP_PKG dependencies on FND_FLEX_XML_PUBLISHER_APIS

Line 1004: v_item := fnd_flex_xml_publisher_apis.process_kff_combination_1('Item_dsp', 'INV', p_item_flex_code, p_item_structure_num, SI_ORGANIZATION_ID, SI_INVENTORY_ITEM_ID, 'ALL', 'Y', 'VALUE');

1000: DATA= ":item_flex"
1001: VALUE=":Item_dsp"
1002: DISPLAY="ALL"'
1003: );*/
1004: v_item := fnd_flex_xml_publisher_apis.process_kff_combination_1('Item_dsp', 'INV', p_item_flex_code, p_item_structure_num, SI_ORGANIZATION_ID, SI_INVENTORY_ITEM_ID, 'ALL', 'Y', 'VALUE');
1005: elsif (ITEM_IDENTIFIER_TYPE_T = 'CUST' and p_print_description in ('C','P','O')) then
1006: select citems.customer_item_number item,
1007: nvl(citems.customer_item_desc,sitems.description) description
1008: into v_item,v_description