FA_PRODUCTION_INTERFACE
FA_PRODUCTION_INTERFACE contains information on production details for assets.
Details
-
Schema: FUSION
-
Object owner: FA
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
| Name | Columns |
|---|---|
|
FA_PRODUCTION_INTERFACE_PK |
ASSET_ID, START_DATE, END_DATE |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| ASSET_ID | NUMBER | 18 | Yes | Asset identifier. Use asset inquiry in any assets work area to identify valid values. | |
| PRODUCTION | NUMBER | Yes | Current period production. | ||
| START_DATE | DATE | Yes | Start date for production details. Date format: YYYY/MM/DD. Must be earlier than END_DATE. | ||
| END_DATE | DATE | Yes | End date for production details. Must be later than START_DATE. | ||
| ERROR_MSG | VARCHAR2 | 2000 | Oracle internal use only. Error message from posting program. | ||
| STATUS | VARCHAR2 | 30 | Status of the periodic production upload. Valid values: NEW, POST, ON HOLD. NEW means the asset is new. POST means the asset is ready to post. ON HOLD means the asset needs further review. | ||
| DESCRIPTION | VARCHAR2 | 240 | User-defined description of the periodic production entry. Free text field. Not validated. | ||
| BOOK_TYPE_CODE | VARCHAR2 | 30 | Asset book for the asset. Use the Manage Asset Books task to identify valid values. | ||
| LOAD_REQUEST_ID | NUMBER | 18 | Oracle Fusion Enterprise Resource Planning: request ID of the process that created or last updated the row. | ||
| CREATION_DATE | TIMESTAMP | Yes | Who column: date and time of the creation of the row. | ||
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: user who created the row. | |
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: date and time of the last update of the row. | ||
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: user who last updated the row. | |
| LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: session login associated to the user who last updated the row. | ||
| OBJECT_VERSION_NUMBER | NUMBER | 9 | Yes | Used to implement optimistic locking. Incremented every time the row is updated. Compared at the start and end of a transaction to detect whether another session has updated the row since it was queried. | |
| ASSET_NUMBER | VARCHAR2 | 30 | User-defined asset identification number. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| FA_PRODUCTION_INTERFACE | fa_additions_b | ASSET_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| FA_PRODUCTION_INTERFACE_U1 | Unique | Default | ASSET_ID, START_DATE, END_DATE |