[Home] [Help]
[Dependency Information]
| Object Name: | PO_HISTORY_REQUISITIONS_ALL |
|---|---|
| Object Type: | TABLE |
| Owner: | PO |
| FND Design Data: | PO.PO_HISTORY_REQUISITIONS_ALL
|
| Subobject Name: | |
| Status: | VALID |
Oracle Purchasing uses the table PO_HISTORY_REQUISITIONS_ALL to store
a summarized account of requisitions that the Purge process deleted.
The primary uses of this table are to ensure the uniqueness of new
requisition numbers and to provide a history table for reporting
purposes.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 15 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PO_HISTORY_REQUISITIONS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
SEGMENT1
ORG_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| SEGMENT1 | VARCHAR2 | (20) | Yes | Key flexfield segment |
| TYPE_LOOKUP_CODE | VARCHAR2 | (25) | Type of the requisition | |
| DOCUMENT_SUBTYPE | VARCHAR2 | (25) | Requisition subtype | |
| CREATION_DATE | DATE | Standard who column - date when this row was created. | ||
| REQUISITION_TOTAL | NUMBER | Total amount of the requisition | ||
| PREPARER_NAME | VARCHAR2 | (240) | Name of the preparer | |
| PURGE_NAME | VARCHAR2 | (15) | Name of the purge process that purged the requisition | |
| 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). | ||
| ORG_ID | NUMBER | Organization identifier |
Cut, paste (and edit) the following text to query this object:
SELECT SEGMENT1
, TYPE_LOOKUP_CODE
, DOCUMENT_SUBTYPE
, CREATION_DATE
, REQUISITION_TOTAL
, PREPARER_NAME
, PURGE_NAME
, REQUEST_ID
, PROGRAM_APPLICATION_ID
, PROGRAM_ID
, PROGRAM_UPDATE_DATE
, ORG_ID
FROM PO.PO_HISTORY_REQUISITIONS_ALL;
PO.PO_HISTORY_REQUISITIONS_ALL does not reference any database object
PO.PO_HISTORY_REQUISITIONS_ALL is referenced by following:
PO
PO_HISTORY_REQUISITIONS_ALL#
|
|
|
|