[Home] [Help]
[Dependency Information]
| Object Name: | PO_HISTORY_RECEIPTS |
|---|---|
| Object Type: | TABLE |
| Owner: | PO |
| FND Design Data: | PO.PO_HISTORY_RECEIPTS
|
| Subobject Name: | |
| Status: | VALID |
Oracle Purchasing uses the table PO_HISTORY_RECEIPTS to store a
summarized account of receipts that the Purge process deleted. The
primary uses of this table are to ensure the uniqueness of new
receipt 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_RECEIPTS_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
RECEIPT_NUM
|
| PO_HISTORY_RECEIPTS_N2 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
SHIPMENT_NUM
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| RECEIPT_NUM | VARCHAR2 | (30) | Yes | Receipt number |
| SHIPMENT_NUM | VARCHAR2 | (30) | Shipment number | |
| TRANSACTION_DATE | DATE | Date of the receipt transaction | ||
| VENDOR_ID | NUMBER | Supplier unique identifier | ||
| ITEM_DESCRIPTION | VARCHAR2 | (240) | Description of item | |
| RECEIVER_NAME | VARCHAR2 | (240) | Name of the receiver | |
| PURGE_NAME | VARCHAR2 | (15) | Name of the process that purged this receipt | |
| 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 RECEIPT_NUM
, SHIPMENT_NUM
, TRANSACTION_DATE
, VENDOR_ID
, ITEM_DESCRIPTION
, RECEIVER_NAME
, PURGE_NAME
, REQUEST_ID
, PROGRAM_APPLICATION_ID
, PROGRAM_ID
, PROGRAM_UPDATE_DATE
FROM PO.PO_HISTORY_RECEIPTS;
PO.PO_HISTORY_RECEIPTS does not reference any database object
PO.PO_HISTORY_RECEIPTS is referenced by following:
PO
PO_HISTORY_RECEIPTS#
|
|
|
|