Oracle eTRM Table Details PO_ACCEPTANCES

Table: PO_ACCEPTANCES

Description:Purchase order acceptances
Primary Key: PO_ACCEPTANCES_PK
  1. ACCEPTANCE_ID
Foreign Keys from this table:
Foreign Key ColumnForeign Table
PO_ACCEPTANCES.PO_HEADER_IDPO_HEADERS_ALL
PO_ACCEPTANCES.PO_RELEASE_IDPO_RELEASES_ALL
PO_ACCEPTANCES.PO_LINE_LOCATION_IDPO_LINE_LOCATIONS_ALL
Comments

PO_ACCEPTANCES contains information about purchase order acceptances
or follow-ups you receive from your suppliers. Each row in this table
corresponds to a specific revision of a purchase order or release you
sent to a supplier. You can define as many rows as you want in this
table for a revision of a purchase order or release.
.
Oracle Purchasing uses this table to store descriptive information
about the supplier acceptance or follow-up. Oracle Purchasing
determines
that a supplier accepted a purchase order or release if the value
ACCEPTED_FLAG is 'Y'.
.
You enter acceptances using the Acceptances window.
.

Indexes
IndexTypeTablespaceColumn
PO_ACCEPTANCES_U1UNIQUEAPPS_TS_TX_IDXACCEPTANCE_ID
SYS_IL0000044861C00036$$UNIQUEAPPS_TS_TX_DATA
PO_ACCEPTANCES_N1NONUNIQUEAPPS_TS_TX_IDXPO_HEADER_ID
PO_ACCEPTANCES_N2NONUNIQUEAPPS_TS_TX_IDXPO_RELEASE_ID
PO_ACCEPTANCES_N3NONUNIQUEAPPS_TS_TX_IDXEMPLOYEE_ID
PO_ACCEPTANCES_N4NONUNIQUEAPPS_TS_TX_IDXPO_LINE_LOCATION_ID
REVISION_NUM
Columns
NameDatatypeLengthMandatoryComments
ACCEPTANCE_IDNUMBER
YAcceptance unique identifier
LAST_UPDATE_DATEDATE
YStandard Who column - date when a user last updated this row.
LAST_UPDATED_BYNUMBER
YStandard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_LOGINNUMBER

Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
CREATION_DATEDATE

Standard who column - date when this row was created.
CREATED_BYNUMBER

Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
PO_HEADER_IDNUMBER

Document header unique identifier
PO_RELEASE_IDNUMBER

Release unique identifier
ACTIONVARCHAR2(240)
Description of the follow-up action performed with the supplier
ACTION_DATEDATE

Date of follow-up action
EMPLOYEE_IDNUMBER(9)
Employee unique identifier
REVISION_NUMNUMBER

Document revision number
ACCEPTED_FLAGVARCHAR2(1)
Indicates whether the customer accepted the purchase order
ACCEPTANCE_LOOKUP_CODEVARCHAR2(25)
Type of acceptance
ATTRIBUTE_CATEGORYVARCHAR2(30)
Descriptive flexfield structure definition column.
ATTRIBUTE1VARCHAR2(150)
Descriptive flexfield segment
ATTRIBUTE2VARCHAR2(150)
Descriptive flexfield segment
ATTRIBUTE3VARCHAR2(150)
Descriptive flexfield segment
ATTRIBUTE4VARCHAR2(150)
Descriptive flexfield segment
ATTRIBUTE5VARCHAR2(150)
Descriptive flexfield segment
ATTRIBUTE6VARCHAR2(150)
Descriptive flexfield segment
ATTRIBUTE7VARCHAR2(150)
Descriptive flexfield segment
ATTRIBUTE8VARCHAR2(150)
Descriptive flexfield segment
ATTRIBUTE9VARCHAR2(150)
Descriptive flexfield segment
ATTRIBUTE10VARCHAR2(150)
Descriptive flexfield segment
ATTRIBUTE11VARCHAR2(150)
Descriptive flexfield segment
ATTRIBUTE12VARCHAR2(150)
Descriptive flexfield segment
ATTRIBUTE13VARCHAR2(150)
Descriptive flexfield segment
ATTRIBUTE14VARCHAR2(150)
Descriptive flexfield segment
ATTRIBUTE15VARCHAR2(150)
Descriptive flexfield segment
REQUEST_IDNUMBER

Concurrent Program who column - concurrent request id of the program that last updated this row (foreign key to FND_CONCURRENT_REQUESTS.REQUEST_ID).
PROGRAM_APPLICATION_IDNUMBER

Concurrent Program who column - application id of the program that last updated this row (foreign key to FND_APPLICATION.APPLICATION_ID).
PROGRAM_IDNUMBER

Concurrent Program who column - program id of the program that last updated this row (foreign key to FND_CONCURRENT_PROGRAM.CONCURRENT_PROGRAM_ID).
PROGRAM_UPDATE_DATEDATE

Concurrent Program who column - date when a program last updated this row).
PO_LINE_LOCATION_IDNUMBER

Line Location unique identifier
NOTECLOB(4000)
Long description of the result of the follow-up action
ACCEPTING_PARTYVARCHAR2(1)
Indicates if the purchasing document is signed by the Buyer or Supplier. For the manual signatures Accepting party will always be Buyer.
ROLEVARCHAR2(240)
Role of the person who is signing the document.
ERECORD_IDNUMBER

Stores the Id of the eRecord if the signature is done electronically.This field references DOCUMENT_ID column of the EDR_PSIG_DOCUMENTS table.
SIGNATURE_FLAGVARCHAR2(1)
Indicates if the acceptance is Signature or Not.
DRAFT_IDNUMBER

Draft Id
VENDOR_CONTACT_IDNUMBER

Vendor contact id
VENDOR_CONTACT_NAMEVARCHAR2(240)
Name of the Vendor contact accepted and signed the document
VENDOR_CONTACT_TITLEVARCHAR2(240)
Title of the Vendor contact accepted and signed the document
VENDOR_SIGNED_DATEDATE

Date of signature by the vendor contact

[top of page]

PO.PO_ACCEPTANCES does not reference any database object