index

Package gb_gtvsvba

Standard functions and procedures for SEVIS Business Action Codes.


Program units
f_code_exists   Determine if the code exists in the table
f_get_description   Return description for the code

Cursors
gtvsvba_c  


gtvsvba_c

CURSOR gtvsvba_c(
    p_code  gtvsvba.gtvsvba_code%TYPE)
 RETURN gtvsvba%ROWTYPE;

f_code_exists

FUNCTION f_code_exists(p_code gtvsvba.gtvsvba_code%TYPE) RETURN VARCHAR2

Determine if the code exists in the table

Parameters
p_code   SEVIS business action code.

Returns
Y if found, otherwise N


f_get_description

FUNCTION f_get_description(p_code gtvsvba.gtvsvba_code%TYPE)
  RETURN VARCHAR2

Return description for the code

Parameters
p_code   SEVIS business action code.

Returns
Description