DBA Data[Home] [Help]

APPS.BIS_BIA_RSG_INDEX_MGMT dependencies on FND_CONCURRENT

Line 211: l_program_status := fnd_concurrent.set_completion_status('WARNING' ,NULL);

207:
208: --code added for bug 4284095
209: if(p_mv_name is null or P_mv_schema is null) then
210: WRITELOG('Warning!! Program will exit as parameters are NULL');
211: l_program_status := fnd_concurrent.set_completion_status('WARNING' ,NULL);
212: RETCODE := 2;
213: return ;
214: end if;
215: