index

Package gb_fgacexcludedobjects_str

This package contains the error messages and error message functions for the FGAC Excluded Objects API, gb_fgacexcludedobjects.

Message KeyError Message
INVALID_OBJECTInvalid value for Excluded Object
An attempt was made to create or update the FGAC Excluded Objects Code. The attempt failed because the object entered must be a valid value in Object Maintenance (GUAOBJS).
INVALID_USER_IDInvalid value for User ID
An attempt was made to create or update the FGAC Excluded Objects User ID.
The attempt failed because the user ID entered must be a valid value.
MISSING_OBJECTMissing mandatory value for Excluded Object
The FGAC Excluded Objects name is missing and must be a valid value in Object Maintenance (GUAOBJS).
MISSING_USER_IDMissing mandatory value for User ID
The FGAC Excluded Objects User ID is missing and must be a valid value.
PK_NOT_FOUNDCannot find record using FGAC Excluded Objects primary or unique key
An attempt to find a FGAC Excluded Objects record was unsuccessful using the primary or unique key of object name.
P_DELETE_FAILEDCannot delete, FGAC Excluded Objects record does not exist
An attempt to delete a FGAC Excluded Objects record was unsuccessful because the record does not exist.
RECORD_EXISTSCannot create, FGAC Excluded Objects record already exists
An attempt to create a FGAC Excluded Objects record was unsuccessful because the record already exists.


Program units
f_get_error   Returns an error message corresponding to p_errorname.

Variables
error_tab   Error messages array.


error_tab

error_tab gb_common_strings.errmsg_tab_type;

Error messages array.


f_get_error

FUNCTION f_get_error(p_errorname VARCHAR2) RETURN VARCHAR2

Returns an error message corresponding to p_errorname.

Parameters
p_errorname   Name associated with the error message. Required