RE_LSA_SUMM

(SQL View)
Index Back

Lease Amendment

Lease Amendment

SELECT AMND_NBR ,LS_KEY ,AMND_TYPE_CD ,AMND_RSN_CD ,AMND_STATUS ,DATE_ACTIVATED FROM PS_RE_LSA WHERE AMND_TYPE_CD <> ' '

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 AMND_NBR Number(3,0) SMALLINT NOT NULL Amendment Number
2 LS_KEY Number(15,0) DECIMAL(15) NOT NULL Lease Key, Unique Key
3 AMND_TYPE_CD Character(20) VARCHAR2(20) NOT NULL This field is the Code for the Amendment Type used to manage Amendments by Lease Administration

Prompt Table: RE_AMND_TYPE

4 AMND_RSN_CD Number(10,0) DECIMAL(10) NOT NULL This field holds the code for the Amendment Reason for an Amendment Type.

Prompt Table: RE_AMND_RSN

5 AMND_STATUS Character(1) VARCHAR2(1) NOT NULL Amendment Status
1=Pending
2=Active
3=Replaced
6 DATE_ACTIVATED DateTime(26) TIMESTAMP Activation Date