Payables and Cash Management - EBS (MOSC)

MOSC Banner

AME AP Approval

edited Feb 29, 2012 6:00PM in Payables and Cash Management - EBS (MOSC) 2 commentsAnswered
Hi
As part of customization requirement, executing the below code from PL/SQL but ended up with errors , any suggestion will be good.


declare
l_next_approver    AME_UTIL.approverRecord;
begin
fnd_global.apps_initialize (user_id       => 1013437,resp_id       => 50554, resp_appl_id  => 200);
AME_API.getNextApprover(200,'211415','APINV',l_next_approver);
--dbms_output.put_line('Approver' ||l_next_approver);
end;

=================ERRORS================
declare
*
ERROR at line 1:
ORA-20001: Oracle Approvals Management has found parallelization configuration
details. The context in which ame_api has been invoked does not support
parallelization.
ORA-06512: at "APPS.AME_API", line 1358
ORA-06512: at line 5


Regards
Muthu

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center