PO_UNIQUE_IDENTIFIER_CONT_ALL

PO_UNIQUE_IDENTIFIER_CONT_ALL stores information about the current, highest, system-generated numbers for the Oracle Purchasing tables that require special sequencing. You need one row for each sequentially system-generated number for each organization. The table includes rows for each of the following: purchase orders, requisitions, receipts, suppliers, quotations, and requests for quotations (RFQs). . For each organization, there are four rows for each of the following entities: PO_HEADERS_ALL, PO_REQUISITION_HEADERS_ALL, PO_HEADERS_RFQ and PO_HEADERS_QUOTE. There are two rows corresponding to the entities PO_VENDORS and RCV_SHIPMENT_HEADERS. . The information for the quotation and RFQ sub-entities is associated with the PO_HEADERS_ALL table entity. TABLE_NAME values for quotations and RFQs are 'PO_HEADERS_QUOTE' and 'PO_HEADERS_RFQ' respectively. . .

Details

  • Schema: FUSION

  • Object owner: PO

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

PO_UNIQUE_IDENTIFIER_CONT_PK

DOC_NUMBER_ID

Columns

Name Datatype Length Precision Not-null Comments
DOC_NUMBER_ID NUMBER 18 Yes DOC_NUMBER_ID
TABLE_NAME VARCHAR2 32 Yes Name of the table for the unique identifier
DETERMINANT_TYPE VARCHAR2 32 Determinant Type : Order - Sold to LE,Agreement,Negotiation - Proc BU,Requisition - Req BU
SUFFIX VARCHAR2 30 Suffix for the unique Identifier
PREFIX VARCHAR2 30 Prefix for the Unique Identifier
MINIMUM_DIGITS NUMBER 18 Minimum Characters Generated Identifier should contain
CURRENT_MAX_UNIQUE_IDENTIFIER NUMBER 18 Yes Current value for the unique identifier
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
BU_ID NUMBER 18 Yes Business Unit Unique Identifier
LE_ID NUMBER 18 Yes Legal Entity Unique Identifier
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.

Indexes

Index Uniqueness Tablespace Columns
PO_UNIQUE_IDENTIFIER_CONT_U1 Unique Default DOC_NUMBER_ID
PO_UNIQUE_IDENTIFIER_CONT_U2 Unique Default TABLE_NAME, BU_ID, LE_ID