BANINST1@S10B80

index

Package sb_faculty_feedback_strings

This package contains the error messages and error message functions for SB_FACULTY_FEEDBACK.

Message NameError Message
INVALID_SFRFFST_IDsfrffst Id is not valid.
Put your description here
INVALID_STVFFVA_IDStvffva Id is not valid.
Put your description here
MISSING_DATA_ORIGINData Origin is missing.
Put your description here
MISSING_SFRFFST_IDsfrffst Id is missing.
Put your description here
MISSING_STVFFVA_IDStvffva Id is missing.
Put your description here
MISSING_USER_IDUser Id is missing.
Put your description here
MISSING_VERSIONVersion is missing.
Put your description here
PK_NOT_FOUNDCannot find record using primary or unique key for the sb_faculty_feedback API.
Put your description here
P_DELETE_FAILEDCannot delete faculty_feedback(sb_faculty_feedback) because the record does not exist.
Put your description here
RECORD_EXISTSsb_faculty_feedback API cannot create faculty_feedback(sb_faculty_feedback) because the record already exists.
Put your description here


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.