DBA Data[Home] [Help]

APPS.QPR_SPECIAL_ETL dependencies on FND_MESSAGE

Line 477: errbuf := FND_MESSAGE.GET;

473: l_request_id);
474: exception
475: when others then
476: retcode := 2;
477: errbuf := FND_MESSAGE.GET;
478: fnd_file.put_line(fnd_file.log,
479: dbms_utility.format_error_backtrace);
480: return;
481: end;

Line 643: errbuf := FND_MESSAGE.GET;

639: l_request_id);
640: exception
641: when others then
642: retcode := 2;
643: errbuf := FND_MESSAGE.GET;
644: fnd_file.put_line(fnd_file.log,
645: dbms_utility.format_error_backtrace);
646: return;
647: end;

Line 939: errbuf := FND_MESSAGE.GET;

935:
936: exception
937: WHEN NO_DATA_FOUND THEN
938: retcode := 2;
939: errbuf := FND_MESSAGE.GET;
940: fnd_file.put_line(fnd_file.log,'Unexpected error '||substr(sqlerrm,1200));
941: end;
942:
943: procedure allocate_offinvoice_adj(

Line 1126: errbuf := FND_MESSAGE.GET;

1122: commit;
1123: exception
1124: WHEN NO_DATA_FOUND THEN
1125: retcode := 2;
1126: errbuf := FND_MESSAGE.GET;
1127: fnd_file.put_line(fnd_file.log,'Unexpected error '||substr(sqlerrm,1200));
1128: End;
1129:
1130: procedure consolidate_upd_sales_meas(