JE_IT_EXEMPT_LETTERS
JE_IT_EXEMPT_LETTERS contains exemption letter information for suppliers. This table corresponds to the Exemption Letters window.
Details
-
Schema: FUSION
-
Object owner: ZX
-
Object type: TABLE
-
Tablespace: APPS_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
JE_IT_EXEMPT_LETTERS_PK |
EXEMPT_LETTER_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
EXEMPT_LETTER_ID | NUMBER | 18 | Yes | Primary Key | |
LEGAL_ENTITY_ID | NUMBER | 18 | Yes | Legal Entity Identifier | |
VENDOR_ID | NUMBER | 18 | Yes | Supplier identifier | |
EXEMPT_LETTER_NUMBER | NUMBER | Yes | Exemption letter identifier | ||
EFFECTIVE_FROM | DATE | Yes | Start date the exemption letter becomes effective | ||
EFFECTIVE_TO | DATE | Yes | End date the exemption letter is effective | ||
LETTER_TYPE | VARCHAR2 | 30 | Yes | Exempt Letter Type | |
LIMIT_AMOUNT | NUMBER | Exempt limit amount | |||
CLAUSE_REF | VARCHAR2 | 30 | Yes | The clause of the Italian legislation concerning exemption letters which is relevant to a supplier | |
PRINT_FLAG | VARCHAR2 | 1 | Yes | Flag that indicates if letter is to be printed (Y or N) | |
ISSUE_FLAG | VARCHAR2 | 1 | Yes | Flag that indicates if letter is to be issued to supplier (Y or N) | |
CUSTOM_FLAG | VARCHAR2 | 1 | Yes | Flag that indicates if letter is to be sent to a standard supplier or to Customs | |
EXEMPT_YEAR | NUMBER | 4 | Yes | Year of the EFFECTIVE_FROM column | |
ISSUE_DATE | DATE | Date on which the exemption letter was first issued | |||
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. | ||
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. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
JE_IT_EXEMPT_LETTERS_PK | Unique | Default | EXEMPT_LETTER_ID |
JE_IT_EXEMPT_LETTERS_U1 | Unique | Default | LEGAL_ENTITY_ID, EXEMPT_LETTER_NUMBER, EXEMPT_YEAR |