BANINST1@S10B80

index

Package sb_course_registration_str

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 Course Registration API (sb_course_registration).

Message KeyError Message
API_NOT_SUPPORTEDAPI call is not supported for the current release.
Student course registration records can only be created, updated, or deleted via Student Self-Service and Faculty and Advisor Self-Service, Banner Voice Response.


Program units
f_get_error   Returns an error message corresponding to p_errorname.

Variables
error_tab   Global error table that holds the error message.


error_tab

error_tab gb_common_strings.errmsg_tab_type;

Global error table that holds the error message.


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.