ADTP - Fixed Assets Depreciation Types - History TableSBO SQL database table details
Field | Description | Type | Constraints | Size | Related | Default | Primary_Key | Unique |
---|
Code KEY UNIQUE | Code | nVarChar | | 15 |
| | PRIMARY | Yes | Descr | Description | nVarChar | | 100 |
| | | |
DprMeth | Depreciation Method | nVarChar | NO) No Depreciation SL) Straight Line SP) Straight Line Period Control DB) Declining Balance ML) Multilevel WO) Immediate Write-Off SD) Special Depreciation MD) Manual Depreciation CF) Accelerated | 2 |
| NO | | |
DprTo | Minimum Depreciated Value | Num | | 20 |
| | | |
Rounding | Round Year End Book Value | VarChar | Y) Yes N) No | 1 |
| Y | | |
InclSalv | Include Salvage Value in Depr. | VarChar | Y) Yes N) No | 1 |
| N | | |
SalvPerc | Percentage for Salvage Value | Num | | 20 |
| | | |
PerAcq | Period Control for Acquisition | nVarChar | PR) Pro Rata Temporis HY) First Year Convention 6M) Half Year FY) Full Year | 2 |
| PR | | |
PerSubAcq | Period Control Subacquisition | nVarChar | PR) Pro Rata Temporis YR) Half Year Convention FY) Full Year | 2 |
| PR | | |
PerRet | Period Control for Retirement | nVarChar | PR) Pro Rata Temporis YR) Half Year Convention EL) After End of Useful Life | 2 |
| PR | | |
AcqPRTyp | Type of PRT for Acquisition | nVarChar | EDB) Exact Daily Base FCP) First Day of Current Period FNP) First Day of Next Period | 3 |
| EDB | | |
SubPRTyp | Type of PR for Subacquisition | nVarChar | EDB) Exact Daily Base FCP) First Day of Current Period FNP) First Day of Next Period | 3 |
| EDB | | |
RetPRTyp | Type of PR for Retirement | nVarChar | EDB) Exact Daily Base LPP) Last Day of Prior Period LCP) Last Day of Current Period | 3 |
| EDB | | |
PerDpRev | Depreciation to Be Reversed % | Num | | 20 |
| | | |
ValidFrom | Valid From | Date | | 8 |
| 19000101 | | |
ValidTo | Valid To | Date | | 8 |
| 20991231 | | |
sCalcMeth | Calc. Method for Straight Line | nVarChar | APC) Acquisition Value/Total Useful Life PRC) Percentage of Acquisition Value NBV) Net Book Value/Remaining Life | 3 |
| APC | | |
sPercent | Percentage for Straight Line | Num | | 20 |
| | | |
dBase | Base for Declining Balance | nVarChar | NBV) Net Book Value | 3 |
| NBV | | |
dPercent | Percentage for Decl. Balance | Num | | 20 |
| | | |
dFactor | Factor for Declining Balance | Num | | 20 |
| 1 | | |
dAltDprTyp | Auto. Change Depreciation Type | nVarChar | | 15 | ODTP Fixed Assets Depreciation Types | | | |
maDecBase | Reduce Depreciation Base | VarChar | Y) Yes N) No | 1 |
| Y | | |
spMeth | Calc. Method for Special Depr. | VarChar | D) Additional A) Alternative | 1 |
| D | | |
spConcPer | Concession Period in Years | Int | | 11 |
| | | |
spMaxPerc | Maximum Percentage | Num | | 20 |
| | | |
spAdDpr | Normal Depreciation | nVarChar | | 15 | ODTP Fixed Assets Depreciation Types | | | |
spAlDpr | Alternative Depreciation | nVarChar | | 15 | ODTP Fixed Assets Depreciation Types | | | |
PoolID | Depreciation Type Pool ID | nVarChar | | 2 | ODPP Depreciation Type Pools | | | |
DataSource | Data Source | VarChar | N) Unknown I) Interface U) Update M) Import O) DI API A) Doc. Generation Wizard D) Restore Wizard P) Partner Implementation T) Year Transfer | 1 |
| N | | |
UserSign | User Signature | Int | | 6 | OUSR Users | | | |
LogInstanc | Log Instance | Int | | 11 |
| 0 | | |
CreateDate | Create Date | Date | | 8 |
| | | |
UserSign2 | Updating User | Int | | 6 | OUSR Users | | | |
UpdateDate | Date of Update | Date | | 8 |
| | | |
DprPer | Depreciation Periods | VarChar | S) Standard I) Individual | 1 |
| S | | |
PerFactor | Period Factor | Num | | 20 |
| 1 | | |
spMaxAmnt | Maximum Amount | Num | | 20 |
| | | |
spMaxFlag | Max. [Percentage\Amount] | VarChar | P) Percentage A) Amount | 1 |
| P | | |
CalcBase | Calculation Base | VarChar | Y) Yearly M) Monthly | 1 |
| Y | | |
DeprEndLFY | Depr. End at Last Full Year | VarChar | Y) Yes N) No | 1 |
| N | | |
AccuPriorP | Accu. Depr. of Prior Periods | VarChar | Y) Yes N) No | 1 |
| N | | |
DeltaCoeff | Delta Coefficient | Int | | 11 |
| 0 | | |
MaxDepr | Maximum Depreciable Value | Num | | 20 |
| | | |
FactorFFY | Factor Only Relevant to FFY | VarChar | Y) Yes N) No | 1 |
| N | | |
SnapshotId | Snapshot ID | Int | | 11 |
| 0 | | |
PerTranSou | Period Control Transfer Source | nVarChar | PR) Pro Rata Temporis YR) Half Year Convention FY) Full Year | 2 |
| PR | | |
PerTranTar | Period Control Transfer Target | nVarChar | PR) Pro Rata Temporis YR) Half Year Convention EL) After End of Useful Life | 2 |
| PR | | |
TranSPRTyp | Type of PR for Transfer Source | nVarChar | EDB) Exact Daily Base LPP) Last Day of Prior Period LCP) Last Day of Current Period | 3 |
| EDB | | |
TranTPRTyp | Type of PR for Transfer Target | nVarChar | EDB) Exact Daily Base FCP) First Day of Current Period FNP) First Day of Next Period | 3 |
| EDB | | |
SELECT statement
SELECT
ADTP.Code AS 'Code',
ADTP.Descr AS 'Description',
ADTP.DprMeth AS 'Depreciation Method',
ADTP.DprTo AS 'Minimum Depreciated Value',
ADTP.Rounding AS 'Round Year End Book Value',
ADTP.InclSalv AS 'Include Salvage Value in Depr.',
ADTP.SalvPerc AS 'Percentage for Salvage Value',
ADTP.PerAcq AS 'Period Control for Acquisition',
ADTP.PerSubAcq AS 'Period Control Subacquisition',
ADTP.PerRet AS 'Period Control for Retirement',
ADTP.AcqPRTyp AS 'Type of PRT for Acquisition',
ADTP.SubPRTyp AS 'Type of PR for Subacquisition',
ADTP.RetPRTyp AS 'Type of PR for Retirement',
ADTP.PerDpRev AS 'Depreciation to Be Reversed %',
ADTP.ValidFrom AS 'Valid From',
ADTP.ValidTo AS 'Valid To',
ADTP.sCalcMeth AS 'Calc. Method for Straight Line',
ADTP.sPercent AS 'Percentage for Straight Line',
ADTP.dBase AS 'Base for Declining Balance',
ADTP.dPercent AS 'Percentage for Decl. Balance',
ADTP.dFactor AS 'Factor for Declining Balance',
ADTP.dAltDprTyp AS 'Auto. Change Depreciation Type',
ADTP.maDecBase AS 'Reduce Depreciation Base',
ADTP.spMeth AS 'Calc. Method for Special Depr.',
ADTP.spConcPer AS 'Concession Period in Years',
ADTP.spMaxPerc AS 'Maximum Percentage',
ADTP.spAdDpr AS 'Normal Depreciation',
ADTP.spAlDpr AS 'Alternative Depreciation',
ADTP.PoolID AS 'Depreciation Type Pool ID',
ADTP.DataSource AS 'Data Source',
ADTP.UserSign AS 'User Signature',
ADTP.LogInstanc AS 'Log Instance',
ADTP.CreateDate AS 'Create Date',
ADTP.UserSign2 AS 'Updating User',
ADTP.UpdateDate AS 'Date of Update',
ADTP.DprPer AS 'Depreciation Periods',
ADTP.PerFactor AS 'Period Factor',
ADTP.spMaxAmnt AS 'Maximum Amount',
ADTP.spMaxFlag AS 'Max. [Percentage\Amount]',
ADTP.CalcBase AS 'Calculation Base',
ADTP.DeprEndLFY AS 'Depr. End at Last Full Year',
ADTP.AccuPriorP AS 'Accu. Depr. of Prior Periods',
ADTP.DeltaCoeff AS 'Delta Coefficient',
ADTP.MaxDepr AS 'Maximum Depreciable Value',
ADTP.FactorFFY AS 'Factor Only Relevant to FFY',
ADTP.SnapshotId AS 'Snapshot ID',
ADTP.PerTranSou AS 'Period Control Transfer Source',
ADTP.PerTranTar AS 'Period Control Transfer Target',
ADTP.TranSPRTyp AS 'Type of PR for Transfer Source',
ADTP.TranTPRTyp AS 'Type of PR for Transfer Target'
FROM ADTP AS ADTP
Related information
Fixed Assets Depreciation Types SQL Table
Depreciation Type Pools SQL Table
Users SQL Table