index

Package gb_cm_user_setup_str

This package contains the error messages and error message functions for the Common Matching User Setup API.

Message KeyErrorMessage
INVALID_CMSC_CODEInvalid value for the Online Matching Source code
The code must be set up in GTVCMSC
INVALID_CMSC_OPTION_INDInvalid value for the Allow Other Matching Sources indicator
The indicator must be 'Y' or 'N'
INVALID_CM_USER_IDInvalid Common Matching User ID
The User ID for whom the setup is being established must exist in GURTPRF
INVALID_EXCLUDE_INDInvalid value for Exclude User Indicator
Exclude User Indicator should be 'Y' or 'N'
MISSING_CMSC_CODEOnline Matching Source is required when Allow Other Matching Sources indicator is unselected
If the Common Matching User may not select different Source Codes for online processing, then the Common Matching Source code must be specified at user setup.
MISSING_CMSC_OPTION_INDMissing mandatory value for Allow Other Matching Sources indicator
Common Matching Source Code Options is required
MISSING_CM_USER_IDMissing mandatory value for User ID
Banner User ID for which setup is being done is required
MISSING_EXCLUDE_INDMissing mandatory value for Exclude User indicator
The Indicator for whether the user ID is being excluded from executing the Common Matching process or not is required
MISSING_USER_IDMissing mandatory value for User ID
User ID doing the setup is required
NOT_ONLINE_CMSC_CODEOnline Matching Source is not setup for Online Matching in GORCMSC(Common Matching Source Rules Table)
The Common Matching Source code must exist on the GORCMSS table with the online indicator set to 'Y'
PK_NOT_FOUNDCannot find record using primary or unique key
The record does not exist
P_DELETE_FAILEDCannot delete, record does not exist
Trying to delete a record that does not exist
RECORD_EXISTSCannot create, record already exists
Record already exists for user


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.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.