FA_PERIODIC_PRODUCTION

FA_PERIODIC_PRODUCTION contains information on periodic production details for assets.

Details

  • Schema: FUSION

  • Object owner: FA

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

FA_PERIODIC_PRODUCTION_PK

ASSET_ID, BOOK_TYPE_CODE, START_DATE, END_DATE

Columns

Name Datatype Length Precision Not-null Comments Flexfield-mapping
ASSET_ID NUMBER 18 Yes Identifier of the asset number.
BOOK_TYPE_CODE VARCHAR2 30 Yes Unique book identification name.
START_DATE DATE Yes Date from when the production details are to entered.
END_DATE DATE Yes Ending date to which the production data applies.
PRODUCTION NUMBER Yes Current period production for a units of production asset.
USED_FLAG VARCHAR2 3 Yes Indicator of whether the row has been processed by the Depreciation job or not.
DESCRIPTION VARCHAR2 240 Description of the periodic production entry
ERROR_MSG VARCHAR2 2000 Encoded message text associated with a failure of the posting program
STATUS VARCHAR2 30 Status of the production upload
ATTRIBUTE1 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Periodic Production (FA_PERIODIC_PRODUCTION)
ATTRIBUTE2 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Periodic Production (FA_PERIODIC_PRODUCTION)
ATTRIBUTE3 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Periodic Production (FA_PERIODIC_PRODUCTION)
ATTRIBUTE4 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Periodic Production (FA_PERIODIC_PRODUCTION)
ATTRIBUTE5 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Periodic Production (FA_PERIODIC_PRODUCTION)
ATTRIBUTE6 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Periodic Production (FA_PERIODIC_PRODUCTION)
ATTRIBUTE7 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Periodic Production (FA_PERIODIC_PRODUCTION)
ATTRIBUTE8 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Periodic Production (FA_PERIODIC_PRODUCTION)
ATTRIBUTE9 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Periodic Production (FA_PERIODIC_PRODUCTION)
ATTRIBUTE10 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Periodic Production (FA_PERIODIC_PRODUCTION)
ATTRIBUTE11 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Periodic Production (FA_PERIODIC_PRODUCTION)
ATTRIBUTE12 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Periodic Production (FA_PERIODIC_PRODUCTION)
ATTRIBUTE13 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Periodic Production (FA_PERIODIC_PRODUCTION)
ATTRIBUTE14 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Periodic Production (FA_PERIODIC_PRODUCTION)
ATTRIBUTE15 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Periodic Production (FA_PERIODIC_PRODUCTION)
ATTRIBUTE_NUMBER1 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER2 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER3 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER4 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER5 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE1 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE2 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE3 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE4 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE5 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CATEGORY_CODE VARCHAR2 30 Descriptive Flexfield: structure definition of the user descriptive flexfield. Periodic Production (FA_PERIODIC_PRODUCTION)
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created 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.
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.

Foreign Keys

Table Foreign Table Foreign Key Column
FA_PERIODIC_PRODUCTION fa_additions_b ASSET_ID
FA_PERIODIC_PRODUCTION fa_book_controls BOOK_TYPE_CODE

Indexes

Index Uniqueness Tablespace Columns
FA_PERIODIC_PRODUCTION_U1 Unique Default ASSET_ID, BOOK_TYPE_CODE, START_DATE, END_DATE