FA_DEPRN_TAX_AUTHORITIES

FA_DEPRN_TAX_AUTHORITIES stores tax-authority-level information required by Japanese Depreciable Assets Tax Reports.

Details

  • Schema: FUSION

  • Object owner: FA

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

FA_DEPRN_TAX_AUTHORITIES_PK

CODE, BOOK_TYPE_CODE

Columns

Name Datatype Length Precision Not-null Comments
CODE VARCHAR2 150 Yes Tax authority identification code.
NAME VARCHAR2 100 Tax authority name used in the asset tax report.
BOOK_TYPE_CODE VARCHAR2 30 Yes Asset book type identification code.
OWNER_CODE VARCHAR2 100 Yes Tax code identifier for the company.
SHORT_YEAR_DEPRN_FLAG VARCHAR2 1 Indicates whether a short year depreciation is used.
NOTIFICATION_INC_DEPRN_FLAG VARCHAR2 1 Indicates whether to send a notification for increased depreciation.
NON_TAXABLE_ASSETS_FLAG VARCHAR2 1 Indicates whether nontaxable assets are included.
TAX_STANDARD_EXCEPTION_FLAG VARCHAR2 1 Indicates whether a standard tax exception is allowed.
SPECIAL_DEPRN_FLAG VARCHAR2 1 Indicates whether special depreciation is used.
DEPRN_METHOD_UNDER_TAX_LAW VARCHAR2 30 Tax accounting depreciation method code.
BLUE_RETURN_FLAG VARCHAR2 1 Indicates whether the blue return is used.
ASSET_ADDRESS1 VARCHAR2 200 Address 1 of the asset in the selected tax jurisdiction.
ASSET_ADDRESS2 VARCHAR2 200 Address 2 of the asset in the selected tax jurisdiction.
ASSET_ADDRESS3 VARCHAR2 200 Address 3 of the asset in the selected tax jurisdiction.
LEASED_ASSETS_FLAG VARCHAR2 1 Indicates whether leased assets exist.
LESSOR_NAME VARCHAR2 100 Lessor name of the leased asset.
LESSOR_ADDRESS VARCHAR2 200 Lessor address of the leased asset.
LESSOR_PHONE VARCHAR2 30 Lessor phone of the leased asset.
LOCATION_OWNERSHIP_CODE VARCHAR2 30 Ownership of location. Valid values: Owned and Leased.
OWNED_LOCATION_NUMBERS VARCHAR2 80 Owned location numbers used in the asset tax report.
LEASED_LOCATION_NUMBERS VARCHAR2 80 Leased location numbers used in the asset tax report.
REMARK_LINE1 VARCHAR2 300 Remark line used to store comment line 1.
REMARK_LINE2 VARCHAR2 300 Remark line used to store comment line 2.
REMARK_LINE3 VARCHAR2 300 Remark line used to store comment line 3.
REMARK_LINE4 VARCHAR2 300 Remark line used to store comment line 4.
REMARK_LINE5 VARCHAR2 300 Remark line used to store comment line 5.
REMARK_LINE6 VARCHAR2 300 Remark line used to store comment line 6.
TAX_AUTHORITY_ID NUMBER 18 Identifier of the tax authority associated to 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.
ATTRIBUTE16 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE17 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE18 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE19 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE20 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.
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_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.
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
FA_DEPRN_TAX_AUTHORITIES_U1 Unique Default CODE, BOOK_TYPE_CODE
FA_DEPRN_TAX_AUTHORITIES_U2 Unique Default OWNER_CODE