DBA Data[Home] [Help]

SYS.DBMS_TTS dependencies on TTS_ERROR_TAB

Line 19: v_tts_error$ tts_error_tab := tts_error_tab();

15: --
16: TYPE tablespace_names IS TABLE OF varchar(30) INDEX BY binary_integer;
17:
18: -- Table to hole the list of errors from containment checking.
19: v_tts_error$ tts_error_tab := tts_error_tab();
20:
21: --++
22: -- Definition: This procedure checks if a tablespace is temporary or if it is
23: -- a tablespace that can not be exported using transportable

Line 332: FUNCTION tab_func_error RETURN sys.tts_error_tab pipelined;

328: -- Inputs: None
329: --
330: -- Outputs: None
331: --++
332: FUNCTION tab_func_error RETURN sys.tts_error_tab pipelined;
333:
334:
335: /*******************************************************************
336: ** Possible Exceptions **