RE_PROPSTATS_P(SQL Table) |
Index Back |
---|---|
Property Statistics pageletProperty Statistics Pagelet Data (Temporary table). Data is loaded thru 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: BUS_UNIT_TBL_AM |
2 | PROPERTY_CLASS | Character(2) | VARCHAR2(2) NOT NULL |
Property Class
10=Site 20=Building 30=Floor 40=Area 50=Space |
3 | PROPERTY_SUBCLASS | Character(20) | VARCHAR2(20) NOT NULL |
Property Subclass
010=Warehouse Prompt Table: RE_PROPSRCH |
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 | OWNERSHIP_STATUS | Character(2) | VARCHAR2(2) NOT NULL |
Owned/ Leased
10=Owned 20=Leased |
6 | SPACE_UOM | Character(3) | VARCHAR2(3) NOT NULL |
Space Unit of measure (Sq Feet or Sq Meters)
Prompt Table: UNITS_TBL |
7 | REGION | Character(30) | VARCHAR2(30) NOT NULL | Geographic Region |
8 | NUM_PROPS | Number(10,0) | DECIMAL(10) NOT NULL | Number of Properties. |
9 | TOTAL_AREA | Number(18,3) | DECIMAL(17,3) NOT NULL | Total Area |
10 | CURRENT_OCCUPANCY | Number(7,0) | INTEGER NOT NULL | Current Occupancy |