index

Package gb_pcol_major_strings

Error messages and error message functions for the PRIOR COLLEGE MAJOR API (gb_pcol_major).

Message NameError Message
INVALID_DEGC_CODEInvalid Degree for Prior College Major
An attempt was made to create or update the prior college major Degree code with an invalid value.  The Degree Code must exist in the Degree Code validation table (STVDEGC).
INVALID_MAJR_CODE_MAJORInvalid Major for Prior College Major
An attempt was made to create or update the prior college Major code with an invalid value.  The Major Code must exist in the Major, Minor, Concentration Code validation table (STVMAJR).
INVALID_PIDMInvalid PIDM for Prior College Major
An attempt to create or update the prior college major record was unsuccessful because the PIDM given does not exist in the SPRIDEN table.
INVALID_SBGI_CODEInvalid Source Background Institution for Prior College Major
An attempt was made to create or update the prior college major Source Background Institution code with an invalid value.  The Source Background Institution Code must exist in the Source Background Institution Code validation table (STVSBGI).
MISSING_DEGR_SEQ_NOMissing mandatory Degree Sequence Number for Prior College Major
The prior college major Degree Sequence Number is missing or NULL and must be entered.
MISSING_MAJR_CODE_MAJORMissing mandatory Major for Prior College Major
The prior college Major Code is missing or NULL and must be entered.
MISSING_PARENTRequired Degree parent record not found for Prior College Major
The prior college major PIDM, Source Background Institution Code and Degree Sequence Number are required and must be defined in the Prior College Degree Table (SORDEGR).
MISSING_PIDMMissing mandatory PIDM for Prior College Major
The PIDM for prior college major is missing or NULL and must be entered.
MISSING_SBGI_CODEMissing mandatory Source Background Institution for Prior College Major
The prior college major Source Background Institution Code is missing or NULL and must be entered.
PK_NOT_FOUNDCannot find record using primary or unique key for Prior College Major
An attempt was made to update a prior college major record that does not exist.
P_DELETE_FAILEDCannot delete Prior College Major, record does not exist
An attempt was made to delete a prior college major record that does not exist.
RECORD_EXISTSCannot create, record already exists for Prior College Major
An attempt was made to create a prior college major record that already exists.
P_UPDATE_UNSUPPORTEDCannot update Prior College Major, p_update is unsupported
An attempt was made to call the prior college major p_update procedure was unsuccessful because the p_update is unsupported.


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.