Package gb_gtvsvct
Standard functions and procedures for GTVSVCT: Validation entries for SEVIS Occupation Category Type Codes for Exchange Visitor program.
|
gtvsvct_c
|
Returns the record from the validation table.
|
gtvsvct_c
CURSOR gtvsvct_c(
p_code gtvsvct.gtvsvct_code%TYPE)
RETURN gtvsvct%ROWTYPE;
Returns the record from the validation table.
f_code_exists
FUNCTION f_code_exists(p_code gtvsvct.gtvsvct_code%TYPE) RETURN VARCHAR2
Determines if the code exists in the table
|
p_code
|
Exchange Visitor Occupation Category Type Code for SEVIS Reporting.
|
f_get_description
FUNCTION f_get_description(p_code gtvsvct.gtvsvct_code%TYPE)
RETURN VARCHAR2
Returns description for the code
|
p_code
|
Exchange Visitor Occupation Category Type Code for SEVIS Reporting.
|