DBA Data[Home] [Help]

APPS.JE_IT_INVOICES_ABOVE_THRESHOLD dependencies on ALL_TABLES

Line 140: FROM all_tables

136: debug_message('Legal entity id :'||g_legal_entity_id);
137: Begin
138: SELECT owner
139: INTO g_table_schema
140: FROM all_tables
141: WHERE table_name = 'JE_IT_TRX_LINES_ALL'
142: AND OWNER = l_schema_name;
143: EXCEPTION
144: WHEN NO_DATA_FOUND THEN