CONV_BU_BOOK_VW(SQL View) |
Index Back |
---|---|
Depreciation Prorate Convent'n |
SELECT DISTINCT b.business_unit , d.Book , a.convention , a.setid , a.descr , a.conv_type , a.system_maintained , a.begin_depr_option FROM ps_CONV_TBL a , PS_BUS_UNIT_TBL_AM b , ps_Set_Cntrl_Rec c , ps_bu_book_tbl d WHERE a.SetID = c.SetID AND c.SetCntrlValue= b.Business_Unit AND c.RecName='CONV_TBL' AND b.Business_Unit = d.Business_Unit AND a.CALENDAR_ID = d.CAL_DEPR_PD |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
2 | BOOK | Character(10) | VARCHAR2(10) NOT NULL | Asset Book Name |
3 | CONVENTION | Character(2) | VARCHAR2(2) NOT NULL |
Book Depreciation Convention
or Cost Convention
Default Value: CONV_TBL.CONVENTION |
4 | SETID | Character(5) | VARCHAR2(5) NOT NULL | SetID |
5 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
6 | CONV_TYPE | Character(2) | VARCHAR2(2) NOT NULL |
Convention Type
1=Mid Month 2=Mid Quarter 3=Half Year 4=Full Year 5=End of Year 6=End of Quarter 7=End of Month 8=Following Month 9=User Defined |
7 | SYSTEM_MAINTAINED | Character(1) | VARCHAR2(1) NOT NULL |
System Maintained
Y/N Table Edit Default Value: N |
8 | BEGIN_DEPR_OPTION | Character(1) | VARCHAR2(1) NOT NULL |
Begin Depr-Pd Fraction Option
D=Actual Days of Period M=Middle of Begin Depr Period Default Value: D |