JE_IT_YEAR_EX_LIMIT

The JE_IT_YEAR_EX_LIMIT table stores yearly exemption limits and their monthly adjustments.

Details

  • Schema: FUSION

  • Object owner: ZX

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

JE_IT_YEAR_EX_LIMIT_PK

EXEMPT_LIMIT_ID

Columns

Name Datatype Length Precision Not-null Comments
EXEMPT_LIMIT_ID NUMBER 18 Yes Primary key
LEGAL_ENTITY_ID NUMBER 18 Yes Legal Entity Identifier
EXEMPT_YEAR NUMBER 4 Yes Year of exemption limit amount
EXEMPT_MONTH NUMBER 3 Yes Translatable look up identifier, January to December, twelve records for each year.
ORIGINAL_LIMIT_AMOUNT NUMBER Yes Total initial exemption limit amount, constant for given year
ADJUSTMENT_AMOUNT NUMBER Yes Monthly adjustment amount, most recently entered value only
ADJUSTED_LIMIT_AMOUNT NUMBER Yes Initial exemption limit amount corrected by adjustments for previous months of same year
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_LOGIN VARCHAR2 32 Who column: indicates the session login associated to 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.
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.
LIMIT_TYPE VARCHAR2 1 Yes Exemption limit type code for Italy. The valid values are A and M. The value A indicates annual exemption limit type for Italy and the value M indicates monthly exemption limit type for Italy. The default value is M.
CURRENCY_CODE VARCHAR2 15 Exemption limit currency code. Currency code is derived from the primary ledger functional currency of the legal entity.

Indexes

Index Uniqueness Tablespace Columns
JE_IT_YEAR_EX_LIMIT_U1 Unique Default LEGAL_ENTITY_ID, EXEMPT_YEAR, EXEMPT_MONTH
JE_IT_YEAR_EX_LIMIT_U2 Unique Default EXEMPT_LIMIT_ID