DBA Data[Home] [Help]

APPS.ONT_OEXOEOCR_XMLP_PKG dependencies on OE_DEBUG_PUB

Line 625: oe_debug_pub.add('Multiple records returned while fetching the Unit Selling Price for line id '||LINEID||' and the cancelled quantity '||CAN_QTY_FINAL2||' from the order lines history');

621: AND HIST_TYPE_CODE = 'CANCELLATION';
622: RETURN ((CAN_QTY_FINAL2 - CANCELLED_QTY) * UNIT_SELLING_PRICE_VAR);
623: EXCEPTION --Added the exception block to fix the bug 7135763
624: WHEN TOO_MANY_ROWS THEN
625: oe_debug_pub.add('Multiple records returned while fetching the Unit Selling Price for line id '||LINEID||' and the cancelled quantity '||CAN_QTY_FINAL2||' from the order lines history');
626: RETURN (NULL);
627: END;
628:
629: END IF;