RE_LS_NOTE(SQL Table) |
Index Back |
---|---|
Lease NotesLease Notes |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | LS_KEY | Number(15,0) | DECIMAL(15) NOT NULL | Lease Key, Unique Key |
2 | NOTE_ID | Number(10,0) | DECIMAL(10) NOT NULL | Lease Note ID |
3 | NOTE_DT | Date(10) | DATE |
Notes updated date
Default Value: %Date |
4 | NOTE_TITLE | Character(100) | VARCHAR2(100) NOT NULL | Notes Title String |
5 | SYSTEM_NOTE | Character(1) | VARCHAR2(1) NOT NULL |
System Notes
1=All 2=System Note 3=User Entered Note 4=Lease Clause Note Default Value: 3 |
6 | ASSET_SEQ_NBR | Number(5,0) | INTEGER NOT NULL | Asset Sequence Number |
7 | LS_CLSE_ID | Number(10,0) | DECIMAL(10) NOT NULL |
Clause ID
Prompt Table: RE_LS_CLAUSE_VW |
8 | ATTACHSYSFILENAME | Character(128) | VARCHAR2(128) NOT NULL | Unique Sys Filename |
9 | ATTACHUSERFILE | Character(64) | VARCHAR2(64) NOT NULL | Attached File |
10 | FMS_DTTM_STAMP | DateTime(26) | TIMESTAMP | Specifies the date and time of the original entry. |
11 | FMS_OPRID | Character(30) | VARCHAR2(30) NOT NULL | Specifies the User ID which made the original entry. |
12 | FMS_LASTUPDDTTM | DateTime(26) | TIMESTAMP | Specifies the date and time of the last update to an entry. |
13 | FMS_LASTUPDOPRID | Character(30) | VARCHAR2(30) NOT NULL | Specifies the User ID which made the last update to an entry. |
14 | DESCRLONG | Long Character | CLOB | Long Description |