Package nb_ntvagrp Standard functions and procedures for Electronic Approval Groups Validation Table |
Program units |
f_code_exists | Determines if the code exists in the table |
f_get_description | Returns description for the code |
Cursors |
ntvagrp_c | Returns the record from the validation table. |
ntvagrp_c
CURSOR ntvagrp_c( p_code ntvagrp.ntvagrp_code%TYPE) RETURN ntvagrp%ROWTYPE;
Returns the record from the validation table.
f_code_exists
Function f_code_exists(p_code ntvagrp.ntvagrp_code%TYPE) RETURN VARCHAR2
Determines if the code exists in the table
Parameters |
p_code |
A group code that identifies a group of approval categories when originating an Electronic Approval transaction. |
Returns |
Y if found, otherwise N |
f_get_description
Function f_get_description(p_code ntvagrp.ntvagrp_code%TYPE) RETURN VARCHAR2
Returns description for the code
Parameters |
p_code |
A group code that identifies a group of approval categories when originating an Electronic Approval transaction. |
Returns |
Description |