DBA Data[Home] [Help]

SYS.DBMS_PLUGTS dependencies on TTS_INFO_TAB

Line 9: v_tts_usr$ tts_info_tab := tts_info_tab();

5:
6: --
7: -- Tables to hold list of users and tablespaces.
8: --
9: v_tts_usr$ tts_info_tab := tts_info_tab();
10: v_tts_tbs$ tts_info_tab := tts_info_tab();
11:
12: /**********************************************
13: ** Routines called directly by EXPORT **

Line 10: v_tts_tbs$ tts_info_tab := tts_info_tab();

6: --
7: -- Tables to hold list of users and tablespaces.
8: --
9: v_tts_usr$ tts_info_tab := tts_info_tab();
10: v_tts_tbs$ tts_info_tab := tts_info_tab();
11:
12: /**********************************************
13: ** Routines called directly by EXPORT **
14: **********************************************/

Line 453: FUNCTION tab_func(ind NUMBER) RETURN sys.tts_info_tab pipelined;

449: -- - 2 indicates the user table
450: --
451: -- Outputs: None
452: --++
453: FUNCTION tab_func(ind NUMBER) RETURN sys.tts_info_tab pipelined;
454:
455: /*******************************************************************
456: ** Possible Exceptions **
457: *******************************************************************/