index

Package sb_studypath_name_strings

This package contains the error messages and error message functions for the Study Path Name API (sb_studypath_name).

Message NameError Message
MISSING_COLUMNColumn is missing and is required for study path name
An attempt was made to create or update a study path name record without a column.
MISSING_DATA_ORIGINData source is missing and is required for study path name
An attempt was made to create or update a study path name record without a data source.
MISSING_SEQNOSequence number is missing and is required for study path name
An attempt was made to create or update a study path name record without a sequence number.
MISSING_USERUser ID is missing and is required for study path name
An attempt was made to create or update a study path name record without a user ID.
PK_NOT_FOUNDCannot find study path name record using primary or unique key
Cannot find study path name record using primary or unique key.
P_DELETE_FAILEDCannot delete study path name because the record does not exist
Cannot delete study path name because the record does not exist.
RECORD_EXISTSCannot create study path name because the record already exists
Cannot create study path name because the record already exists.


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.