RE_LEASECOST_P(SQL Table) |
Index Back |
---|---|
Lease Costs pageletREM Pagelet: Leases Costs Pagelet Data (temporary data), refreshed by application Engine. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL |
Business Unit
Prompt Table: RE_BUS_UNIT |
2 | 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 |
3 | LSE_TYPE_CD | Character(10) | VARCHAR2(10) NOT NULL |
This field contains the code for the Lease Types
Prompt Table: RE_LEASE_TYPE |
4 | REGION_CD | Character(10) | VARCHAR2(10) NOT NULL | Identifies the Sales Region. Populated on the Item Table to identify the Sales Region the Item is applied to. |
5 | SPACE_UOM | Character(3) | VARCHAR2(3) NOT NULL |
Space Unit of measure (Sq Feet or Sq Meters)
Prompt Table: UNITS_TBL |
6 | PERIOD_CTR | Number(12,0) | DECIMAL(12) NOT NULL | Period Counter |
7 | CURRENCY_CD | Character(3) | VARCHAR2(3) NOT NULL |
Currency Code
Prompt Table: CURR_CD_EFF_VW |
8 | LEASE_OBLG | Character(1) | VARCHAR2(1) NOT NULL |
Lease Obligation either Payables or Receivables Lease
1=Payables 2=Receivables |
9 | LS_KEY | Number(15,0) | DECIMAL(15) NOT NULL | Lease Key, Unique Key |
10 | REGION | Character(30) | VARCHAR2(30) NOT NULL | Geographic Region |
11 | TOTAL_COSTS | Number(27,3) | DECIMAL(26,3) NOT NULL | Total Amount |
12 | TOT_PPTY_AREA | Number(18,3) | DECIMAL(17,3) NOT NULL | Total Property Area |
13 | TOT_RENT_AREA | Number(18,3) | DECIMAL(17,3) NOT NULL | Rentable Area |