Procurement - EBS (MOSC)

MOSC Banner

getNextApprovers4 returns null value

edited Jun 18, 2019 5:02AM in Procurement - EBS (MOSC) 2 commentsAnswered

I am using the following code and this returns null value. I am able to test the AME using the test run in AME and it returns the right approvers.

I am using a custom workflow to invoke the custom AME transaction.

Please help.

declare

l_next_approver                    AME_UTIL.approversTable2;

l_is_approval_complete      VARCHAR2(1);

Begin

ame_api2.getNextApprovers4

                (applicationIdIn=>101,

                transactionTypeIn=>'FORM62APPR',

                transactionIdIn=>'10128',--item key

             --   flagApproversAsNotifiedIn => ame_util.boolean.False,

                approvalProcessCompleteYNOut => l_is_approval_complete,

                nextApproversOut=>l_next_approver);

dbms_output.put_line(l_is_approval_complete);

End;

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