FA_RET_SRC_LINES_T

FA_RET_SRC_LINES_T contains information of the source lines from retirement transactions.

Details

  • Schema: FUSION

  • Object owner: FA

  • Object type: TABLE

  • Tablespace: INTERFACE

Primary Key

Name Columns

FA_RET_SRC_LINES_T_PK

RETIREMENT_INTERFACE_ID, SOURCE_LINE_ID

Columns

Name Datatype Length Precision Not-null Comments Flexfield-mapping
RETIREMENT_INTERFACE_ID NUMBER 18 Yes Oracle internal use only. Retirement interface identifier.
SOURCE_LINE_ID NUMBER 18 Yes Oracle internal use only. Source line identifier.
COST_RETIRED NUMBER Amount retired from the source line. Enter without thousands separator. Use either comma or period as decimal separator. Cannot exceed asset cost.
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.
ATTRIBUTE1 VARCHAR2 150 Segment value for Assets Invoices descriptive flexfield. Assets Invoices (FA_ASSET_INVOICES)
ATTRIBUTE2 VARCHAR2 150 Segment value for Assets Invoices descriptive flexfield. Assets Invoices (FA_ASSET_INVOICES)
ATTRIBUTE3 VARCHAR2 150 Segment value for Assets Invoices descriptive flexfield. Assets Invoices (FA_ASSET_INVOICES)
ATTRIBUTE4 VARCHAR2 150 Segment value for Assets Invoices descriptive flexfield. Assets Invoices (FA_ASSET_INVOICES)
ATTRIBUTE5 VARCHAR2 150 Segment value for Assets Invoices descriptive flexfield. Assets Invoices (FA_ASSET_INVOICES)
ATTRIBUTE6 VARCHAR2 150 Segment value for Assets Invoices descriptive flexfield. Assets Invoices (FA_ASSET_INVOICES)
ATTRIBUTE7 VARCHAR2 150 Segment value for Assets Invoices descriptive flexfield. Assets Invoices (FA_ASSET_INVOICES)
ATTRIBUTE8 VARCHAR2 150 Segment value for Assets Invoices descriptive flexfield. Assets Invoices (FA_ASSET_INVOICES)
ATTRIBUTE9 VARCHAR2 150 Segment value for Assets Invoices descriptive flexfield. Assets Invoices (FA_ASSET_INVOICES)
ATTRIBUTE10 VARCHAR2 150 Segment value for Assets Invoices descriptive flexfield. Assets Invoices (FA_ASSET_INVOICES)
ATTRIBUTE11 VARCHAR2 150 Segment value for Assets Invoices descriptive flexfield. Assets Invoices (FA_ASSET_INVOICES)
ATTRIBUTE12 VARCHAR2 150 Segment value for Assets Invoices descriptive flexfield. Assets Invoices (FA_ASSET_INVOICES)
ATTRIBUTE13 VARCHAR2 150 Segment value for Assets Invoices descriptive flexfield. Assets Invoices (FA_ASSET_INVOICES)
ATTRIBUTE14 VARCHAR2 150 Segment value for Assets Invoices descriptive flexfield. Assets Invoices (FA_ASSET_INVOICES)
ATTRIBUTE15 VARCHAR2 150 Segment value for Assets Invoices descriptive flexfield. Assets Invoices (FA_ASSET_INVOICES)
ATTRIBUTE_CATEGORY_CODE VARCHAR2 30 Context code for Assets Invoices descriptive flexfield. Use the Manage Fixed Assets Descriptive Flexfields task to identify valid values. Use columns beginning with AI for segment values. Assets Invoices (FA_ASSET_INVOICES)
ATTRIBUTE_NUMBER1 NUMBER Number value for Assets Invoices descriptive flexfield.
ATTRIBUTE_NUMBER2 NUMBER Number value for Assets Invoices descriptive flexfield.
ATTRIBUTE_NUMBER3 NUMBER Number value for Assets Invoices descriptive flexfield.
ATTRIBUTE_NUMBER4 NUMBER Number value for Assets Invoices descriptive flexfield.
ATTRIBUTE_NUMBER5 NUMBER Number value for Assets Invoices descriptive flexfield.
ATTRIBUTE_DATE1 DATE Date value for Assets Invoices descriptive flexfield.
ATTRIBUTE_DATE2 DATE Date value for Assets Invoices descriptive flexfield.
ATTRIBUTE_DATE3 DATE Date value for Assets Invoices descriptive flexfield.
ATTRIBUTE_DATE4 DATE Date value for Assets Invoices descriptive flexfield.
ATTRIBUTE_DATE5 DATE Date value for Assets Invoices descriptive flexfield.
INTERFACE_LINE_NUMBER NUMBER 18 Optional number used to link parent and child records when more than one transactions exists on an asset in a given load.

Foreign Keys

Table Foreign Table Foreign Key Column
FA_RET_SRC_LINES_T fa_retirements_t RETIREMENT_INTERFACE_ID
FA_RET_SRC_LINES_T fa_asset_invoices SOURCE_LINE_ID

Indexes

Index Uniqueness Columns
FA_RET_SRC_LINES_T_U1 Unique RETIREMENT_INTERFACE_ID, SOURCE_LINE_ID