DBA Data[Home] [Help]

APPS.IGI_SLS_UPG_PKG dependencies on IGI_SLS_UPG_ITF

Line 4: TYPE list_of_old_tables IS TABLE OF igi_sls_upg_itf.old_table_name%TYPE

1: PACKAGE IGI_SLS_UPG_PKG AUTHID CURRENT_USER AS
2: --$Header: igislsus.pls 120.3 2011/09/09 17:27:46 sasukuma ship $
3:
4: TYPE list_of_old_tables IS TABLE OF igi_sls_upg_itf.old_table_name%TYPE
5: index BY PLS_INTEGER;
6:
7: TYPE list_of_new_tables IS TABLE OF igi_sls_upg_itf.new_table_name%TYPE
8: INDEX BY PLS_INTEGER;

Line 7: TYPE list_of_new_tables IS TABLE OF igi_sls_upg_itf.new_table_name%TYPE

3:
4: TYPE list_of_old_tables IS TABLE OF igi_sls_upg_itf.old_table_name%TYPE
5: index BY PLS_INTEGER;
6:
7: TYPE list_of_new_tables IS TABLE OF igi_sls_upg_itf.new_table_name%TYPE
8: INDEX BY PLS_INTEGER;
9:
10: TYPE list_of_secured_groups IS TABLE OF igi_sls_upg_itf.sls_groups%TYPE
11: INDEX BY PLS_INTEGER;

Line 10: TYPE list_of_secured_groups IS TABLE OF igi_sls_upg_itf.sls_groups%TYPE

6:
7: TYPE list_of_new_tables IS TABLE OF igi_sls_upg_itf.new_table_name%TYPE
8: INDEX BY PLS_INTEGER;
9:
10: TYPE list_of_secured_groups IS TABLE OF igi_sls_upg_itf.sls_groups%TYPE
11: INDEX BY PLS_INTEGER;
12:
13: TYPE list_of_from IS TABLE OF VARCHAR2(500) INDEX BY PLS_INTEGER;
14: