index

Package gb_partner_rule_strings

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

Message NameError Message
INVALID_INTP_CODEInvalid value for Cross Referenced Partner System
Value provided for Cross Referenced Partner System is not valid. Value must be maximum five (5) characters, not null, and a valid entry on table GTVINTP.
MISSING_DESCMissing mandatory value for Integration Partner Value Description
Value for Integration Partner Value Description must be provided.  Value must be maximum thirty (30) characters and not null.
MISSING_INTEGRATION_CDEMissing mandatory value for Integration Partner Value
Value for Integration Partner Value must be provided.  Value must be maximum five (5) characters and not null.
MISSING_INTP_CODEMissing mandatory value for  Cross Referenced Partner System
Value for Cross Referenced Partner System must be provided.  Value must be maximum five (5) characters, not null, and a valid entry on table GTVINTP.
MISSING_USER_IDMissing mandatory value for User ID
Value for User ID must be provided. Value must be maximum thirty (30) characters and not null.
PK_NOT_FOUNDCannot find record using primary or unique key
Record cannot be located in database for this key.
P_DELETE_FAILEDCannot delete, record does not exist
Record cannot be found for this Integration Partner Value.
RECORD_EXISTSCannot create, record already exists
Record already exists in the database for this Integration Partner Value.
RULE_RECORD_EXISTSCannot delete, record used in existing Integration Partner Rule
Current Integration Partner System is cross referenced in an Integration Partner Rule, and cannot be deleted.


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.