DBA Data[Home] [Help]

APPS.GMD_LAB_ORGN_MIGRATION dependencies on GEM5_TEXT_CODE_S

Line 26: SELECT Gem5_text_code_s.nextval INTO l_text_code FROM sys.dual;

22: Begin
23:
24: /* Get the text code */
25: IF (Cur_lab_tmp.text_code IS NOT NULL) THEN
26: SELECT Gem5_text_code_s.nextval INTO l_text_code FROM sys.dual;
27:
28: OPEN Cur_get_text(Cur_lab_tmp.text_code);
29: LOOP
30: FETCH Cur_get_text INTO l_temp_rec;