Skip to main content

Under-utilized features of Email Communication for Purchase Orders

Communicating Purchase Orders to suppliers as PDF documents via email has been around for quite some time but there are some features that I find are under-utilized and are often not presented to customers.  

For example, did you know that you can have every PO copied to a generic email address?  What about attaching documents to the email such as Terms and Conditions or any other files?


Create a backup copy of PO Communication email

Oracle has the capability to send a copy of the email communicating the PO to supplier by sending a copy of the email to an internal email address.  This provides you the ability to forward a copy of the email if the supplier did not receive the original copy.  The backup copy of the email can also be used for internal reference.

Use the profile option PO: Secondary Email Address to identify the email address to which the copy of the purchase order should be sent.  Typically organizations set up a generic address such as purchasingdepartment@company.com.

Include Terms and Conditions in the PO Communication email

Oracle has the capability to attach a separate Terms and Conditions document to the email that is sent to the supplier.  This is useful as typically terms and conditions are controlled by an organization’s legal department and they want to retain control over not only the wording, but the look and feel. Oracle will include the Terms and Conditions document as an attachment to the email.

Use the profile option PO: In File Path profile to identify the UNIX directory where the terms and conditions file will be placed.

Use the profile option PO: Terms and Conditions filename to identify the actual filename for the terms and conditions file.

Attach documents to the PO Communication email

From R12 onwards, buyers can send attachments such as drawings, specifications, design documents, project plans, etc. along with the purchase order.  The buyer has always been able to upload various types of files (PDF, MS-Word, MS-Excel, jpegs, etc.) to the PO and flag them as “To Supplier” attachments.  However, they weren’t automatically sent along with the PO communication.  Previously only text attachments were communicated as a part of the PO.

In R12, Oracle will zip all the “File” type attachments flagged as “To Supplier” into a single file.  The compressed file is then attached to the email communication and sent to the supplier along with the Purchase Order document and if applicable, the Terms and Conditions file.

There are two options that need to be set under the Document Control section of the Purchasing Options screen.

Email attachment Filename – Use this field to identify the name to be used for the zip file that is generated with all the “To Supplier” files.  By default this value is set to “Attachments.zip”.

Maximum Attachment Size ( in MB) – Use this field to set limits on the size of attachments that you want to send via your email system.  If the zip file is larger than the maximum allowable size then the PO communication will be sent without the attachment and both the buyer and the supplier will receive a notification alerting them of the fact that the attachments were not communicated.

Comments

Popular posts from this blog

SQL Query to extract Oracle Purchase Order Information

SELECT   poh.po_header_id,    poh.type_lookup_code PO_TYPE,   poh.authorization_status PO_STATUS,   poh.segment1 PO_NUMBER,   pov.vendor_name SUPPLIER_NAME,   povs.vendor_site_code Location,   hrls.location_code Ship_To,   hrlb.location_code Bill_to,   pol.line_num ,   msib.segment1 Item,   pol.unit_price,   pol.quantity,   pod.amount_billed Amount,   pod.destination_subinventory,   ppf.full_name Buyer_Name,   poh.closed_Code  FROM   PO_HEADERS_ALL poh,   PO_LINES_ALL pol,   mtl_system_items_b msib,   PO_LINE_LOCATIONS_ALL poll,   PO_DISTRIBUTIONS_ALL pod,   po_vendors pov,   po_vendor_sites_All povs,   hr_locations_all hrls,   hr_locations_all hrlb,   per_all_people_f ppf,   po_line_types polt WHERE   1                         =1 AND polt.line_type_id    = pol.line_type_id AND povs.vendor_site_id     = poh.vendor_site_id AND pov.vendor_id           = poh.vendor_id AND pol.item_id             = msib.inventory_item_id AND msib.organization_id  

Query to find Operating Unit, Business Group and Legal Entity Information

SELECT   DISTINCT   hrl . country ,                  hroutl_bg . name              bg ,                  hroutl_bg . organization_id ,                  lep . legal_entity_id ,                  lep . name                    legal_entity ,                  hroutl_ou . name              ou_name ,                  hroutl_ou . organization_id   org_id ,                  hrl . location_id ,                  hrl . location_code ,                  glev . flex_segment_value FROM     apps . xle_entity_profiles   lep ,         apps . xle_registrations   reg ,         apps . hr_locations_all   hrl ,         apps . hz_parties   hzp ,         apps . fnd_territories_vl   ter ,         apps . hr_operating_units   hro ,         apps . hr_all_organization_units_tl   hroutl_bg ,         apps . hr_all_organization_units_tl   hroutl_ou ,         hr_organization_units   gloperatingunitseo ,         apps . gl_legal_entities_bsvs   glev WHERE    lep . transacting_entity_flag   =   'Y'         AND   l

List of iExpenses Tables

List of iExpenses Tables  Table Name Description AP_EXPENSE_REPORT_HEADERS_ALL Expense report header information AP_EXPENSE_REPORT_LINES_ALL Expense report lines information AP_EXP_REPORT_DISTS_ALL Expense report distribution information. It contains the accounts against each expense report line. AP_CREDIT_CARD_TRXNS_ALL Table to store the corporate credit card transactions that are sent by the banks. These lines are saved as expense lines when the user creates the expense lines for credit cards AP_NOTES Table to store the comments entered by approvers and auditors     Setup tables   AP_EXPENSE_REPORTS_ALL This table contains the header level information about the expense templates AP_EXPENSE_REPORT_PARAMS_ALL This table contains the detail level information about the expense templates AP_POL_CAT_OPTIONS_ALL Table to store the policy options AP_POL_CONTEXT Table to store the policy context     AP_POL_LOCATIONS_TL Table