FLA_INCREMENT_TEMPLATES_ALL_

FLA_INCREMENT_TEMPLATES_ALL contains the payment increase agreement templates.

Details

  • Schema: FUSION

  • Object owner: FUN

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

FLA_INCREMENT_TEMPLATE_PK_

LAST_UPDATE_DATE, LAST_UPDATED_BY, INCREMENT_TEMPLATE_ID

Columns

Name Datatype Length Precision Not-null Comments
INCREMENT_TEMPLATE_ID NUMBER 18 Yes Unique payment increase agreement template identifier.
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.
ORG_ID NUMBER 18 Indicates the identifier of the business unit associated to the row.
INCREMENT_TEMPLATE_NUMBER VARCHAR2 30 Payment increase agreement template number.
TEMPLATE_START_DATE DATE Start date of the payment increase agreement template.
TEMPLATE_END_DATE DATE End date of the payment increase agreement template.
TEMPLATE_NAME VARCHAR2 240 Payment increase agreement template name.
AGREEMENT_DESCRIPTION VARCHAR2 1000 Payment increase agreement template description.
TEMPLATE_STATUS_CODE VARCHAR2 30 Status of the payment increase agreement template.
VENDOR_ID NUMBER 18 Supplier identifier. It is used to send the information to Payables during the payment process.
PAYMENT_PURPOSE_CODE VARCHAR2 30 Payment purpose. Values are populated from the ORA_FLA_PAYMENT_PURPOSE lookup.
PAYMENT_CURRENCY_CODE VARCHAR2 15 Payment currency code of the payments which can be added to this payment increase agreement.
ASSESSMENT_FREQUENCY_CODE VARCHAR2 30 Assessment frequency. Possible values are Annual or Semi-Annual.
ASSESS_IN_YEARS_NUM NUMBER 3 Defines the breaks for the assessment. This is applicable if the assessment frequency is Annual.
BASIS_TYPE_CODE VARCHAR2 30 Basis type defines how the basis amount is arrived at. Possible values are Previous Cycle or Current Cycle.
BASIS_COMPOUNDING_CODE VARCHAR2 30 Defines if compounding of payment basis amount is applicable.
INCREASE_AMOUNT_ROUNDING_CODE VARCHAR2 30 Rounding code indicates how to round off the increase amount.
INCREASE_CALC_METHOD_CODE VARCHAR2 30 Defines whether to use index based, fixed rate based, or a greater or lower value of both when calculating the increase percent.
FIXED_INCREASE_PERCENT NUMBER Fixed increase percent which will be applicable as default when the assessment periods are generated.
FIXED_INCREASE_AMOUNT NUMBER Fixed increase amount which will be applicable as default when the assessment periods are generated.
BASIS_FACTOR_PERCENT NUMBER Basis factor percent which will be applicable as default when the assessment periods are generated.
RESPONSIBLE_USER_NAME VARCHAR2 100 Name of the user responsible for the lease agreement template creation.
INCREMENT_INDEX_HEADER_ID NUMBER 18 Payment increase index identifier referenced from FLA_INCREMENT_INDEX_HDRS_ALL.
INDEX_FINDER_MONTHS NUMBER 3 Indicates the check for index can span for these number of months.
MINIMUM_INCREASE_PERCENT NUMBER Minimum increase percent as input by the user.
MAXIMUM_INCREASE_PERCENT NUMBER Maximum increase percent as input by the user.
UNUSED_INCREASE_TREATMENT_CODE VARCHAR2 30 Indicates the way the unused increase should be treated.
ACTIVATION_DERIVATION_CODE VARCHAR2 30 Indicates the way the missing index should be derived during activation of payment increase agreement.
ASSESSMENT_DERIVATION_CODE VARCHAR2 30 Indicates the way the missing index should be derived during assessment of an assessment period.
CREATED_BY VARCHAR2 64 Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP 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.
ATTRIBUTE_CATEGORY VARCHAR2 30 Descriptive Flexfield: structure definition of the user descriptive flexfield.
ATTRIBUTE1 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE2 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE3 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE4 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE5 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE6 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE7 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE8 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE9 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE10 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE11 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE12 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE13 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE14 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE15 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 for audit.

Indexes

Index Uniqueness Tablespace Columns
FLA_INCREMENT_TEMPLATES_U1_ Unique Default LAST_UPDATE_DATE, LAST_UPDATED_BY, INCREMENT_TEMPLATE_ID
FLA_INCREMENT_TEMPLATES_U2_ Unique Default LAST_UPDATE_DATE, LAST_UPDATED_BY, TEMPLATE_NAME, ORG_ID
FLA_INCREMENT_TEMPLATES__N1_ Non Unique Default INCREMENT_TEMPLATE_ID, LAST_UPDATE_DATE