index

Package gb_gtvctyp

Standard functions and procedures for Communications types that a system may want to send


Program units
f_code_exists   Determines if the code exists in the table
f_get_description   Returns description for the code

Cursors
gtvctyp_c   Returns the record from the validation table.


gtvctyp_c

CURSOR gtvctyp_c(
    p_code  gtvctyp.gtvctyp_code%TYPE)
 RETURN gtvctyp%ROWTYPE;

Returns the record from the validation table.


f_code_exists

FUNCTION f_code_exists(p_code gtvctyp.gtvctyp_code%TYPE) RETURN VARCHAR2

Determines if the code exists in the table

Parameters
p_code   Communication types.

Returns
Y if found, otherwise N


f_get_description

FUNCTION f_get_description(p_code gtvctyp.gtvctyp_code%TYPE)
  RETURN VARCHAR2

Returns description for the code

Parameters
p_code   Communication types.

Returns
Description