Oracle APPS Consultancy
SSS Oracle APPS Consultancy
Title
(Move to ...)
Home
APPS
PLSQL
PO
OM
Inventory
AR
GL
Form
Forms Personlization
Report
▼
Sunday, 20 December 2015
How to make concurrent program will error out for package, procedure, function and report?
For package, procedure, function
Pass RETCODE :=2
For report:
begin
srw.USER_EXIT ('FND SRWEXIT');
CNC_RET := FND_CONCURRENT.SET_COMPLETION_STATUS('ERROR',' ');
return (CNC_RET);
end;
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment