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