DBA Data[Home] [Help]

APPS.PO_WF_REQ_NOTIFICATION_R11 dependencies on APP_EXCEPTION

Line 1436: app_exception.raise_exception;

1432: -- Don't allow transfer
1433: if (funcmode = 'TRANSFER') then
1434:
1435: fnd_message.set_name('PO', 'PO_WF_NOTIF_NO_TRANSFER');
1436: app_exception.raise_exception;
1437:
1438: end if; -- end if for funcmode = 'TRANSFER'
1439:
1440: return;