[Home] [Help]
[Dependency Information]
| Object Name: | OPI_DBI_MMT_CCA_STG |
|---|---|
| Object Type: | TABLE |
| Owner: | OPI |
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
| Tablespace: | APPS_TS_INTERFACE |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| TRANSACTION_ID | NUMBER | Transaction identifier | ||
| ORGANIZATION_ID | NUMBER | Organization identifier | ||
| INVENTORY_ITEM_ID | NUMBER | Inventory item identifier | ||
| CYCLE_COUNT_ID | NUMBER | Cycle count identifier | ||
| SUBINVENTORY_CODE | VARCHAR2 | (10) | Subinventory code | |
| TRANSFER_SUBINVENTORY | VARCHAR2 | (10) | Transfer transaction opposing subinventory | |
| TRANSACTION_DATE | DATE | Transaction date | ||
| TRANSACTION_TYPE_ID | NUMBER | Transaction type identifier | ||
| PRIMARY_QUANTITY | NUMBER | Transaction quantity in terms of primary UOM of the item |
Cut, paste (and edit) the following text to query this object:
SELECT TRANSACTION_ID
, ORGANIZATION_ID
, INVENTORY_ITEM_ID
, CYCLE_COUNT_ID
, SUBINVENTORY_CODE
, TRANSFER_SUBINVENTORY
, TRANSACTION_DATE
, TRANSACTION_TYPE_ID
, PRIMARY_QUANTITY
FROM OPI.OPI_DBI_MMT_CCA_STG;
OPI.OPI_DBI_MMT_CCA_STG does not reference any database object
OPI.OPI_DBI_MMT_CCA_STG is referenced by following:
APPS
OPI_DBI_MMT_CCA_STG
|
|
|
|