index

Package sb_gradapp_paymentopts_strings

This package contains the error messages and error message functions for the Graduation Application Payment Options API (sb_gradapp_paymentopts).

Message NameError Message
INVALID_DETC_CODEDetail Code is not valid
Detail code is not valid.
INVALID_GADR_CODEGraduation Application Display Rule Code is not valid
Code used for graduation application display rule is not valid.
INVALID_WPYO_CODEWeb Payment Option Code is not valid
Code used for web payment option is not valid.
MISSING_CHRGCharge is missing
Charge is required.
MISSING_DETC_CODEDetail Code is missing
Detail code is required.
MISSING_GADR_CODEGraduation Application Display Rule Code is missing
Graduation application display rule code is required.
MISSING_PARENTRequired parent Display Rule (SHBGADR) record not found for Graduation Application Payment Options.
Display Rule parent record not found for graduation application payment option.
MISSING_USER_IDUser ID is missing
User ID is required.
MISSING_WPYO_CODEWeb Payment Option Code is missing
Web payment option code is required.
PK_NOT_FOUNDCannot find Graduation Application Payment Option record using primary or unique key
Cannot find the graduation application payment option using the primary or unique key.
P_DELETE_FAILEDCannot delete Graduation Application Payment Option because the record does not exist
Cannot delete graduation application payment option; graduation application payment option not found.
RECORD_EXISTSCannot create Graduation Application Payment Option because the record already exists
Cannot create graduation application payment option; graduation application payment option already exists.


Program units
f_get_error  

Variables
error_tab  


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.