DBA Data[Home] [Help]

APPS.BIC_SUMMARY_EXTRACT_PKG dependencies on FND_CONCURRENT

Line 125: if (FND_CONCURRENT.SET_COMPLETION_STATUS (status,msg)) = true then

121: status := 'ERROR';
122: else
123: status := 'WARNING';
124: end if;
125: if (FND_CONCURRENT.SET_COMPLETION_STATUS (status,msg)) = true then
126: null;
127: else
128: write_log(' setting the status failed');
129: end if;