Package nb_ntvqprt Standard functions and procedures for Routing Queue Participant Code Validation Table. |
Program units |
f_code_exists | Determines if the code exists in the table |
f_get_description | Returns description for the code |
Cursors |
ntvqprt_c | Returns the record from the validation table. |
ntvqprt_c
CURSOR ntvqprt_c( p_code ntvqprt.ntvqprt_code%TYPE) RETURN ntvqprt%ROWTYPE;
Returns the record from the validation table.
f_code_exists
Function f_code_exists(p_code ntvqprt.ntvqprt_code%TYPE) RETURN VARCHAR2
Determines if the code exists in the table
Parameters |
p_code |
Routing Queue Participant code that defines all possible queue participants. |
Returns |
Y if found, otherwise N |
f_get_description
Function f_get_description(p_code ntvqprt.ntvqprt_code%TYPE) RETURN VARCHAR2
Returns description for the code
Parameters |
p_code |
Routing Queue Participant code that defines all possible queue participants. |
Returns |
Description |