Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

1/21/22, 12:34 AM Document 1191313.

PowerView is Off Last Login: January 17, 2022 10:52 PM ICT Huy (Available) (0) Contact Us Help

Dashboard Knowledge Service Requests Patches & Updates Community

Give Feedback...
Copyright (c) 2022, Oracle. All rights reserved. Oracle Confidential.

How Is Release Method Used For The Various Document Types - Quotation/Global Blanket/Contract Agreement? To Bottom
(Doc ID 1191313.1)

In this Document Was this document helpful?

Goal Yes
No
Solution

Document Details

APPLIES TO: Type:


HOWTO
Status:
PUBLISHED
Last Major
Oracle Purchasing - Version 12.1 and later Update:
Jun 2, 2014
Information in this document applies to any platform. Feb 26, 2021
Last Update:

GOAL
Related Products

1. How is Release Method utilized in the Create Documents Workflow for the various document types? Oracle Purchasing

2. How is the Purchase Order Approval Process called if the Release Method is not considered? Information Centers

Information Center -
Procurement [2783634.2]

SOLUTION
Document References
1. The Release Method on the Approved Supplier List is only considered when the requisition is referencing a Non-Global No References available for
Blanket Agreement. this document.

NOTE: Requisitions referencing a Global Blanket Agreement will not use the Release Method chosen on the Approved Supplier Recently Viewed
list
R12 How To Automatically
Generate And Approve PO
Or Releases From
Requisitions [1484058.1]
PO is Automatically
Approved when the
Approved Supplier List (ASL)
Release Method is Automatic
Release/Review [414280.1]
Document(s) Are Not
Approved By the Person
That Should Be Able To
Approve Them and the
Document(s) Are Forwarded
to the Next Approver Or
Stay Incorrectly In Original
Status [311686.1]
CREATEPO: Blanket Releases
or Standard Purchase Order
Not Auto-Approving
[1360768.1]
Purchase Orders Not Getting
Auto Approved [1377310.1]
Show More

For all other referencing scenarios (Global Blanket Agreement, Quotation, Emergency Requisitions, etc..) the insert is done
directly into the interface tables.

https://support.oracle.com/epmos/faces/DocumentDisplay?_afrLoop=384732600705663&parent=DOCUMENT&sourceId=414280.1&id=1191313.1&_… 1/2
1/21/22, 12:34 AM Document 1191313.1

The larger red circle shows that when the source document is anything other than a Blanket Release, a direct insert is going to
take place into the interface tables to create the resulting document.

However, if the Source Document is a Blanket Agreement, then the lower path is taken down to the second smaller circled event
- which encompasses the Get Release Generation Method from the ASL.
Whether or not the newly created document is submitted for Approval is based on a workflow attribute - which is set later in the
Create Documents Workflow.

To check the attribute - here is a sql statement:

select rtrim(w.name) name,


w.text_default Value,
rtrim(w.item_type) item_type,
'Is Automatic Approval Allowed?' Attribute
from wf_item_attributes w
where w.NAME = 'AUTO_APPROVE_DOC'
and item_type = 'CREATEPO';

An alternative to using the workflow builder to set the attribute, the following update statement can also be used:

update wf_item_attributes
set text_default = 'Y'
where text_default = 'N'
and name = 'AUTO_APPROVE_DOC'
and item_type = 'CREATEPO';
commit;

Didn't find what you are looking for? Ask in Community...

Attachments
image1.jpg (82.89 KB)
image2.jpg (81.9 KB)

Related
Products

Oracle E-Business Suite > Procurement > Procurement > Oracle Purchasing > Requisitions > Sourcing and/or Approved Supplier List

Keywords
APPROVAL; APPROVED SUPPLIER LIST; ASL; AUTOMATIC; BLANKET; CREATE DOCUMENT; DOCUMENT TYPE; PURCHASE ORDER; REQUISITION

Back to Top
Copyright (c) 2022, Oracle. All rights reserved. Legal Notices and Terms of Use Privacy Statement

https://support.oracle.com/epmos/faces/DocumentDisplay?_afrLoop=384732600705663&parent=DOCUMENT&sourceId=414280.1&id=1191313.1&_… 2/2

You might also like