[Home] [Help]
[Dependency Information]
| Object Name: | AX_VARIANCES |
|---|---|
| Object Type: | TABLE |
| Owner: | AX |
| FND Design Data: | AX.AX_VARIANCES
|
| Subobject Name: | |
| Status: | VALID |
This table stores the information needed to adjust the inventory
values at the end of each accounting period. It contains a row for
each Inventory organization, subinventory, inventory item, accounting period,
variance type, primary cost method, and account.
Each row includes quantities and amounts used to calculate
adjustment.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
ORGANIZATION_ID
SECONDARY_INVENTORY_NAME
INVENTORY_ITEM_ID
ACCOUNTING_PERIOD_ID
VARIANCE_TYPE
CODE_COMBINATION_ID| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| AX_VARIANCES_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
ORGANIZATION_ID
SECONDARY_INVENTORY_NAME
INVENTORY_ITEM_ID
ACCOUNTING_PERIOD_ID
VARIANCE_TYPE
CODE_COMBINATION_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ORGANIZATION_ID | NUMBER | Yes | Inventory organization identifier | |
| SECONDARY_INVENTORY_NAME | VARCHAR2 | (10) | Yes | Secondary inventory name |
| INVENTORY_ITEM_ID | NUMBER | Yes | Inventory item identifier | |
| ACCOUNTING_PERIOD_ID | NUMBER | Yes | Accounting period identifier | |
| VARIANCE_TYPE | NUMBER | Yes | Variance type (1 - PPV, 2 - IPV, 3 - EPV) | |
| PRIMARY_COST_METHOD | NUMBER | Primary cost method (1 - average cost, 2 - standard cost) | ||
| ONHAND_QUANTITY | NUMBER | Onhand quantity as of the last day of the accounting period | ||
| RECEIVED_QUANTITY | NUMBER | Received quantity since the most recent between the latest absorbtion date and the year opening date | ||
| VARIANCE_AMOUNT | NUMBER | Variance amount | ||
| ONHAND_AMOUNT | NUMBER | Variance amount * onhand quantity / received quantity | ||
| ISSUED_AMOUNT | NUMBER | Variance amount - onhand amount | ||
| ONHAND_AMOUNT_FLAG | NUMBER | Onhand amount adjusted flag (1 - not processed, 2 - adjusted, 3 - offset) | ||
| ISSUED_AMOUNT_FLAG | NUMBER | Issued amount absorbed flag (1 - not absorbed, 2 - absorbed) | ||
| PREVIOUS_VARIANCE | NUMBER | Accounting period identifier of the last active period for this variance; 0 if no previous activity exists | ||
| CODE_COMBINATION_ID | NUMBER | Yes | Code combination identifier | |
| LAST_UPDATE_DATE | DATE | Standard Who column | ||
| CREATION_DATE | DATE | Standard Who column | ||
| CREATED_BY | NUMBER | Standard Who column | ||
| LAST_UPDATED_BY | NUMBER | Standard Who column | ||
| LAST_UPDATE_LOGIN | NUMBER | Standard Who column |
Cut, paste (and edit) the following text to query this object:
SELECT ORGANIZATION_ID
, SECONDARY_INVENTORY_NAME
, INVENTORY_ITEM_ID
, ACCOUNTING_PERIOD_ID
, VARIANCE_TYPE
, PRIMARY_COST_METHOD
, ONHAND_QUANTITY
, RECEIVED_QUANTITY
, VARIANCE_AMOUNT
, ONHAND_AMOUNT
, ISSUED_AMOUNT
, ONHAND_AMOUNT_FLAG
, ISSUED_AMOUNT_FLAG
, PREVIOUS_VARIANCE
, CODE_COMBINATION_ID
, LAST_UPDATE_DATE
, CREATION_DATE
, CREATED_BY
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
FROM AX.AX_VARIANCES;
AX.AX_VARIANCES does not reference any database object
AX.AX_VARIANCES is referenced by following:
APPS
AX_VARIANCES
|
|
|
|