Infolinks

Thursday 21 June 2012

Key Oracle APPS Purchasing Tables

  Key Oracle APPS Purchasing Tables


Following are some of the most frequently used tables in oracle Purchasing. 


Table Name : PO_REQUISITION_HEADERS_ALL
Important Columns:
REQUISITION_HEADER_ID
PREPARER_ID
SEGMENT1
SUMMARY_FLAG
ENABLED_FLAG



Segment1: Is the system–assigned number you use to identify in forms and reports?

PO_REQUISITION_HEADERS_ALL Stores information about requisition headers.  Each row contains the requisition number, preparer, status, and description. SEGMENT1 is the number you use to identify the requisition in forms and reports (unique).

Table Name : PO_REQUISITION_LINES_ALL

Important Columns:
REQUISITION_LINE_ID
REQUISITION_HEADER_ID
LINE_NUM
LINE_TYPE_ID
CATEGORY_ID
ITEM_DESCRIPTION
UNIT_MEAS_LOOKUP_CODE
UNIT_PRICE, QUANTITY
DELIVER_TO_LOCATION_ID
TO_PERSON_ID
SOURCE_TYPE_CODE


PO_REQUISITION_LINES_ALL Stores information about requisition-lines.It contains Line number, item number, item category, item description, need–by date, deliver–to location, item quantities, units, prices, requestor, notes, and suggested supplier information for the requisitions created. 

Table Name : PO_HEADERS_ALL

Important Columns:
PO_HEADER_ID
AGENT_ID
TYPE_LOOKUP_CODE
SEGMENT1
SUMMARY_FLAG
ENABLED_FLAG


PO_HEADERS_ALL stores the Information for your purchasing documents. There are six types of documents that use PO_HEADERS_ALL. RFQs, Quotations, Standard purchase orders, planned purchase orders, Blanket purchase orders, Contracts can uniquely identify a row in PO_HEADERS_ALL using SEGMENT1 and TYPE_LOOKUP_CODE or using PO_HEADER_ID.

Table Name : PO_LINES_ALL

Important Columns:
PO_LINE_ID
PO_HEADER_ID
LINE_TYPE_ID
LINE_NUM


PO_LINES_ALL Stores current information about each purchase order line. CONTRACT_NUM references a contract purchase order from a standard purchase order line.

Table Name : PO_VENDORS

Important Columns:
VENDOR_ID
VENDOR_NAME
SEGMENT1
SUMMARY_FLAG
ENABLED_FLAG


PO_VENDORS stores information about your suppliers. Purchasing, Receiving, Payment, Accounting, Tax, Classification, and General Information.

Table Name : PO_VENDOR_SITES_ALL
Important Columns:
VENDOR_SITE_ID
VENDOR_ID
VENDOR_SITE_CODE


PO_VENDOR_SITES_ALL stores information about the supplier sites. Each row includes the site address, supplier reference, purchasing, payment, bank, and general information.

Table Name : PO_DISTRIBUTIONS_ALL

Important Columns:
PO_DISTRIBUTION_ID
PO_HEADER_ID
PO_LINE_ID
LINE_LOCATION_ID
SET_OF_BOOKS_ID
CODE_COMBINATION_ID
QUANTITY_ORDERED
DISTRIBUTION_NUM


PO_DISTRIBUTIONS_ALL contains accounting distribution information for a purchase order shipment line. It includes the Destination Type, Requestor ID, Quantity Ordered and Deliver–To Location for the distribution. You need one row for each distribution line you attach to a purchase order shipment.


There are 4 - types of documents using distributions in Oracle Purchasing:
· Standard Purchase Orders
· Planned Purchase Orders
· Planned Purchase Order Releases
· Blanket Purchase Order Releases

Table Name : PO_RELEASES_ALL

Important Columns:
PO_RELEASE_ID
PO_HEADER_ID
RELEASE_NUM
AGENT_ID
RELEASE_DATE


PO_RELEASES_ALL Contains information about blanket and planned purchase order releases. Each row includes the buyer, date, release status, and release number. Each release must have at least one purchase order shipment.

Table Name : PO_VENDOR_CONTACTS
Important Columns:
VENDOR_CONTACT_ID
VENDOR_SITE_ID


PO_VENDOR_CONTACTS stores information about contacts for a supplier-site.  
Each row includes the contact name and site.

Table Name : PO_ACTION_HISTORY

Important Columns:
OBJECT_ID
OBJECT_TYPE_CODE
OBJECT_SUB_TYPE_CODE
SEQUENCE_NUM


PO_ACTION_HISTORY stores information about the approval and control history of your purchasing documents. The table stores one record for each approval or control action an employee takes on a purchase order, purchase agreement, release or requisition.


Table Name : PO_REQ_DISTRIBUTIONS_ALL
Important Columns:
DISTRIBUTION_ID
REQUISITION_LINE_ID
SET_OF_BOOKS_ID
CODE_COMBINATION_ID
REQ_LINE_QUANTITY
DISTRIBUTION_NUM


PO_REQ_DISTRIBUTIONS_ALL stores information about the accounting distributions associated with each requisition line.

Table Name : PO_LINE_LOCATIONS_ALL

Important Columns:
LINE_LOCATION_ID
LAST_UPDATE_DATE
LAST_UPDATED_BY
PO_HEADER_ID
PO_LINE_ID
SHIPMENT_TYPE


PO_LINE_LOCATIONS_ALL Contains information about purchase order shipment schedules and blanket agreement price breaks. There exist one row for each schedule or price break you attach to a document line. There are 7- Types of documents that use shipment schedules:
· RFQs
· Quotations
· Standard Purchase Orders
· Planned Purchase Orders
· Planned Purchase Order Releases
· Blanket Purchase Orders
· Blanket Purchase Order Releases


Each row includes the location, quantity, and dates for each shipment schedule. Oracle Purchasing uses this information to record delivery schedule information for purchase orders, and price break information for blanket purchase orders, quotations and RFQs

No comments:

Post a Comment