index

Package gb_stvterm_strings

NOTE: Please be advised that this API  is currently intended to only support internal operations.
To ensure data integrity,  this api  is not supported  when called by external applications or interfaces to manipulate data. The recommendation for external applications is to use message level integration  to integrate with this entitity in  SCT Banner.
 
This package contains the error messages and error message functions for the Term Code Validation API (gb_stvterm).

Message KeyError Message
API_NOT_SUPPORTEDTerm validation API call is not supported for the current release
An attempt was made to create, update or delete a term validation record. The API call is not supported for the current release.


Program units
f_get_error   Returns the error message corresponding to p_errorname.

Variables
error_tab   Global error table that holds the error message.


error_tab

error_tab gb_common.errmsg_tab_type;

Global error table that holds the error message.


f_get_error

FUNCTION f_get_error(p_errorname VARCHAR2) RETURN VARCHAR2

Returns the error message corresponding to p_errorname.

Parameters
p_errorname   Name associated with the error message.