DBA Data[Home] [Help]

APPS.PO_AME_WF_PVT dependencies on APP_EXCEPTION

Line 2790: app_exception.raise_exception;

2786:
2787: --We should not be allowing the delegation of a notication to a user who is not an employee.
2788: IF ((funcmode = 'FORWARD') AND (l_origsys <> 'PER')) THEN
2789: fnd_message.set_name ('PO' ,'PO_INVALID_USER_FOR_REASSIGN');
2790: app_exception.raise_exception;
2791: END IF;
2792:
2793: l_progress := '060';
2794:

Line 2955: app_exception.raise_exception;

2951: END IF; --IF (funcmode = 'RESPOND') THEN
2952:
2953: IF (funcmode = 'TRANSFER') THEN
2954: fnd_message.set_name ('PO','PO_WF_NOTIF_NO_TRANSFER');
2955: app_exception.raise_exception;
2956: resultout := wf_engine.eng_completed;
2957: RETURN;
2958: END IF;
2959: