FA_RETIREMENT_DISTS_T

FA_RETIREMENT_DISTS_T contains asset distribution details for unit retirements entered in the retirements interface table.

Details

  • Schema: FUSION

  • Object owner: FA

  • Object type: TABLE

  • Tablespace: INTERFACE

Primary Key

Name Columns

FA_RETIREMENT_DISTS_T_PK

RETIREMENT_INTERFACE_ID, LINE_ID

Columns

Name Datatype Length Precision Not-null Comments
RETIREMENT_INTERFACE_ID NUMBER 18 Yes Oracle internal use only. Retirement interface identifier.
LINE_ID NUMBER 18 Yes Oracle internal use only. Line identifier. Combined with the interface line number to identify the parent and distribution line.
UNITS_RETIRED NUMBER Yes Number of units of asset retired. Must be a whole number.
DISTRIBUTION_ID NUMBER 18 Distribution identifier. Use an Assets work area to identify valid values.
CODE_COMBINATION_ID NUMBER 18 Depreciation expense account identifier. Use the Manage Account Combinations task to identify valid values.
LOCATION_ID NUMBER 18 Location of the asset. Use the Manage Asset locations task to identify valid values.
ASSIGNED_TO NUMBER 18 Employee identification number. Use the Manage Resources task to identify valid values.
LOAD_REQUEST_ID NUMBER 18 Oracle Fusion Enterprise Resource Planning: process ID of the process that created or last updated the row.
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. 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.
DEPRN_EXPENSE_SEGMENT1 VARCHAR2 25 Key Flexfield: segment of the key flexfield.
DEPRN_EXPENSE_SEGMENT2 VARCHAR2 25 Key Flexfield: segment of the key flexfield.
DEPRN_EXPENSE_SEGMENT3 VARCHAR2 25 Key Flexfield: segment of the key flexfield.
DEPRN_EXPENSE_SEGMENT4 VARCHAR2 25 Key Flexfield: segment of the key flexfield.
DEPRN_EXPENSE_SEGMENT5 VARCHAR2 25 Key Flexfield: segment of the key flexfield.
DEPRN_EXPENSE_SEGMENT6 VARCHAR2 25 Key Flexfield: segment of the key flexfield.
DEPRN_EXPENSE_SEGMENT7 VARCHAR2 25 Key Flexfield: segment of the key flexfield.
DEPRN_EXPENSE_SEGMENT8 VARCHAR2 25 Key Flexfield: segment of the key flexfield.
DEPRN_EXPENSE_SEGMENT9 VARCHAR2 25 Key Flexfield: segment of the key flexfield.
DEPRN_EXPENSE_SEGMENT10 VARCHAR2 25 Key Flexfield: segment of the key flexfield.
DEPRN_EXPENSE_SEGMENT11 VARCHAR2 25 Key Flexfield: segment of the key flexfield.
DEPRN_EXPENSE_SEGMENT12 VARCHAR2 25 Key Flexfield: segment of the key flexfield.
DEPRN_EXPENSE_SEGMENT13 VARCHAR2 25 Key Flexfield: segment of the key flexfield.
DEPRN_EXPENSE_SEGMENT14 VARCHAR2 25 Key Flexfield: segment of the key flexfield.
DEPRN_EXPENSE_SEGMENT15 VARCHAR2 25 Key Flexfield: segment of the key flexfield.
DEPRN_EXPENSE_SEGMENT16 VARCHAR2 25 Key Flexfield: segment of the key flexfield.
DEPRN_EXPENSE_SEGMENT17 VARCHAR2 25 Key Flexfield: segment of the key flexfield.
DEPRN_EXPENSE_SEGMENT18 VARCHAR2 25 Key Flexfield: segment of the key flexfield.
DEPRN_EXPENSE_SEGMENT19 VARCHAR2 25 Key Flexfield: segment of the key flexfield.
DEPRN_EXPENSE_SEGMENT20 VARCHAR2 25 Key Flexfield: segment of the key flexfield.
DEPRN_EXPENSE_SEGMENT21 VARCHAR2 25 Key Flexfield: segment of the key flexfield.
DEPRN_EXPENSE_SEGMENT22 VARCHAR2 25 Key Flexfield: segment of the key flexfield.
DEPRN_EXPENSE_SEGMENT23 VARCHAR2 25 Key Flexfield: segment of the key flexfield.
DEPRN_EXPENSE_SEGMENT24 VARCHAR2 25 Key Flexfield: segment of the key flexfield.
DEPRN_EXPENSE_SEGMENT25 VARCHAR2 25 Key Flexfield: segment of the key flexfield.
DEPRN_EXPENSE_SEGMENT26 VARCHAR2 25 Key Flexfield: segment of the key flexfield.
DEPRN_EXPENSE_SEGMENT27 VARCHAR2 25 Key Flexfield: segment of the key flexfield.
DEPRN_EXPENSE_SEGMENT28 VARCHAR2 25 Key Flexfield: segment of the key flexfield.
DEPRN_EXPENSE_SEGMENT29 VARCHAR2 25 Key Flexfield: segment of the key flexfield.
DEPRN_EXPENSE_SEGMENT30 VARCHAR2 25 Key Flexfield: segment of the key flexfield.
LOCATION_SEGMENT1 VARCHAR2 30 Key Flexfield: segment of the key flexfield.
LOCATION_SEGMENT2 VARCHAR2 30 Key Flexfield: segment of the key flexfield.
LOCATION_SEGMENT3 VARCHAR2 30 Key Flexfield: segment of the key flexfield.
LOCATION_SEGMENT4 VARCHAR2 30 Key Flexfield: segment of the key flexfield.
LOCATION_SEGMENT5 VARCHAR2 30 Key Flexfield: segment of the key flexfield.
LOCATION_SEGMENT6 VARCHAR2 30 Key Flexfield: segment of the key flexfield.
LOCATION_SEGMENT7 VARCHAR2 30 Key Flexfield: segment of the key flexfield.
ASSIGNEE_EMAIL_ADDRESS VARCHAR2 240 Optional email address of the person assigned to prepare the line.
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_RETIREMENT_DISTS_T fa_retirements_t RETIREMENT_INTERFACE_ID
FA_RETIREMENT_DISTS_T fa_locations LOCATION_ID
FA_RETIREMENT_DISTS_T gl_code_combinations CODE_COMBINATION_ID
FA_RETIREMENT_DISTS_T per_persons ASSIGNED_TO

Indexes

Index Uniqueness Tablespace Columns
FA_RETIREMENT_DISTS_T_U1 Unique Default RETIREMENT_INTERFACE_ID, LINE_ID
FA_RETIREMENT_DISTS_T_N1 Non Unique Default LINE_ID