index

Package gb_stvvtyp

Standard functions and procedures for Visa Type 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
stvvtyp_c   Returns the record from the validation table.


stvvtyp_c

CURSOR stvvtyp_c(
    p_code  stvvtyp.stvvtyp_code%TYPE)
 RETURN stvvtyp%ROWTYPE;

Returns the record from the validation table.


f_code_exists

FUNCTION f_code_exists(p_code stvvtyp.stvvtyp_code%TYPE) RETURN VARCHAR2

Determines if the code exists in the table

Parameters
p_code   Visa type code referenced on the International Information Form (GOAINTL).

Returns
Y if found, otherwise N


f_get_description

FUNCTION f_get_description(p_code stvvtyp.stvvtyp_code%TYPE)
  RETURN VARCHAR2

Returns description for the code

Parameters
p_code   Visa type code referenced on the International Information Form (GOAINTL).

Returns
Description