BANINST1@S10B80

index

Package sb_pagefieldconfig_strings

This package contains the error messages and error message functions for the Page And Field Configuration API (sb_pagefieldconfig).

Message NameError Message
INVALID_DISPLAY_INDInvalid display indicator value.
The display indicator value entered must be a valid value.  Valid values are (Y)es or (N)o.
INVALID_DISPLAY_NUMBERInvalid display number value.
The display number value entered must be a valid integer between 1 - 9999.
INVALID_PERSONA_CDEInvalid persona code value.
The person code entered must be a valid value.  Valid values are: 01=Anonymous, 02=Student, 03=Faculty, 04=Admin.
INVALID_REQUIRED_INDInvalid required indicator value.
The required indicator value entered must be a valid value.  Valid values are (Y)es or (N)o.
INVALID_SYSTEM_REQ_INDInvalid system required indicator value.
The system required indicator value entered must be a valid value.  Valid values are (Y)es or (N)o.
INVALID_TERM_CODE_EFFInvalid effective term value.
The effective term value entered must be a valid term value.
INVALID_WSFD_CODEInvalid field code value.
The field code value entered must be a valid field code value.
INVALID_WSPG_CODEInvalid page code value.
The page code value entered must be a valid page code value.
MISSING_DISPLAY_INDMissing mandatory display indicator value.
The display indicator value is missing and must be specified as either (Y)es or (N)o.
MISSING_PERSONA_CDEMissing mandatory persona value.
The persona value is missing and must be specified.
MISSING_REQUIRED_INDMissing mandatory required indicator value.
The required indicator value is missing and must be specified as either (Y)es or (N)o.
MISSING_SYSTEM_REQ_INDMissing mandatory system required indicator value.
The system required indicator value is missing and must be specified as either (Y)es or (N)o.
MISSING_TERM_CODE_EFFMissing mandatory effective term value.
The effective term value is missing and must be specified.
MISSING_WSFD_CODEMissing mandatory field code value.
The field code value is missing and must be specified.
MISSING_WSPG_CODEMissing mandatory page code value.
The page code value is missing and must be specified.
DISPLAY_NUMBER_REQUIREDDisplay number must be specified.
Display number is required when display indicator is Y.
DISPLAY_NUMBER_NOT_UNIQUEDisplay number must be unique.
Display number must be unique for the term, persona and page.
DISPLAY_IND_INCORRECTInvalid display indicator for required indicator.
Display indicator must be Y when required indicator is Y.
PK_NOT_FOUNDCannot find the page and field configuration record.
An attempt to update or delete a page and field configuration record was unsuccessful because the record could not be found using the primary key of term effective, persona, page and field.
P_DELETE_FAILEDCannot delete, record does not exist.
An attempt to delete a page and field configuration record was unsuccessful because the record could not be found.
RECORD_EXISTSCannot create, record already exists.
An attempt to create a page and field configuration record was unsuccessful because the record already exists; duplicates are not allowed.


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.