ZSF_FCST_PERIOD_ADJUSTMENT

This table stores the adjustment amount and subordinate adjustment amount for each period in corporate currency.

Details

  • Schema: FUSION

  • Object owner: ZSF

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

ZSF_FCST_PERIOD_ADJUSTMENT_PK

FCST_PERIOD_ADJUSTMENT_ID

Columns

Name Datatype Length Precision Not-null Comments
FCST_PERIOD_ADJUSTMENT_ID NUMBER 18 Yes Primary Key for the table ZSF_FCST_PERIOD_ADJUSTMENT
SUMADJ_QUANTITY NUMBER The adjustment made to the Quantity field at the Product Aggregate leve;
SUMADJ_SUB_QUANTITY NUMBER The Subordinate adjustment made to the Quantity field at the Product Aggregate leve;
FCST_ADJUST_PERIOD_ID NUMBER 18 Foreign Key to the periods table namely ZSF_FCST_ADJUST_PERIOD
BI_ADJUSTMENT_PERIOD_ID NUMBER 18 Same as FCST_ADJUST_PERIOD_ID for a territory adjustment, will be storing last adjusted period for a product adjustment that doesnt have time dimension.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
FCST_ADJUSTMENT_ID NUMBER 18 Foreign key to the summary table storing the adjustment details ZSF_FCST_ADJUSTMENT
CORP_ADJUSTMENT_AMT NUMBER Yes The adjustment amount for each adjust period stored in corporate currency.
CORP_SUB_ADJUST_AMT NUMBER Yes Adjustment amount done for the subordinate stored in corporate currency.
FCST_PARTICIPANT_ID NUMBER 18 This has the foreign key reference to the forecast participant table
TERRITORY_ID NUMBER 18 This has the territory id denormalized and stored here.
CHANNEL_TYPE_CODE VARCHAR2 360 This stores the channel type code, eg : Direct/ Indirect. This is used in summary adj metrics
ADJUSTMENT_CATEGORY VARCHAR2 30 Adjustment category that corresponds to adjustments on a given forecast item category totals.
FCST_PRODUCT_ID NUMBER 18 FK to the snapshot of product hierarchy stored in ZSF_FCST_PRODUCT
CORP_BESTCASE_ADJUST_AMT NUMBER The best case adjustment amount for each adjust period stored in corporate currency.
CORP_SUB_BESTCASE_ADJUST_AMT NUMBER The best adjustment amount for each adjust period stored in corporate currency for subordinate.
CORP_WORSTCASE_ADJUST_AMT NUMBER The worst case adjustment amount for each adjust period stored in corporate currency.
CORP_SUB_WORSTCASE_ADJUST_AMT NUMBER The worstcase adjustment amount for each adjust period stored in corporate currency for subordinate.
CORP_SUB_PROD_ADJUST_AMT NUMBER This stores the product level adjustment amount entered by subordinate
CORP_SUB_PROD_BEST_ADJUST_AMT NUMBER This stores the product level best case amount entered by subordinate
CORP_SUB_PROD_WORST_ADJUST_AMT NUMBER This stores the product level worst case amount entered by subordinate
CORP_EXTN_SUMADJ_MET_1 NUMBER Runtime Extensibility: Column reserved for metrics related extension attributes.
CORP_EXTN_SUMADJ_MET_2 NUMBER Runtime Extensibility: Column reserved for metrics related extension attributes.
CORP_EXTN_SUMADJ_MET_3 NUMBER Runtime Extensibility: Column reserved for metrics related extension attributes.
CORP_EXTN_SUMADJ_MET_4 NUMBER Runtime Extensibility: Column reserved for metrics related extension attributes.
CORP_EXTN_SUMADJ_MET_5 NUMBER Runtime Extensibility: Column reserved for metrics related extension attributes.
CORP_EXTN_SUMADJ_SUB_1 NUMBER Runtime Extensibility: Column reserved for metrics related extension attributes.
CORP_EXTN_SUMADJ_SUB_2 NUMBER Runtime Extensibility: Column reserved for metrics related extension attributes.
CORP_EXTN_SUMADJ_SUB_3 NUMBER Runtime Extensibility: Column reserved for metrics related extension attributes.
CORP_EXTN_SUMADJ_SUB_4 NUMBER Runtime Extensibility: Column reserved for metrics related extension attributes.
CORP_EXTN_SUMADJ_SUB_5 NUMBER Runtime Extensibility: Column reserved for metrics related extension attributes.
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_PERIOD_ADJUSTMENT zsf_fcst_adjustment FCST_ADJUSTMENT_ID
ZSF_FCST_PERIOD_ADJUSTMENT zsf_fcst_adjust_period FCST_ADJUST_PERIOD_ID
ZSF_FCST_PERIOD_ADJUSTMENT zsf_fcst_product FCST_PRODUCT_ID

Indexes

Index Uniqueness Tablespace Columns
ZSF_FCST_PERIOD_ADJUSTMENT_N1 Non Unique Default "LAST_UPDATE_DATE"
ZSF_FCST_PERIOD_ADJUSTMENT_N2 Non Unique Default FCST_ADJUSTMENT_ID, FCST_ADJUST_PERIOD_ID
ZSF_FCST_PERIOD_ADJUSTMENT_N3 Non Unique FUSION_TS_TX_IDX FCST_PARTICIPANT_ID
ZSF_FCST_PERIOD_ADJUSTMENT_N4 Non Unique Default FCST_PRODUCT_ID, FCST_PARTICIPANT_ID, FCST_ADJUSTMENT_ID
ZSF_FCST_PERIOD_ADJUSTMENT_N5 Non Unique Default FCST_ADJUST_PERIOD_ID, FCST_ADJUSTMENT_ID, FCST_PRODUCT_ID
ZSF_FCST_PERIOD_ADJUSTMENT_N6 Non Unique Default FCST_ADJUST_PERIOD_ID, TERRITORY_ID
ZSF_FCST_PERIOD_ADJUSTMENT_PK Unique Default FCST_PERIOD_ADJUSTMENT_ID
ZSF_FCST_PERIOD_ADJUSTMENT_U1 Unique Default FCST_ADJUSTMENT_ID, FCST_PRODUCT_ID, CHANNEL_TYPE_CODE, FCST_ADJUST_PERIOD_ID, ADJUSTMENT_CATEGORY
ZSF_FCST_PERIOD_ADJUSTMENT_U2 Unique Default LAST_UPDATE_DATE, FCST_PERIOD_ADJUSTMENT_ID