DBA Data[Home] [Help]

APPS.IGI_SLS_UPG_PKG dependencies on ALL_OBJECTS

Line 159: SELECT owner INTO l_owner FROM all_objects WHERE object_name=UPPER(l_table_name)

155:
156: IF l_count=0 THEN
157:
158: /** First select the owner of this table **/
159: SELECT owner INTO l_owner FROM all_objects WHERE object_name=UPPER(l_table_name)
160: AND object_type='TABLE' AND owner IN('AP', 'AR', 'PO', 'XLA','ICX','IBY');
161: write_to_log (l_excep_level, 'set_sls_tables_data','Owner: '||l_owner );
162:
163: