Package sb_stvrsta Standard functions and procedures for Recruiting Status Code Validation Table |
Program units |
f_code_exists |
f_get_description |
Cursors |
stvrsta_c |
stvrsta_c
CURSOR stvrsta_c( p_code stvrsta.stvrsta_code%TYPE) RETURN stvrsta%ROWTYPE;
f_code_exists
Function f_code_exists( p_code stvrsta.stvrsta_code%TYPE) RETURN VARCHAR2
Determine if the code exists in the table
Parameters |
p_code |
Recruiting status code referenced on the Prospect Information Form (SRARECR). |
Returns |
Y if found, otherwise N |
f_get_description
Function f_get_description( p_code stvrsta.stvrsta_code%TYPE) RETURN VARCHAR2
Return description for the code
Parameters |
p_code |
Recruiting status code referenced on the Prospect Information Form (SRARECR). |
Returns |
Description |