DBA Data[Home] [Help]

OWAPUB.DEBUG_CARTX dependencies on DBMS_OUTPUT

Line 798: DBMS_OUTPUT.PUT_LINE('Weird Message Type ' || to_char(msgType));

794: msgType := sys.dbms_pipe.Next_Item_Type;
795: if ( msgType = 9) then
796: sys.dbms_pipe.unpack_message(procname);
797: else
798: DBMS_OUTPUT.PUT_LINE('Weird Message Type ' || to_char(msgType));
799: end if;
800: msg := DEBUG_CARTX_SUCCESS;
801:
802: sendAck(SessionID || 'Res', msg, status);