Package ab_donor_category_str
This package contains the error messages and error message functions for DONOR CATEGORY STRINGS.
Message Key | Error Message |
CONSTITUENT_INFO_EXISTS | Cannot 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_EXISTS | Cannot 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_CODE | Invalid value for donor category |
The donor category code must exist in the ATVDONR validation table. |
INVALID_PIDM | Invalid value for internal identification number |
Internal identification number is missing or does not exist in the database. |
MISSING_DONR_CODE | Missing mandatory value for donor category |
Donor Category must be supplied. |
MISSING_PIDM | Missing mandatory value for internal identification number |
Internal identification number must be supplied. |
ORGANIZATION_INFO_EXISTS | Cannot 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_FAILED | Cannot delete, record does not exist |
No record exists for the combination of internal identification number and donor category supplied. |
RECORD_EXISTS | Cannot create, record already exists |
A record already exists for the combination of internal identification number and donor category supplied. |
|
Global error table that holds the error message.
Returns error message corresponding to p_errorname.