[Home] [Help]
[Dependency Information]
Object Name: | PO_PURGE_REQ_LIST |
---|---|
Object Type: | TABLE |
Owner: | PO |
FND Design Data: | ![]() |
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.
.
.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
PO_PURGE_REQ_LIST_U1 | NORMAL | UNIQUE |
![]() |
![]() |
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). |
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;
PO.PO_PURGE_REQ_LIST does not reference any database object
PO.PO_PURGE_REQ_LIST is referenced by following:
|
|
|