index

Package sb_edi_acad_session_strings

This package contains the error messages and error message functions for the EDI Academic Session API (sb_edi_acad_session).
For use with internal processing to produce the XML transcript.

Message NameError Message
MISSING_DCMT_SEQNOMissing mandatory value for document sequence number.
Missing mandatory value for document sequence number.
MISSING_SEQNOMissing mandatory value for SHRASES sequence number.
Missing SHRASES sequence number.
MISSING_SNTP_CODEMissing value for SHRASES session type code. Documents will not load session information in SHATAEQ.
Please review STVTRMT for valid session type codes.
PK_NOT_FOUNDCannot find record using primary or unique key.
Cannot find record using document and document sequence number.
P_DELETE_FAILEDCannot delete, record does not exist.
The record for the document sequence number and document does not exist.
RECORD_EXISTSCannot create, record already exists.
A record currently exists having the same document and document sequence number.


Program units
f_get_error   Returns the error message corresponding to p_errorname.

Variables
error_tab   Global PL/SQL table that holds the error messages.


error_tab

error_tab gb_common_strings.errmsg_tab_type;

Global PL/SQL table that holds the error messages.


f_get_error

FUNCTION f_get_error(p_errorname VARCHAR2)
   RETURN gb_common_strings.err_type;

Returns the error message corresponding to p_errorname.

Parameters
p_errorname   Name associated with the error message.