iStore - EBS (MOSC)

MOSC Banner

Oracle quote approval customization ASOPPRV

edited Jan 27, 2015 10:00AM in iStore - EBS (MOSC) 4 commentsAnswered

Hello, We are on 12.1.3 version. We have gone through the metalink note for customization of oracle quote approvals using AME. It is not helping help us to achieve our objective. "How to Customize the AME Workflow in Quoting - ASO Approval? ( Doc ID 1231180.1 )" 1) We would like to call our custom workflow wft file XXASOAPPRV and not seeded ASOAPPRV. 2) In the note it is mentioned that customized the ASO_APR_WF_PVT package but where do we call this package? 3) Even in this package : ASO_APR_WF_PVT, there is no hardcoding here is the code of create process and start process IF (P_Object_approval_id = l_object_approval_id) THEN l_itemtype := P_itemtype_name; --'ASOAPPRV'; l_itemkey := TO_CHAR ( P_Object_approval_id ) || 'HED'; wf_engine.createprocess ( itemtype => l_itemtype, itemkey => l_itemkey, process => 'STARTAPPROVALS' ); wf_engine.setitemowner ( l_itemtype, --'ASOAPPRV', l_itemkey, P_sender_name ); wf_engine.setitemuserkey ( itemtype => l_itemtype, itemkey

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