DBA Data[Home] [Help]

APPS.ZPB_DVAC_WF dependencies on FND_MESSAGE

Line 135: FND_MESSAGE.SET_NAME ('ZPB', 'ZPB_WF_ERREXCPRUN');

131:
132: exception
133:
134: when others then
135: FND_MESSAGE.SET_NAME ('ZPB', 'ZPB_WF_ERREXCPRUN');
136: FND_FILE.put_line(FND_FILE.LOG, FND_MESSAGE.GET);
137: retcode :='2';
138: errbuf:=substr(sqlerrm, 1, 255);
139:

Line 136: FND_FILE.put_line(FND_FILE.LOG, FND_MESSAGE.GET);

132: exception
133:
134: when others then
135: FND_MESSAGE.SET_NAME ('ZPB', 'ZPB_WF_ERREXCPRUN');
136: FND_FILE.put_line(FND_FILE.LOG, FND_MESSAGE.GET);
137: retcode :='2';
138: errbuf:=substr(sqlerrm, 1, 255);
139:
140: end SET_DVAC_TASK;