RE_EXCEPTION_VW(SQL View) |
Index Back |
|---|
| SELECT DISTINCT BUSINESS_UNIT , LS_KEY , LS_NBR , LEASE_NAME , LSE_TYPE_CD , PRINCIPAL_ID , LS_ADMIN , LEASE_START_DT , LEASE_END_DT , TXN_GRP , TYPE_DESCR FROM PS_RE_LS_EXCPT_VW |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL |
Business Unit
Prompt Table: SP_BU_RE_NONVW |
| 2 | LS_KEY | Number(15,0) | DECIMAL(15) NOT NULL | Lease Key, Unique Key |
| 3 | LS_NBR | Character(10) | VARCHAR2(10) NOT NULL | Lease Number, User Enterable or Generated Sequence Number |
| 4 | LEASE_NAME | Character(60) | VARCHAR2(60) NOT NULL | Lease Name |
| 5 | LSE_TYPE_CD | Character(10) | VARCHAR2(10) NOT NULL | This field contains the code for the Lease Types |
| 6 | PRINCIPAL_ID | Character(15) | VARCHAR2(15) NOT NULL | Landlord/Tenant |
| 7 | LS_ADMIN | Number(10,0) | DECIMAL(10) NOT NULL | Lease Administrator |
| 8 | LEASE_START_DT | Date(10) | DATE | Lease Start Date |
| 9 | LEASE_END_DT | Date(10) | DATE | Lease End Date |
| 10 | TXN_GRP | Character(1) | VARCHAR2(1) NOT NULL |
Transaction Group
1=Base Rent 2=Security Deposit 3=Straightline Accounting 4=Operating Expense 5=Percent Rent 6=Miscellaneous Rent 7=Manual Fee 8=Lease Obligation 9=Lease Interest Expense A=Prior Period Lease Obligation B=Prior Period Lease Interest C=Rent Expense D=Lease Incentive |
| 11 | TYPE_DESCR | Character(10) | VARCHAR2(10) NOT NULL | 09/19/11 EGS: Created |