index

Package gb_stvcomf

Standard functions and procedures for Committee Function Code Table


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

Cursors
stvcomf_c  


stvcomf_c

CURSOR stvcomf_c(
   p_code  stvcomf.stvcomf_code%TYPE)
RETURN stvcomf%ROWTYPE;

f_code_exists

FUNCTION f_code_exists(p_code stvcomf.stvcomf_code%TYPE) RETURN VARCHAR2

Determine if the code exists in the table

Parameters
p_code   Committee function code.

Returns
Y if found, otherwise N


f_get_description

FUNCTION f_get_description(p_code stvcomf.stvcomf_code%TYPE)
  RETURN VARCHAR2

Return description for the code

Parameters
p_code   Committee function code.

Returns
Description