index

Package ab_donor_category_str

This package contains the error messages and error message functions for DONOR CATEGORY STRINGS.

Message KeyError Message
CONSTITUENT_INFO_EXISTSCannot delete last Category, Advancement Individual information exists
Each Advancement Individual must have at least one Donor Category. To delete the last Donor Category, call AB_ADV_INDIVIDUAL.P_DELETE.
INDV_ORGN_NOT_EXISTSCannot create, Advancement Base information does not exist
Cannot create a Donor Category without either Advancement Individual or Advancement Organizaion base information.  To create base information, call AB_ADV_INDIVIDUAL.P_CREATE or AB_ADV_ORGANIZATION.P_CREATE.
INVALID_DONR_CODEInvalid value for donor category
The donor category code must exist in the ATVDONR validation table.
INVALID_PIDMInvalid value for internal identification number
Internal identification number is missing or does not exist in the database.
MISSING_DONR_CODEMissing mandatory value for donor category
Donor Category must be supplied.
MISSING_PIDMMissing mandatory value for internal identification number
Internal identification number must be supplied.
ORGANIZATION_INFO_EXISTSCannot delete last category, Advancement Organization Header information exists
Each Advancement Organization must have at least one Donor Category. To delete the last Donor Category, call AB_ADV_ORGANIZATION.P_DELETE.
P_DELETE_FAILEDCannot delete, record does not exist
No record exists for the combination of internal identification number and donor category supplied.
RECORD_EXISTSCannot create, record already exists
A record already exists for the combination of internal identification number and donor category supplied.


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.