Package gb_gtvschs Standard functions and procedures for Schedule Status Codes validation table. |
Program units |
f_code_exists | Determine if the code exists in the table |
f_get_description | Return description for the code |
Cursors |
gtvschs_c |
gtvschs_c
CURSOR gtvschs_c( p_code gtvschs.gtvschs_code%TYPE) RETURN gtvschs%ROWTYPE;
f_code_exists
FUNCTION f_code_exists(p_code gtvschs.gtvschs_code%TYPE) RETURN VARCHAR2
Determine if the code exists in the table
Parameters |
p_code |
Code for Schedule Status. |
Returns |
Y if found, otherwise N |
f_get_description
FUNCTION f_get_description(p_code gtvschs.gtvschs_code%TYPE) RETURN VARCHAR2
Return description for the code
Parameters |
p_code |
Code for Schedule Status. |
Returns |
Description |