Package gb_gtvacht
Standard functions and procedures for Automated Clearing House (ACH) transaction type validation table.
|
gtvacht_c
|
Returns the record from the validation table.
|
gtvacht_c
CURSOR gtvacht_c(
p_code gtvacht.gtvacht_code%TYPE)
RETURN gtvacht%ROWTYPE;
Returns the record from the validation table.
f_code_exists
FUNCTION f_code_exists(p_code gtvacht.gtvacht_code%TYPE) RETURN VARCHAR2
Determines if the code exists in the table
|
p_code
|
Automated Clearing House (ACH) transaction type codes for the Banner System.
|
f_get_description
FUNCTION f_get_description(p_code gtvacht.gtvacht_code%TYPE)
RETURN VARCHAR2
Returns description for the code
|
p_code
|
Automated Clearing House (ACH) transaction type codes for the Banner System.
|