index

Package gb_integ_config_strings

This package contains the error messages and error message functions for the INTEG_CONFIG API (gb_integ_config).

Message NameError Message
INVALID_SQPR_ICSNInvalid Setting Name for the specified Process.
The Setting Name and Process combination is not allowed.
MISSING_SQPR_CODEProcess Code is missing. This field is required by the gb_integ_config API.
Process Code is required.
MISSING_ICSN_CODESetting Name is missing. This field is required by the gb_integ_config API.
The Setting Name is required.
MISSING_VALUESetting Value is missing. This field is required by the gb_integ_config API.
The Setting Value is required.
MISSING_USER_IDUser Id is missing. This field is required by the gb_integ_config API.
A valid Oracle User ID is required.
INVALID_SQPR_CODEProcess Code for the gb_integ_config API is not valid.
Process code must exist on GTVSQPR.
INVALID_ICSN_CODESetting Name for the gb_integ_config API is not valid.
Setting Name does not exist in Banner.
INVALID_VALUESetting Value for the gb_integ_config API is not valid.
Setting Value does not exist in Banner.
MULTIPLES_NOT_ALLOWEDMultiple values not allowed for the specified Setting.
The Setting allows only one integration configuration record.
P_DELETE_FAILEDCannot delete integ_config(gb_integ_config) because the record does not exist.
An attempt was made to delete an integration configuration record that does not exist.
PK_NOT_FOUNDCannot find record using primary or unique key for the gb_integ_config API.
The combination of key values (Process Code, Setting Name, Value) does not exist.
RECORD_EXISTSgb_integ_config API cannot create integ_config(gb_integ_config) because the record already exists.
An attempt was made to create an integration configuration record with a Process Code, Setting Name, and Value that already exists.


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.