DBA Data[Home] [Help]

APPS.HZ_IMP_LOAD_WRAPPER dependencies on DBA_TABLES

Line 4637: from sys.dba_tables where upper(table_name) = 'HZ_IMP_PARTIES_INT'

4633:
4634: l_bool := fnd_installation.GET_APP_INFO('AR',l_status,l_tmp,l_schema);
4635:
4636: select num_rows into party_count
4637: from sys.dba_tables where upper(table_name) = 'HZ_IMP_PARTIES_INT'
4638: and owner = l_schema;
4639:
4640: if(est_count is not null and party_count is not null) then
4641: if party_count>(est_count*0.15) and party_count>50000 then