DBA Data[Home] [Help]

APPS.BEN_PLAN_DESIGN_COPY_PROCESS dependencies on FND_MESSAGE

Line 316: l_encoded_message:= fnd_message.get;

312:
313: EXCEPTION
314: when others then
315: -- we are not raising them at this time but remove it from stack
316: l_encoded_message:= fnd_message.get;
317: l_encoded_message:=null;
318: rollback to DELETE_REQUEST;
319: l_delete_failed :='Y';
320: END;