DBA Data[Home] [Help]

APPS.BIX_SERVER_PUB dependencies on FND_FILE

Line 128: FND_FILE.put_line(FND_FILE.log,l_message);

124: WHEN OTHERS THEN
125: errbuf := sqlerrm;
126: retcode := '-20001';
127: l_message := errbuf;
128: FND_FILE.put_line(FND_FILE.log,l_message);
129: raise;
130: end;
131: END POPULATE_BIX_SERVER_X; /* end of conc mgr for POPULATE_BIX_SERVER_X */
132: