FLA_LEASE_POLICY_LINES
FLA_LEASE_POLICY_LINES table has the policy details for the lease policy.
Details
-
Schema: FUSION
-
Object owner: FUN
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
| Name | Columns |
|---|---|
|
FLA_LEASE_POLICY_LN_PK |
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 | 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. | |
| POLICY_TYPE_CODE | VARCHAR2 | 30 | Yes | Policy type defined within the policy group. | |
| LEASE_POLICY_NUM | NUMBER | 18 | Yes | Policy number. It is a unique number used in the polices. | |
| LEASE_POLICY_ID | NUMBER | 18 | Yes | 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 | Yes | Attribute indicating the lease type. Valid values are EXPENSE and REVENUE. | |
| ASSET_TYPE_CODE | VARCHAR2 | 30 | Yes | 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 | 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_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. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| FLA_LEASE_POLICY_LINES_U1 | Unique | FUSION_TS_TX_IDX | POLICY_LINE_ID |
| FLA_LEASE_POLICY_LINES_U2 | Unique | FUSION_TS_TX_IDX | LEASE_POLICY_ID, POLICY_TYPE_CODE, LEASE_TYPE_CODE, ASSET_TYPE_CODE, LEASE_CLASSIFICATION_CODE, ACCOUNTING_REGIME_CODE, LEGAL_ENTITY_ID |