Package gb_gtvcmsc
Standard functions and procedures for Common Matching Source Code Table
|
gtvcmsc_c
CURSOR gtvcmsc_c(
p_code gtvcmsc.gtvcmsc_code%TYPE)
RETURN gtvcmsc%ROWTYPE;
f_code_exists
FUNCTION f_code_exists(p_code gtvcmsc.gtvcmsc_code%TYPE) RETURN VARCHAR2
Determine if the code exists in the table
|
p_code
|
Code to identify the source of data to by used by Common Matching process.
|
f_get_description
FUNCTION f_get_description(p_code gtvcmsc.gtvcmsc_code%TYPE)
RETURN VARCHAR2
Return description for the code
|
p_code
|
Code to identify the source of data to by used by Common Matching process.
|
f_get_long_desc
FUNCTION f_get_long_desc(p_code gtvcmsc.gtvcmsc_code%TYPE) RETURN VARCHAR2
Return long description for the code
|
p_code
|
Code to identify the source of data to by used by Common Matching process.
|
f_is_code_deleteable
FUNCTION f_is_code_deleteable(p_code gtvcmsc.gtvcmsc_code%TYPE)
RETURN VARCHAR2
Return Y if source code can be deleted from table, otherwise return N
|
p_code
|
Source code to be edited for delete.
|
f_code_exists_in_table
FUNCTION f_code_exists_in_table(p_code gtvcmsc.gtvcmsc_code%TYPE)
RETURN VARCHAR2
Return name of table in which the source code exists
|
p_code
|
Source code to be checked
|