RE_SLSREV(SQL Table) |
Index Back |
---|---|
Sales Revision RecordSales Revision Record - SQL Table: Stores such details of the Sales Report that are used for Percent Rent calculation for a particular period that undergoes revision. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SLSRPT_ID | Number(15,0) | DECIMAL(15) NOT NULL | Sales Report ID - Number (15) |
2 | REVISION_NBR | Number(3,0) | SMALLINT NOT NULL | Sales Report Revision Number - Number (3) |
3 | AMND_NBR | Number(3,0) | SMALLINT NOT NULL | Amendment Number |
4 | CURRENCY_CD | Character(3) | VARCHAR2(3) NOT NULL | Currency Code |
5 | PRINCIPAL_ID | Character(15) | VARCHAR2(15) NOT NULL | Landlord/Tenant |
6 | MIN_FEE | Signed Number(28,3) | DECIMAL(26,3) NOT NULL | Minimum Fee |
7 | MAX_FEE | Signed Number(28,3) | DECIMAL(26,3) NOT NULL | Maximum Fee for Lease Category |
8 | RT_TYPE | Character(5) | VARCHAR2(5) NOT NULL | Defines a category of market rates for currency conversion. Some examples of rate types are commercial, average, floating, and historical. |
9 | FMS_DTTM_STAMP | DateTime(26) | TIMESTAMP | Specifies the date and time of the original entry. |
10 | FMS_OPRID | Character(30) | VARCHAR2(30) NOT NULL | Specifies the User ID which made the original entry. |
11 | FMS_LASTUPDDTTM | DateTime(26) | TIMESTAMP | Specifies the date and time of the last update to an entry. |
12 | FMS_LASTUPDOPRID | Character(30) | VARCHAR2(30) NOT NULL | Specifies the User ID which made the last update to an entry. |
13 | SUBMIT_OPRID | Character(30) | VARCHAR2(30) NOT NULL | Report Submitted By - Character (30) |
14 | SUBMIT_DTTM | DateTime(26) | TIMESTAMP | Report Submitted On - DateTime |
15 | SLS_VNDR_LOC | Character(10) | VARCHAR2(10) NOT NULL | Vendor Location |
16 | SLS_ADDR_SEQ_NUM | Number(5,0) | INTEGER NOT NULL | Address Sequence Number |