[Home] [Help]
[Dependency Information]
| Object Name: | ICX_POR_THIRD_PARTY_LOG_VALUES |
|---|---|
| Object Type: | TABLE |
| Owner: | ICX |
| FND Design Data: | ICX.ICX_POR_THIRD_PARTY_LOG_VALUES
|
| Subobject Name: | |
| Status: | VALID |
Table to store detail log information of the Third Party Authoring changes performed on behalf of Suppliers for Items and Prices.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| LOG_ID | NUMBER | Yes | Log ID | |
| DESCRIPTOR_KEY | VARCHAR2 | (250) | Yes | Descriptor Key for the descriptor which was updated |
| OLD_VALUE | VARCHAR2 | (2000) | Value stored in the descriptor/attribute prior to the update. | |
| NEW_VALUE | VARCHAR2 | (2000) | Value stored in the descriptor/attribute after the update. | |
| CREATED_BY | NUMBER | Yes | Standard Who column | |
| CREATION_DATE | DATE | Yes | Standard Who column | |
| LAST_UPDATED_BY | NUMBER | Yes | Standard Who column | |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
| LAST_UPDATE_LOGIN | NUMBER | Standard Who column |
Cut, paste (and edit) the following text to query this object:
SELECT LOG_ID
, DESCRIPTOR_KEY
, OLD_VALUE
, NEW_VALUE
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM ICX.ICX_POR_THIRD_PARTY_LOG_VALUES;
ICX.ICX_POR_THIRD_PARTY_LOG_VALUES does not reference any database object
ICX.ICX_POR_THIRD_PARTY_LOG_VALUES is referenced by following:
ICX
ICX_POR_THIRD_PARTY_LOG_VALUE#
|
|
|
|