DBA Data[Home] [Help] [Dependency Information]


TABLE: PO.PO_UNIQUE_IDENTIFIER_CONT_ALL

Object Details
Object Name: PO_UNIQUE_IDENTIFIER_CONT_ALL
Object Type: TABLE
Owner: PO
FND Design Data: TablePO.PO_UNIQUE_IDENTIFIER_CONT_ALL
Subobject Name:
Status: VALID


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.
.
.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PO_UNIQUE_ID_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnTABLE_NAME
ColumnORG_ID
Columns
Name Datatype Length Mandatory Comments
TABLE_NAME VARCHAR2 (32) Yes Name of the table for the unique identifier
CURRENT_MAX_UNIQUE_IDENTIFIER NUMBER
Yes Current value for the unique identifier
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
LAST_UPDATED_BY NUMBER
Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_LOGIN NUMBER

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

Standard who column - date when this row was created.
CREATED_BY NUMBER

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

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_ID NUMBER

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

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

Organization identifier
PROGRAM_UPDATE_DATE DATE

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

Cut, paste (and edit) the following text to query this object:


SELECT TABLE_NAME
,      CURRENT_MAX_UNIQUE_IDENTIFIER
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      CREATION_DATE
,      CREATED_BY
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      ORG_ID
,      PROGRAM_UPDATE_DATE
FROM PO.PO_UNIQUE_IDENTIFIER_CONT_ALL;

Dependencies

[top of page]

PO.PO_UNIQUE_IDENTIFIER_CONT_ALL does not reference any database object

PO.PO_UNIQUE_IDENTIFIER_CONT_ALL is referenced by following:

SchemaAPPS
SynonymPO_UNIQUE_IDENTIFIER_CONTROL
SynonymPO_UNIQUE_IDENTIFIER_CONT_ALL