index

Package sb_stvtape

Standard functions and procedures for Validation for Electronic Prospect Tape Source.


Program units
f_code_exists  
f_get_description  

Cursors
stvtape_c  


stvtape_c

CURSOR stvtape_c(
    p_code  stvtape.stvtape_code%TYPE)
 RETURN stvtape%ROWTYPE;

Returns the record from the validation table.


f_code_exists

Function f_code_exists(
    p_code  stvtape.stvtape_code%TYPE) RETURN VARCHAR2

Determines if the code exists in the table

Parameters
p_code   Code to identify the Electronic Prospect Tape Source.

Returns
Y if found, otherwise N


f_get_description

Function f_get_description(
    p_code  stvtape.stvtape_code%TYPE) RETURN VARCHAR2

Returns description for the code

Parameters
p_code   Code to identify the Electronic Prospect Tape Source.

Returns
Description