CN_CONVERSION_RATES_STAGING_T
conversion rates for incentive compensation
Details
-
Schema: FUSION
-
Object owner: CN
-
Object type: TABLE
-
Tablespace: FUSION_TS_SEED
Primary Key
| Name | Columns |
|---|---|
|
CN_CONVERSION_RATES_STAG_PK |
CONVERSION_RATE_STAGING_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| CONVERSION_RATE_STAGING_ID | NUMBER | 18 | Yes | This column is Primary Key | |
| FROM_CURRENCY | VARCHAR2 | 15 | This column represents FROM_CURRENCY | ||
| TO_CURRENCY | VARCHAR2 | 15 | This column represents to_CURRENCY | ||
| CONVERSION_TYPE_ID | NUMBER | 18 | This column represents CONVERSION_TYPE_ID | ||
| CONVERSION_TYPE_NAME | VARCHAR2 | 80 | Represents CONVERSION_TYPE_Name loaded thru sqlldr, for lookup on cn_conversion_types_tl.conversion_name | ||
| CONVERSION_TYPE_NAME_FINAL | VARCHAR2 | 80 | This column represents Default CONVERSION_TYPE_Name, if CONVERSION_TYPE_NAME was null | ||
| CONVERSION_RATE | NUMBER | This column represents CONVERSION_RATE | |||
| CONVERSION_START_DATE | DATE | This column represents CONVERSION_START_DATE | |||
| CONVERSION_END_DATE | DATE | This column represents CONVERSION_END_DATE | |||
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
| LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | ||
| REQUEST_ID | NUMBER | 18 | Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row. | ||
| JOB_DEFINITION_NAME | VARCHAR2 | 100 | Enterprise Service Scheduler: indicates the name of the job that created or last updated the row. | ||
| JOB_DEFINITION_PACKAGE | VARCHAR2 | 900 | Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row. | ||
| SYNC_STATUS | VARCHAR2 | 30 | Record Sync Status. Possible values: NEW,SYNCED,OVERLAP,INVCONVTYPE | ||
| IMPORT_MODE | VARCHAR2 | 30 | Indicates if the Conversion Rate is to be UPDATED or INSERTED |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| CN_CNV_RTS_STG_T_U1 | Unique | FUSION_TS_SEED | CONVERSION_RATE_STAGING_ID |