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


TABLE: PO.PO_HISTORY_RECEIPTS

Object Details
Object Name: PO_HISTORY_RECEIPTS
Object Type: TABLE
Owner: PO
FND Design Data: TablePO.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.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 15
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PO_HISTORY_RECEIPTS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnRECEIPT_NUM
PO_HISTORY_RECEIPTS_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnSHIPMENT_NUM
Columns
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).
Query Text

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;

Dependencies

[top of page]

PO.PO_HISTORY_RECEIPTS does not reference any database object

PO.PO_HISTORY_RECEIPTS is referenced by following:

SchemaPO
ViewPO_HISTORY_RECEIPTS#