[Home] [Help]
[Dependency Information]
Object Name: | PO_HISTORY_VENDORS |
---|---|
Object Type: | TABLE |
Owner: | PO |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Oracle Purchasing uses the table PO_HISTORY_VENDORS to store a
summarized account of suppliers that the Purge process deleted. The
primary uses of this table are to ensure the uniqueness of new
supplier numbers and to provide a history table for reporting
purposes.
Tablespace: | ![]() |
---|---|
PCT Free: | 15 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
PO_HISTORY_VENDORS_U1 | NORMAL | UNIQUE |
![]() |
![]() |
PO_HISTORY_VENDORS_U2 | NORMAL | UNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
VENDOR_ID | NUMBER | Yes | Supplier unique identifier | |
VENDOR_NAME | VARCHAR2 | (80) | Yes | Name of the supplier |
SEGMENT1 | VARCHAR2 | (30) | Yes | Key flexfield segment |
VENDOR_TYPE_LOOKUP_CODE | VARCHAR2 | (25) | Type for the supplier | |
PURGE_NAME | VARCHAR2 | (15) | Name of the purge process that purged the supplier | |
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 VENDOR_ID
, VENDOR_NAME
, SEGMENT1
, VENDOR_TYPE_LOOKUP_CODE
, PURGE_NAME
, REQUEST_ID
, PROGRAM_APPLICATION_ID
, PROGRAM_ID
, PROGRAM_UPDATE_DATE
FROM PO.PO_HISTORY_VENDORS;
PO.PO_HISTORY_VENDORS does not reference any database object
PO.PO_HISTORY_VENDORS is referenced by following:
|
|
|