FLA_LEASE_POLICY_LINES_

FLA_LEASE_POLICY_LINES_ is the audit table for FLA_LEASE_POLICY_LINES table.

Details

  • Schema: FUSION

  • Object owner: FUN

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

FLA_LEASE_POLICY_LN_PK_

LAST_UPDATE_DATE, LAST_UPDATED_BY, POLICY_LINE_ID

Columns

Name Datatype Length Precision Not-null Comments
POLICY_LINE_ID NUMBER 18 Yes Lease policy line identifier. It is the primary key of the table.
OBJECT_VERSION_NUMBER NUMBER 9 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.
POLICY_TYPE_CODE VARCHAR2 30 Policy type defined within the policy group.
LEASE_POLICY_NUM NUMBER 18 Policy number. It is a unique number used in the polices.
LEASE_POLICY_ID NUMBER 18 This is the lease policy identifier referenced from FLA_LEASE_POLICIES table.
ACCOUNTING_REGIME_CODE VARCHAR2 30 Accounting regime code for which the policy is defined.
LEASE_TYPE_CODE VARCHAR2 30 Attribute indicating the lease type. Valid values are EXPENSE and REVENUE.
ASSET_TYPE_CODE VARCHAR2 30 Indicates whether the lease asset is of Equipment or Property type.
LEASE_CLASSIFICATION_CODE VARCHAR2 30 Indicates the primary classification of the lease. Possible values are Finance, Operating and Exempt.
LEGAL_ENTITY_ID NUMBER 18 Legal entity identifier for the which the policy is defined.
POLICY_STATUS_CODE VARCHAR2 30 Status of the policy line. Valid values are Draft and Active.
POLICY_VALUE_CHARACTER VARCHAR2 300 Policy value for the defined policy.
POLICY_VALUE_CODE VARCHAR2 30 Policy value for the defined policy.
POLICY_VALUE_ID NUMBER 18 Policy value for the defined policy.
POLICY_VALUE_NUM NUMBER 9 Policy value for the defined policy.
POLICY_VALUE_DATE DATE Policy value for the defined policy.
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.
CREATION_DATE TIMESTAMP Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Who column: indicates the user who created the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
ATTRIBUTE_CATEGORY VARCHAR2 30 Descriptive Flexfield: structure definition of the user descriptive flexfield.
ATTRIBUTE_CHAR1 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR2 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR3 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR4 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR5 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR6 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR7 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR8 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR9 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR10 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR11 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR12 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR13 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR14 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR15 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
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.
AUDIT_ACTION_TYPE_ VARCHAR2 10 Action Type - have values like INSERT, UPDATE and DELETE.
AUDIT_CHANGE_BIT_MAP_ VARCHAR2 1000 Used to store a bit map of 1s and 0s for each column in the table.
AUDIT_IMPERSONATOR_ VARCHAR2 64 Original Impersonator User. Used for Audit purposes.

Indexes

Index Uniqueness Tablespace Columns
FLA_LEASE_POLICY_LINESN1_ Non Unique Default POLICY_LINE_ID, LAST_UPDATE_DATE
FLA_LEASE_POLICY_LINESU1_ Unique Default LAST_UPDATE_DATE, LAST_UPDATED_BY, POLICY_LINE_ID