AME AP Approval
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
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
Tagged:
0