Oracle quote approval customization ASOPPRV
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