DBA Data[Home] [Help]

APPS.IEM_MIGRATION_PVT dependencies on IEM_PRE_MDTS

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

1073: select count(*) into l_count from iem_comp_rt_stats
1074: where type='MIGRATION' and param='STATUS' ;
1075: if l_count=0 then -- First Run
1076: -- Check Migration Pre requisite Condition like OP queue is null and pre processing Queue is null;
1077: select count(*) into l_mig_count from iem_pre_mdts;
1078: if l_mig_count>0 then
1079: l_error_message:='Please Clean up the Preprocessing Queue Before starting Migration ';
1080: raise WORKER_NOT_SUBMITTED;
1081: end if;