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


TABLE: PO.PO_PURGE_PO_LIST

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


Oracle Purchasing uses the table PO_PURGE_PO_LIST to compile a list of
purchase orders that meet the purging criteria. During the Initiate
phase of a purge, the Purge process builds a list of purchase orders
that are candidates for purging. The Confirm phase of the Purge
process then uses this table to revalidate and finally delete purchase
orders.
.
.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PO_PURGE_PO_LIST_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPO_HEADER_ID
Columns
Name Datatype Length Mandatory Comments
PO_HEADER_ID NUMBER
Yes Candidate purchase order unique identifier
PURGE_NAME VARCHAR2 (15) Yes Name of the purge process
DOUBLE_CHECK_FLAG VARCHAR2 (1) Yes Indicates whether or not the purchase order is still purgeable during confirmation
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).
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 PO_HEADER_ID
,      PURGE_NAME
,      DOUBLE_CHECK_FLAG
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
FROM PO.PO_PURGE_PO_LIST;

Dependencies

[top of page]

PO.PO_PURGE_PO_LIST does not reference any database object

PO.PO_PURGE_PO_LIST is referenced by following:

SchemaAPPS
SynonymPO_PURGE_PO_LIST