Package gb_gtvintp Standard functions and procedures for Integration Partner System Code Validation Table. |
Program units |
f_code_exists | Determines if the code exists in the table |
f_get_description | Returns description for the code |
Cursors |
gtvintp_c | Returns the record from the validation table. |
gtvintp_c
CURSOR gtvintp_c( p_code gtvintp.gtvintp_code%TYPE) RETURN gtvintp%ROWTYPE;
Returns the record from the validation table.
f_code_exists
FUNCTION f_code_exists(p_code gtvintp.gtvintp_code%TYPE) RETURN VARCHAR2
Determines if the code exists in the table
Parameters |
p_code |
Used to define an external Integration Partner System. Valid Codes are 'WEBCT' for WebCT Integration or 'BB' for Blackboard Integration. |
Returns |
Y if found, otherwise N |
f_get_description
FUNCTION f_get_description(p_code gtvintp.gtvintp_code%TYPE) RETURN VARCHAR2
Returns description for the code
Parameters |
p_code |
Used to define an external Integration Partner System. Valid Codes are 'WEBCT' for WebCT Integration or 'BB' for Blackboard Integration. |
Returns |
Description |