Package sb_stvwsso Standard functions and procedures for Web Self Service Validation Table. |
Program units |
f_code_exists |
f_get_description |
Cursors |
stvwsso_c |
stvwsso_c
CURSOR stvwsso_c( p_code stvwsso.stvwsso_code%TYPE) RETURN stvwsso%ROWTYPE;
Returns the record from the validation table.
f_code_exists
Function f_code_exists( p_code stvwsso.stvwsso_code%TYPE) RETURN VARCHAR2
Determines if the code exists in the table
Parameters |
p_code |
Web Self Service Option Code. |
Returns |
Y if found, otherwise N |
f_get_description
Function f_get_description( p_code stvwsso.stvwsso_code%TYPE) RETURN VARCHAR2
Returns description for the code
Parameters |
p_code |
Web Self Service Option Code. |
Returns |
Description |