index

Package ab_atvauxl_strings

This package contains the error messages and error message functions for the Auxiliary Code Table.

Message NameError Message
INVALID_CLAS_INDAuxiliary Class Indicator is not valid.
The Auxiliary Class Indicator must be Y or null.
INVALID_CODEAuxiliary Code is not valid.
The Auxiliary Code does not exist in Banner.
INVALID_DCPR_CODEAuxiliary Benefit or Premium Code is not valid.
The Auxiliary Benefit or Premium Code does not exist in Banner.
INVALID_DONR_INDAuxiliary Donor Indicator is not valid.
The Auxiliary Donor Indicator must be Y or null.
MISSING_CODEAuxiliary Code is missing.
The Auxiliary Code is required.
MISSING_DESCAuxiliary Code Description is missing.
The Auxiliary Code Description is required.
PK_NOT_FOUNDCannot find record using primary or unique key for the ab_atvauxl API.
The Auxiliary Code record cannot be found using a primary or unique key.
P_DELETE_FAILEDCannot delete the ATVAUXL record (ab_atvauxl) because the record does not exist.
The Auxiliary Code record cannot be deleted because it does not exist.
RECORD_EXISTSab_atvauxl API cannot create the ATVAUXL record (ab_atvauxl) because the record already exists.
The Auxiliary Code record cannot be created because it 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.