CST_PERIODIC_AVG_COSTS_INT

This interface table will be used in PAC Processor for computing/re-computing periodic average costs. Post PAC computation, the values will be merged back to the persistent table CST_PERIODIC_AVG_COSTS and the corresponding rows will be deleted from the interface table.

Details

  • Schema: FUSION

  • Object owner: CST

  • Object type: TABLE

  • Tablespace: INTERFACE

Primary Key

Name Columns

CST_PERIODIC_AVG_COSTS_INT_PK

PERIODIC_COST_ID

Columns

Name Datatype Length Precision Not-null Comments
PERIODIC_COST_ID NUMBER 18 Yes Unique identifier for a periodic average cost row.
COST_ORG_ID NUMBER 18 Yes Identifies the cost organization associated with the inventory organization.
COST_BOOK_ID NUMBER 18 Yes Identifies the cost book assigned to the cost organization.
INVENTORY_ITEM_ID NUMBER 18 Yes Inventory item identifier associated with cost.
VAL_UNIT_ID NUMBER 18 Yes Valuation unit identifier associated with cost.
COST_ELEMENT_ID NUMBER 18 Yes Cost element corresponding to the cost.
PERIOD_NAME VARCHAR2 15 Yes Period for which the cost is calculated.
CURRENT_PERIOD_ONHAND NUMBER This column will be used to store the current period ending onhand quantity.
PRIOR_PERIOD_ONHAND NUMBER Yes On-hand quantity of prior period.
PRIOR_PERIOD_COST NUMBER Yes Periodic average cost of the prior period.
COST_OWNED_TXN_QUANTITY NUMBER Yes Quantity of cost owned transactions.
COST_OWNED_TXN_AMOUNT NUMBER Yes Total amount of cost owned transactions.
ADJUSTMENT_AMOUNT NUMBER Yes Total amount of PAC adjustments.
VALUE_ADJUSTMENT_AMOUNT NUMBER Yes Total amount of value adjustments submitted and processed for the period.
TXN_ADJUSTMENT_AMOUNT NUMBER Yes Total amount of adjustment received against cost owned transaction during the period. Example of such adjustment are acquisition cost adjustment or receipt cost adjustment.
CALCULATED_PERIODIC_AVG_COST NUMBER Yes Calculated periodic average cost.
PERIODIC_AVG_COST NUMBER Yes Identifies the Periodic average cost.
PERIODIC_AVG_COST_ADJ_VARIANCE NUMBER Yes Periodic average cost adjustment amount.
ADJUSTED_PRIOR_PERIOD_COST NUMBER This column indicates the variance calculated for opening balance adjustment.
CURRENCY_CODE VARCHAR2 15 Yes Identifies the currency code corresponding to the transaction.
PRIOR_PERIODIC_COST_ID NUMBER 18 Identifier for a periodic average cost row of the prior period.
PROP_PAC_TO_NEXT_PERIOD VARCHAR2 1 Flag which indicates if the prior period PAC is propagated to the current period. Possible values are N - Prior period cost has not been propagated to the current period. NULL - Prior period cost has been propagated to the current period.
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.
UOM_CODE VARCHAR2 3 Yes Unit of measure code of the transaction quantity.
INIT_PAC_COMPUTED_FLAG VARCHAR2 1 A flag that indicates whether periodic average cost is computed or not. Possible values are: N: Periodic average cost is not yet computed. NULL: Periodic average cost is computed.

Indexes

Index Uniqueness Tablespace Columns
CST_PERIODIC_AVG_COSTS_INT_N1 Non Unique Default REQUEST_ID
CST_PERIODIC_AVG_COSTS_INT_U1 Unique DEFAULT PERIODIC_COST_ID
CST_PERIODIC_AVG_COSTS_INT_U2 Unique Default PERIOD_NAME, COST_ORG_ID, COST_BOOK_ID, INVENTORY_ITEM_ID, VAL_UNIT_ID, COST_ELEMENT_ID