DBA Data[Home] [Help]

APPS.IEM_MIGRATION_PVT dependencies on IEM_PRE_MDTS

Line 1261: select count(*) into l_mig_count from iem_pre_mdts;

1257: select count(*) into l_count from iem_comp_rt_stats
1258: where type='MIGRATION' and param='STATUS' ;
1259: if l_count=0 then -- First Run
1260: -- Check Migration Pre requisite Condition like OP queue is null and pre processing Queue is null;
1261: select count(*) into l_mig_count from iem_pre_mdts;
1262: if l_mig_count>0 then
1263: l_error_message:='Please Clean up the Preprocessing Queue Before starting Migration ';
1264: raise WORKER_NOT_SUBMITTED;
1265: end if;