DBA Data[Home] [Help]

APPS.WF_HA_MIGRATION dependencies on FND_FILE

Line 34: FND_FILE.put_line(FND_FILE.log, errbuf);

30: exception
31: when others then
32: errbuf := sqlerrm;
33: retcode := '2';
34: FND_FILE.put_line(FND_FILE.log, errbuf);
35: end;
36:
37:
38: --

Line 193: FND_FILE.put_line(FND_FILE.log,

189: commit;
190:
191: -- Print error if necessary
192: if (ekount > 0) then
193: FND_FILE.put_line(FND_FILE.log,
194: 'Warning: This version of HA doesn''t support migration of business events');
195: FND_FILE.put_line(FND_FILE.log,
196: ' WF_ITEM [' || itype || ':' || ikey || '] has been truncated.');
197: end if;

Line 195: FND_FILE.put_line(FND_FILE.log,

191: -- Print error if necessary
192: if (ekount > 0) then
193: FND_FILE.put_line(FND_FILE.log,
194: 'Warning: This version of HA doesn''t support migration of business events');
195: FND_FILE.put_line(FND_FILE.log,
196: ' WF_ITEM [' || itype || ':' || ikey || '] has been truncated.');
197: end if;
198:
199: if ((kount = 0) and (My_Mode = 'DISABLED')) then

Line 209: FND_FILE.put_line(FND_FILE.log, errbuf);

205: exception
206: when others then
207: errbuf := sqlerrm;
208: retcode := '2';
209: FND_FILE.put_line(FND_FILE.log, errbuf);
210:
211: end;
212:
213: --