ZSF_FCST_ADJUSTMENT
This table has the adjustments for each territory participant in forecasting application
Details
-
Schema: FUSION
-
Object owner: ZSF
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
ZSF_FCST_ADJUSTMENT_PK |
FCST_ADJUSTMENT_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| FCST_ADJUSTMENT_ID | NUMBER | 18 | Yes | Primary Key for the adjustment table, there is one adjustment record for every participant for each adjustment period | |
| FCST_PARTICIPANT_ID | NUMBER | 18 | Yes | FK to ZSF_FCST_PARTICIPANT.PARTICIPANT_ID, the participant to which the adjustment belongs to. | |
| REQUEST_ID | NUMBER | 18 | Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row. | ||
| ADJUSTED_BY_PARTICIPANT_ID | NUMBER | 18 | Participant id making summary level adjustment. This is to differentiate a manager adjusting subordinate | ||
| LAST_ADJUSTED_PARTICIPANT_ID | NUMBER | 18 | Participant Id of the person who made the last adjustment. | ||
| LAST_ADJUSTED_RESOURCE_ID | NUMBER | 18 | Resource Id of the person who made the last adjustment for this participant | ||
| LAST_ADJUSTED_DATE | DATE | Last Adjusted date . This is stored for adjustment history purpose | |||
| ADJUSTMENT_REASON | VARCHAR2 | 360 | Reason entered for the summary adjustment . Entered in the UI | ||
| ADJUSTMENT_COMMENT | VARCHAR2 | 2000 | Comments entered for the summary adjustment . Entered in the UI | ||
| CURR_EXCHANGE_RATE | NUMBER | This has the currency exchange rate considered for the adjustment. | |||
| 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_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
| LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | ||
| CONFLICT_ID | NUMBER | 18 | Yes | Disconnected Mobile: this value is used to guarantee the uniqueness of the row when duplicates are created in different databases (i.e. mobile databases or the server). | |
| OBJECT_VERSION_NUMBER | NUMBER | 9 | Yes | Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried. | |
| USER_LAST_UPDATE_DATE | TIMESTAMP | Disconnected Mobile: indicates the date and time of the last update of the row. This value is different from LAST_UPDATE_DATE if the update originally happened in a different database (i.e. a different mobile database or the server). |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| ZSF_FCST_ADJUSTMENT | zsf_fcst_participant | FCST_PARTICIPANT_ID |
| zsf_fcst_period_adjustment | zsf_fcst_adjustment | FCST_ADJUSTMENT_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| ZSF_FCST_ADJUSTMENT_N1 | Non Unique | Default | ADJUSTED_BY_PARTICIPANT_ID, FCST_PARTICIPANT_ID |
| ZSF_FCST_ADJUSTMENT_PK | Unique | Default | FCST_ADJUSTMENT_ID |
| ZSF_FCST_ADJUSTMENT_U1 | Unique | Default | FCST_PARTICIPANT_ID, ADJUSTED_BY_PARTICIPANT_ID |
| ZSF_FCST_ADJUSTMENT_U2 | Unique | Default | LAST_UPDATE_DATE, FCST_ADJUSTMENT_ID |