Package gb_gtvdtyp Standard functions and procedures for Data type within "regular" Banner that we want to populate from the general tables |
Program units |
f_code_exists | Determines if the code exists in the table |
f_get_description | Returns description for the code |
Cursors |
gtvdtyp_c | Returns the record from the validation table. |
gtvdtyp_c
CURSOR gtvdtyp_c( p_code gtvdtyp.gtvdtyp_code%TYPE) RETURN gtvdtyp%ROWTYPE;
Returns the record from the validation table.
f_code_exists
FUNCTION f_code_exists(p_code gtvdtyp.gtvdtyp_code%TYPE) RETURN VARCHAR2
Determines if the code exists in the table
Parameters |
p_code |
Data type within Banner that can be populated (e.g. Basic Person, Proxy, Advancement, etc). |
Returns |
Y if found, otherwise N |
f_get_description
FUNCTION f_get_description(p_code gtvdtyp.gtvdtyp_code%TYPE) RETURN VARCHAR2
Returns description for the code
Parameters |
p_code |
Data type within Banner that can be populated (e.g. Basic Person, Proxy, Advancement, etc). |
Returns |
Description |