ASSET_COMP_VW(SQL View) |
Index Back |
---|---|
JPN Composite Depreciation |
SELECT DISTINCT A.BUSINESS_UNIT , A.ASSET_ID , C.BOOK , B.PROFILE_ID , C.METHOD , A.LIFE , P.RATE FROM PS_ASSET_COMP_MCJP A , PS_ASSET_COMP_MCVW B , PS_BOOK_CUR_VW C , PS_DEPR_RT_DET_VW P WHERE A.BUSINESS_UNIT = B.BUSINESS_UNIT AND A.ASSET_ID = B.ASSET_ID AND C.BUSINESS_UNIT = B.BUSINESS_UNIT AND C.ASSET_ID = B.ASSET_ID AND P.METHOD=C.METHOD AND P.LIFE=A.LIFE / 12 AND P.SETID=( SELECT SETID FROM PS_SET_CNTRL_REC WHERE SETCNTRLVALUE = A.BUSINESS_UNIT AND RECNAME='DEPR_RT_DET_VW') |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
2 | ASSET_ID | Character(12) | VARCHAR2(12) NOT NULL | Asset Identification |
3 | BOOK | Character(10) | VARCHAR2(10) NOT NULL | Asset Book Name |
4 | PROFILE_ID | Character(10) | VARCHAR2(10) NOT NULL | Asset Profile ID |
5 | METHOD | Character(2) | VARCHAR2(2) NOT NULL |
Method
DL=DB w/SL By Limit% DX=Declining Balance w/SL F1=France Derogatory Balance FL=Flat Rate % G1=Germany Staffel Method J1=Japan- Tangible/Declining Bal J2=Japan- Tangible/Strt Line J3=Japan- Intangible/Strt Line J4=Japan - Lease Depreciation J5=Japan-Changes DB to SL J6=Japan - Changes DB to SL 250 J7=Japan-Tangible/Strt Line Rev J8=Japan - Changes DB to SL 200 J9=JPN - Changes 200/250 DB to SL JE=Japan - Extended/Strt Line MN=Manual Depreciation PC=Declining Balance SC=Depreciation Schedule SL=Straight Line SP=Straight Line Percent SY=Sum of the Years UD=User Defined Method UP=Units of Production |
6 | LIFE | Number(4,0) | SMALLINT NOT NULL | Useful Life |
7 | RATE | Number(8,5) | DECIMAL(7,5) NOT NULL | Rate |