DBA Data[Home] [Help]

APPS.PO_WF_PO_NOTIFICATION dependencies on APP_EXCEPTION

Line 1538: app_exception.raise_exception;

1534: -- Don't allow transfer
1535: if (funcmode = 'TRANSFER') then
1536:
1537: fnd_message.set_name('PO', 'PO_WF_NOTIF_NO_TRANSFER');
1538: app_exception.raise_exception;
1539:
1540: resultout := wf_engine.eng_completed;
1541: return;
1542: