index

Package sb_datafile_test_score_strings

Error messages and error message functions for the DATAFILE TEST SCORE API (sb_datafile_test_score).
 

Message KeyError Message
MISSING_TESC_CODEMissing mandatory value for datafile test score test code
The test code is required and is missing.
MISSING_TESC_CODE_DATE_ORIGINMissing mandatory value for datafile test code date origin
The datafile test code date origin is a required value and is missing.
MISSING_USER_IDMissing mandatory value for datafile test score user ID
The user ID is required and is missing.
MISSING_SYS_REQ_INDMissing mandatory value for datafile test score system required indicator
The datafile test score system required indicator must have a value of Y or N.
INVALID_TESC_CODEInvalid value for datafile test score test code
The datafile test score test code must be a valid value from STVTESC.
INVALID_TESC_CODE_DATE_ORIGINInvalid value for datafile test score date origin
The datafile test score date origin may be a valid value from STVTESC.
INVALID_USER_IDInvalid value for datafile test score user ID
The user ID is currently not validated.
INVALID_SYS_REQ_INDInvalid value for datafile test score system required indicator
The datafile test score system required indicator must have a value of Y or N.
INVALID_DATA_ORIGINInvalid value for datafile test score data origin
The datafile test score data origin is currently not validated.
MISSING_PARENTRequired parent record not found
Required parent record not found.
P_DELETE_FAILEDCannot delete, record does not exist
Cannot delete, record does not exist.
PK_NOT_FOUNDCannot find record using primary or unique key
Cannot find record using primary or unique key.
RECORD_EXISTSCannot create, record already exists
Cannot create, record already exists.
CANNOT_DELETE_SYS_REQCannot delete, system required record
Cannot delete, system required record.


Program units
f_get_error  

Variables
error_tab  


error_tab

error_tab gb_common.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.err_type

Returns the error message corresponding to the p_errorname.

Parameters
p_errorname   Name associated with the error message.