DBA Data[Home] [Help]

APPS.QA_AK_MAPPING_API dependencies on STANDARD

Line 211: -- The function is the standard way to compute attribute and

207: RETURN VARCHAR2 IS
208:
209: BEGIN
210:
211: -- The function is the standard way to compute attribute and
212: -- region codes.
213:
214: RETURN (p_appendix ||p_id);
215:

Line 227: -- The function is the standard way to retrive id given the code

223: id VARCHAR2(100);
224:
225: BEGIN
226:
227: -- The function is the standard way to retrive id given the code
228:
229: IF (INSTR(p_code, g_element_appendix) <> 0) THEN
230: pos := length(g_element_appendix)+1;
231: