Package ab_atvgivh Standard functions and procedures for Giving Vehicle Validation Table |
Program units |
f_code_exists | Determines if the code exists in the table |
f_get_description | Returns description for the code |
Cursors |
atvgivh_c | Returns the record from the validation table. |
atvgivh_c
CURSOR atvgivh_c( p_code atvgivh.atvgivh_code%TYPE) RETURN atvgivh%ROWTYPE;
Returns the record from the validation table.
f_code_exists
Function f_code_exists(p_code atvgivh.atvgivh_code%TYPE) RETURN VARCHAR2
Determines if the code exists in the table
Parameters |
p_code |
This field specifies giving vehicle. |
Returns |
Y if found, otherwise N |
f_get_description
Function f_get_description(p_code atvgivh.atvgivh_code%TYPE) RETURN VARCHAR2
Returns description for the code
Parameters |
p_code |
This field specifies giving vehicle. |
Returns |
Description |