[Home] [Help]
[Dependency Information]
| Object Name: | OKL_UPG_TRX_CONTRACTS_T |
|---|---|
| Object Type: | TABLE |
| Owner: | OKL |
| FND Design Data: | OKL.OKL_UPG_TRX_CONTRACTS_T
|
| Subobject Name: | |
| Status: | VALID |
This table is used for the upgrade of the identifier column of the okl_trx_contracts table. It stores the old and new identifiers.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| OKL_UPG_TRX_CONTRACTS_T_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
TCN_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| TCN_ID | NUMBER | Yes | Stores the Transaction Header Identifier (okl_trx_contracts_all.id) prior to the upgrade of the identifier column | |
| TRX_HDR_ID | NUMBER | Yes | New Identifer that is generated by the new sequence. Foreign key regerence to okl_trx_contracts_all table. |
Cut, paste (and edit) the following text to query this object:
SELECT TCN_ID
, TRX_HDR_ID
FROM OKL.OKL_UPG_TRX_CONTRACTS_T;
OKL.OKL_UPG_TRX_CONTRACTS_T does not reference any database object
OKL.OKL_UPG_TRX_CONTRACTS_T is referenced by following:
APPS
OKL_UPG_TRX_CONTRACTS_T
|
|
|
|