index

Package sb_transfer_equiv_strings

Error messages and error message functions for the Transfer Equivalents API (sb_transfer_equiv).

Message NameError Message
MISSING_SBGI_CODESource/background institution code is missing
Source/background institution code is missing. This field is required.
MISSING_PROGRAMDegree program code is missing
Degree program code is missing. This field is required.
MISSING_TLVL_CODELevel code is missing
Level code is missing. This field is required.
MISSING_SUBJ_CODE_TRNSTransfer subject code is missing
Transfer subject code is missing. This field is required.
MISSING_CRSE_NUMB_TRNSTransfer course number is missing
Transfer course number is missing. This field is required.
MISSING_TERM_CODE_EFF_TRNSEffective transfer term code is missing
Effective transfer term code is missing. This field is required.
MISSING_SEQNOSequence number associated with the equivalent course is missing
Sequence number associated with the equivalent course is missing. This field is required.
MISSING_PARENTTransfer course parent record is missing
Transfer course child record cannot be created because there is no parent record in the SHBTATC table.
INVALID_SBGI_CODESource/background institution code is not valid
Source/background institution code is not valid.
INVALID_PROGRAMDegree program code is not valid
Degree program code is not valid.
INVALID_TLVL_CODELevel code is not valid
Level code is not valid.
INVALID_SUBJ_CODE_TRNSTransfer subject code is not valid
Transfer subject code is not valid.
INVALID_CRSE_NUMB_TRNSTransfer course number is not valid
Transfer course number is not valid.
INVALID_TERM_CODE_EFF_TRNSEffective transfer term code is not valid
Effective transfer term code is not valid.
INVALID_SEQNOSequence number associated with the equivalent course is not valid
Sequence number associated with the equivalent course is not valid.
INVALID_CONNECTORValue for the and/or connector is not valid
Value for the and/or connector is not valid.
INVALID_INST_LPAREN_CONNLeft parenthesis is not valid
Left parenthesis is not valid.
INVALID_SUBJ_CODE_INSTInstitution subject code is not valid
Institution subject code is not valid.
INVALID_CRSE_NUMB_INSTInstitution course number is not valid
Institution course number is not valid.
INVALID_INST_TITLEInstitution equivalent title is not valid
Institution equivalent title is not valid.
INVALID_INST_CREDITS_USEDValue for the default credit hours is not valid
Value for the default credit hours is not valid.
INVALID_INST_RPARENRight parenthesis is not valid
Right parenthesis is not valid.
INVALID_GROUPGroup code is not valid
Group code is not valid.
P_DELETE_FAILEDCannot delete the transfer equivalent (SHRTATC) because the record does not exist
Cannot delete the transfer equivalent record because it does not exist.
PK_NOT_FOUNDCannot find the transfer equivalent (SHRTATC) record using the primary or unique key
Cannot find the transfer equivalent record using the primary or unique key.
RECORD_EXISTSCannot create the transfer equivalent (SHRTATC) because the record already exists
Cannot create the transfer equivalent record because it already exists.


Program units
f_get_error  

Variables
error_tab  


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.