index

Package gb_cm_display_options_str

This package contains the error messages and error message functions for GB_CM_DISPLAY_OPTIONS_STR.

Message KeyError Message
INVALID_CMSC_CODEInvalid value for Source Code
Matching Source Code must be valid value from GTVCMSC table.
INVALID_DATA_ORIGINInvalid value for Data Origin
Data Origin must contain valid application value.
INVALID_OBJS_NAMEInvalid value for Object
Object must be valid form type object from GUBOBJS table.
INVALID_SEQ_NOInvalid value for Sequence Number
Sequence Number must be one-digit, non-zero number,
INVALID_USER_IDInvalid value for User ID
User ID must be valid Banner User ID and cannot be NULL or spaces.
MISSING_CMSC_CODEMissing mandatory value for Source Code
Matching Source Code is required and must be a valid value on GTVCMSC table.
MISSING_OBJS_NAMEMissing mandatory value for Object
Object Name is required and must be a valid form type object from GUBOBJS table.
MISSING_PARENTRequired parent record not found 
Parent row not found in GORCMSC table for passed paramter values.
MISSING_SEQ_NOMissing mandatory value for Sequence Number
Sequence Number is required and must be a one-digit, non-zero nubmer.
MISSING_USER_IDMissing mandatory value for User ID
User ID is required and must be a alid Banner User ID.
PK_NOT_FOUNDCannot find record using primary or unique key
Passed parameter values could not locate row in table.
P_DELETE_FAILEDCannot delete, record does not exist
Passed parameter values could not locate row in table.
RECORD_EXISTSCannot create, record already exists
Object Name already exists for this combination of key values.


Program units
f_get_error   Returns error message corresponding to p_errorname

Variables
error_tab   Global error table that holds the error message.


error_tab

error_tab gb_common_strings.errmsg_tab_type;

Global error table that holds the error message.


f_get_error

FUNCTION f_get_error(p_errorname VARCHAR2) RETURN VARCHAR2

Returns error message corresponding to p_errorname

Parameters
p_errorname   Name associated with error message.