index

Package rp_award_strings

This package contains the error messages and error message functions for the Award Business Process API (rp_award).

Message NameError Message
INACTIVE_AIDY_CODEAid Year Code is inactive.
The aid year parameter contains an aid year code that is marked as inactive in the ROBINST table.
INVALID_AIDY_CODEAid Year Code is not valid.
The aid year parameter contains an aid year code that is not defined in the ROBINST table.
INVALID_PIDMPIDM is invalid.
The PIDM parameter contains a value that does not exist on the database.
MISSING_AIDY_CODEAid Year Code is missing.
The aid year code is required.
MISSING_FUND_CODEFund Code is missing.
The fund code is required.
MISSING_PIDMMissing mandatory value for PIDM.
The PIDM value is required.
NO_RPRLPAP_DATANo loan period.
The loan period required to add a loan application is not defined.
PELL_ADDCannot create; award is Pell.
A Pell award cannot be created using this procedure.
PELL_ADJUSTMENTAward cannot be updated; Pell offer amount cannot be changed.
The offered amount for a Pell award cannot be updated using this procedure.
PELL_AWST_CODEAward cannot be updated; Pell award status cannot be changed.
The award status for a Pell award cannot be updated using this procedure.
PELL_NON_ZERO_OFFERAward cannot be deleted; Pell offer amount is not zero.
A Pell award with a non-zero offered amount cannot be deleted.
PK_NOT_FOUNDCannot find award using primary or unique key.
The award cannot be found with the key values supplied.
PRE_BANNERCannot create/update/delete pre-BANNER awards.
Pre-Banner awards cannot be created, updated or deleted using this procedure.


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.