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


TABLE: PO.PO_PURGE_REQ_LIST

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


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


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PO_PURGE_REQ_LIST_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnREQUISITION_HEADER_ID
Columns
Name Datatype Length Mandatory Comments
REQUISITION_HEADER_ID NUMBER
Yes Candidate requisition header unique identifier
PURGE_NAME VARCHAR2 (15) Yes Name of the purge process
DOUBLE_CHECK_FLAG VARCHAR2 (1) Yes Indicates whether or not the requisition 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 REQUISITION_HEADER_ID
,      PURGE_NAME
,      DOUBLE_CHECK_FLAG
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
FROM PO.PO_PURGE_REQ_LIST;

Dependencies

[top of page]

PO.PO_PURGE_REQ_LIST does not reference any database object

PO.PO_PURGE_REQ_LIST is referenced by following:

SchemaAPPS
SynonymPO_PURGE_REQ_LIST