FLA_LEASE_ACTION_REQUESTS_ALL

FLA_LEASE_ACTION_REQUESTS_ALL contains the actions requests for the lease, used for reporting purposes.

Details

  • Schema: FUSION

  • Object owner: FUN

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

FLA_LEASE_ACTION_REQUESTS_PK

ACTION_REQUEST_ID

Columns

Name Datatype Length Precision Not-null Comments
ACTION_REQUEST_ID NUMBER 18 Yes Unique lease action request identifier.
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.
LEASE_ACTION_CODE VARCHAR2 30 Yes Indicates the actions which are applicable. Possible values could be Liability Analysis Report, Lease Transaction Report, Import, Expiry etc.
LEASE_SUB_ACTION_CODE VARCHAR2 30 Indicates the sub actions which are applicable. Possible values could be Review and Update.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
STAGE_REQUEST_ID NUMBER 18 Request identifier of the staging request.
ACTION_COMPLETION_DATE DATE Indicates the date when the request action was completed.
ORG_ID NUMBER 18 Yes Indicates the identifier of the business unit associated to the row.
LEGAL_ENTITY_ID NUMBER 18 Legal entity identifier for the lease contract.
LEASE_ASSET_TYPE_CODE VARCHAR2 30 Indicates whether the lease asset is of Equipment or Property type.
LEASE_CLASSIFICATION_CODE VARCHAR2 30 Indicates the classification of the lease version. Possible values are Finance lease, Operating lease or Exempt Lease.
LESSOR_ID NUMBER 18 Party identifier which represents the lessor associated with the lease.
LEASE_ID NUMBER 18 Lease identifier. It references the primary key of the FLA_LEASES_ALL table.
LEASE_NUMBER VARCHAR2 30 Lease number of the lease which is selected.
FROM_LEASE_NUMBER VARCHAR2 30 Lease number of the lease which is selected as From Lease Number.
TO_LEASE_NUMBER VARCHAR2 30 Lease number of the lease which is selected as To Lease Number.
FROM_LEASE_START_DATE DATE Lease Start date which is selected as From Lease Start Date.
TO_LEASE_START_DATE DATE Lease Start date which is selected as To Lease Start Date.
FROM_LEASE_END_DATE DATE Lease End date which is selected as From Lease End Date.
TO_LEASE_END_DATE DATE Lease End date which is selected as To Lease End Date.
VERSION_TYPE_CODE VARCHAR2 30 Version type code of the lease. Possible values are "D" for Draft version and "F" for Final version.
PERIOD_NAME VARCHAR2 15 Period name of the accounting period.
FROM_PERIOD_NAME VARCHAR2 15 Period name of the accounting period selected as From Period Name.
TO_PERIOD_NAME VARCHAR2 15 Period name of the accounting period selected as To Period Name.
VENDOR_ID NUMBER 18 Supplier identifier which represents the supplier associated with the lease.
VENDOR_SITE_ID NUMBER 18 Supplier site identifier. It is used to send the information to Payables during the payment process.
LEDGER_ID NUMBER 18 Ledger identifier as defined in general ledger.
BUSINESS_UNIT_NAME VARCHAR2 240 Denotes the translated name for the Organization Unit.
LEGAL_ENTITY_NAME VARCHAR2 240 Name of the legal entity that belongs to your own corporate structure (enterprise).
LEDGER_NAME VARCHAR2 30 User entered unique ledger name.
LESSOR_NAME VARCHAR2 360 Name of the lessor party on the lease.
VENDOR_NAME VARCHAR2 360 Name of the supplier party on the lease payment.
VENDOR_SITE_CODE VARCHAR2 240 Site code name of the supplier site.
REGIME_CODE VARCHAR2 30 Regime code. This drives the accounting model and reporting for the lease.
PERIOD_START_DATE DATE Start date of the accounting period.
PERIOD_END_DATE DATE End date of the accounting period.
FISCAL_QUARTER_START_DATE DATE Start date of the fiscal quarter as defined in calendar.
FISCAL_QUARTER_END_DATE DATE End date of the fiscal quarter as defined in calendar.
FISCAL_YEAR_START_DATE DATE Start date of the fiscal year as defined in calendar.
FISCAL_YEAR_END_DATE DATE End date of the fiscal year as defined in calendar.
FROM_PERIOD_START_DATE DATE Start date of the accounting period which is selected.
FROM_PERIOD_END_DATE DATE End date of the accounting period which is selected.
TO_PERIOD_START_DATE DATE Start date of the accounting period which is selected.
TO_PERIOD_END_DATE DATE End date of the accounting period which is selected.
FUNCTIONAL_CURRENCY_CODE VARCHAR2 15 Currency code as defined for the ledger.
FUNCTIONAL_CURRENCY_PRECISION NUMBER 1 Currency precision as defined in the currencies precision for the functional currency.
REFERENCE_CHAR_1 VARCHAR2 240 Reference column. For future usage.
REFERENCE_CHAR_2 VARCHAR2 240 Reference column. For future usage.
REFERENCE_CHAR_3 VARCHAR2 240 Reference column. For future usage.
REFERENCE_CHAR_4 VARCHAR2 240 Reference column. For future usage.
REFERENCE_CHAR_5 VARCHAR2 240 Reference column. For future usage.
REFERENCE_NUMBER_1 NUMBER Reference column. For future usage.
REFERENCE_NUMBER_2 NUMBER Reference column. For future usage.
REFERENCE_NUMBER_3 NUMBER Reference column. For future usage.
REFERENCE_NUMBER_4 NUMBER Reference column. For future usage.
REFERENCE_NUMBER_5 NUMBER Reference column. For future usage.
REFERENCE_DATE_1 DATE Reference column. For future usage.
REFERENCE_DATE_2 DATE Reference column. For future usage.
REFERENCE_DATE_3 DATE Reference column. For future usage.
REFERENCE_DATE_4 DATE Reference column. For future usage.
REFERENCE_DATE_5 DATE Reference column. For future usage.
JOB_DEFINITION_NAME VARCHAR2 100 Enterprise Service Scheduler: indicates the name of the job that created or last updated the row.
JOB_DEFINITION_PACKAGE VARCHAR2 900 Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row.
SCHEDULES_BATCH_ID NUMBER 18 Batch identifier for the schedules generation batch.
AMEND_SCHEDULES_FLAG VARCHAR2 1 Flag to indicate schedules generation is requested or not for the amendment transaction.
TRANSACTION_START_DATE DATE Start date of the transaction which is requested.
TRANSACTION_END_DATE DATE End date of the transaction which is requested.
REQUEST_STATUS_CODE VARCHAR2 30 Status of the transaction which is requested.
LEASE_DETAIL_ID NUMBER 18 Lease detail identifier. This is referenced from FLA_LEASE_DETAILS table.
MESSAGE_CODE VARCHAR2 30 Message code defined for the message.
MESSAGE_TEXT VARCHAR2 1000 Detailed error message which was captured.
MESSAGE_TYPE_CODE VARCHAR2 30 Message type. Defines the type of message, either error or warning.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.

Indexes

Index Uniqueness Tablespace Columns
FLA_LEASE_ACTION_REQ_N1 Non Unique FUSION_TS_TX_IDX REQUEST_ID
FLA_LEASE_ACTION_REQ_N2 Non Unique FUSION_TS_TX_IDX SCHEDULES_BATCH_ID, LEASE_ID
FLA_LEASE_ACTION_REQ_U1 Unique FUSION_TS_TX_IDX ACTION_REQUEST_ID