GL_HISTORICAL_RATES_INT
This table is an interface table used to load data for historical rates into the application.
Details
-
Schema: FUSION
-
Object owner: GL
-
Object type: TABLE
-
Tablespace: INTERFACE
Primary Key
| Name | Columns |
|---|---|
|
GL_HISTORICAL_RATES_INT_PK |
GROUP_NUMBER, ROW_NUMBER |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| GROUP_NUMBER | NUMBER | 18 | Yes | Historical rate interface group identifier. | |
| ROW_NUMBER | NUMBER | 18 | Yes | Historical rate interface row number. | |
| LEDGER_NAME | VARCHAR2 | 30 | Yes | Ledger name for the historical rate being imported. | |
| PERIOD_NAME | VARCHAR2 | 15 | Yes | Historical rate accounting period. | |
| TARGET_CURRENCY_CODE | VARCHAR2 | 15 | Yes | Target currency of the historical rate. | |
| LOAD_REQUEST_ID | NUMBER | 18 | Enterprise Service Scheduler: indicates the request ID of the interface load job that created the row. This column is used in internal processing only. | ||
| IMPORT_ACTION_CODE | VARCHAR2 | 30 | Yes | The action that the import process must perform. Valid values are INSERT and DELETE. | |
| CODE_COMBINATION_ID | NUMBER | 18 | Key flexfield combination defining column. This column is used in internal processing only. | ||
| SEGMENT1 | VARCHAR2 | 25 | Key Flexfield: segment of the key flexfield. | ||
| SEGMENT2 | VARCHAR2 | 25 | Key Flexfield: segment of the key flexfield. | ||
| SEGMENT3 | VARCHAR2 | 25 | Key Flexfield: segment of the key flexfield. | ||
| SEGMENT4 | VARCHAR2 | 25 | Key Flexfield: segment of the key flexfield. | ||
| SEGMENT5 | VARCHAR2 | 25 | Key Flexfield: segment of the key flexfield. | ||
| SEGMENT6 | VARCHAR2 | 25 | Key Flexfield: segment of the key flexfield. | ||
| SEGMENT7 | VARCHAR2 | 25 | Key Flexfield: segment of the key flexfield. | ||
| SEGMENT8 | VARCHAR2 | 25 | Key Flexfield: segment of the key flexfield. | ||
| SEGMENT9 | VARCHAR2 | 25 | Key Flexfield: segment of the key flexfield. | ||
| SEGMENT10 | VARCHAR2 | 25 | Key Flexfield: segment of the key flexfield. | ||
| SEGMENT11 | VARCHAR2 | 25 | Key Flexfield: segment of the key flexfield. | ||
| SEGMENT12 | VARCHAR2 | 25 | Key Flexfield: segment of the key flexfield. | ||
| SEGMENT13 | VARCHAR2 | 25 | Key Flexfield: segment of the key flexfield. | ||
| SEGMENT14 | VARCHAR2 | 25 | Key Flexfield: segment of the key flexfield. | ||
| SEGMENT15 | VARCHAR2 | 25 | Key Flexfield: segment of the key flexfield. | ||
| SEGMENT16 | VARCHAR2 | 25 | Key Flexfield: segment of the key flexfield. | ||
| SEGMENT17 | VARCHAR2 | 25 | Key Flexfield: segment of the key flexfield. | ||
| SEGMENT18 | VARCHAR2 | 25 | Key Flexfield: segment of the key flexfield. | ||
| SEGMENT19 | VARCHAR2 | 25 | Key Flexfield: segment of the key flexfield. | ||
| SEGMENT20 | VARCHAR2 | 25 | Key Flexfield: segment of the key flexfield. | ||
| SEGMENT21 | VARCHAR2 | 25 | Key Flexfield: segment of the key flexfield. | ||
| SEGMENT22 | VARCHAR2 | 25 | Key Flexfield: segment of the key flexfield. | ||
| SEGMENT23 | VARCHAR2 | 25 | Key Flexfield: segment of the key flexfield. | ||
| SEGMENT24 | VARCHAR2 | 25 | Key Flexfield: segment of the key flexfield. | ||
| SEGMENT25 | VARCHAR2 | 25 | Key Flexfield: segment of the key flexfield. | ||
| SEGMENT26 | VARCHAR2 | 25 | Key Flexfield: segment of the key flexfield. | ||
| SEGMENT27 | VARCHAR2 | 25 | Key Flexfield: segment of the key flexfield. | ||
| SEGMENT28 | VARCHAR2 | 25 | Key Flexfield: segment of the key flexfield. | ||
| SEGMENT29 | VARCHAR2 | 25 | Key Flexfield: segment of the key flexfield. | ||
| SEGMENT30 | VARCHAR2 | 25 | Key Flexfield: segment of the key flexfield. | ||
| VALUE_TYPE_CODE | VARCHAR2 | 30 | Yes | Indicates whether a historical rate or historical amount is being imported. Valid values are RATE and AMOUNT. | |
| CREDIT_AMOUNT_RATE | NUMBER | Yes | Value for the historical rate or historical amount based on the value type. | ||
| AUTO_ROLL_FORWARD_FLAG | VARCHAR2 | 1 | Yes | Indicates if the historical rate, or amount being imported will automatically roll forward to following periods. Valid values are Y and N. | |
| USAGE_CODE | VARCHAR2 | 30 | Usage of the historical rate. A value of A represents Average and a value of S represents Standard. This column is used in internal processing only. | ||
| CREATION_DATE | TIMESTAMP | Who column: indicates the date and time of the creation of the row. | |||
| CREATED_BY | VARCHAR2 | 64 | Who column: indicates the user who created the row. | ||
| LAST_UPDATE_DATE | TIMESTAMP | 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. | ||
| LAST_UPDATED_BY | VARCHAR2 | 64 | Who column: indicates the user who last updated the row. | ||
| ATTRIBUTE_CATEGORY | VARCHAR2 | 30 | Descriptive Flexfield: structure definition of the user descriptive flexfield. | ||
| ATTRIBUTE1 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE2 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE3 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE4 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE5 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| STATUS_CODE | VARCHAR2 | 30 | Code that indicates the import status of the historical rate. Valid values are NEW, SUCCESS, and ERROR. | ||
| ERROR_MESSAGE | VARCHAR2 | 1000 | Error message for the historical rate that could not be imported. This column is used in internal processing only. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| GL_HISTORICAL_RATES_INT_N1 | Non Unique | Default | LEDGER_NAME, PERIOD_NAME, IMPORT_ACTION_CODE |
| GL_HISTORICAL_RATES_INT_U1 | Unique | Default | GROUP_NUMBER, ROW_NUMBER |