[Home] [Help]
[Dependency Information]
| Object Name: | OKL_UPG_TRNS_ACC_DSTRS_T |
|---|---|
| Object Type: | TABLE |
| Owner: | OKL |
| FND Design Data: | OKL.OKL_UPG_TRNS_ACC_DSTRS_T
|
| Subobject Name: | |
| Status: | VALID |
This table is used for the upgrade of the identifier column of the okl_trns_acc_dstrs 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_TRNS_ACC_DSTRS_T_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
DIST_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| DIST_ID | NUMBER | Yes | Stores the Distribution Identifier (okl_trns_acc_dstrs_all.id) prior to the upgrade of the identifier column | |
| DISTRIBUTION_ID | NUMBER | Yes | New Identifer that is generated by the new sequence. Foreign key regerence to okl_trns_acc_dstrs table. |
Cut, paste (and edit) the following text to query this object:
SELECT DIST_ID
, DISTRIBUTION_ID
FROM OKL.OKL_UPG_TRNS_ACC_DSTRS_T;
OKL.OKL_UPG_TRNS_ACC_DSTRS_T does not reference any database object
OKL.OKL_UPG_TRNS_ACC_DSTRS_T is referenced by following:
APPS
OKL_UPG_TRNS_ACC_DSTRS_T
|
|
|
|