RE_SCRTY_TYPE(SQL Table) |
Index Back |
---|---|
Security TypesHolds the setup data for the Security Deposit Types (Charge Based, Guarantor, Non- Charge Based) to be used by Lease Administration. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL |
SetID
Default Value: OPR_DEF_TBL_FS.SETID Prompt Table: SP_SETID_NONVW |
2 | SCRTY_CD | Character(10) | VARCHAR2(10) NOT NULL | This field holds the Code for the Security Deposit Type to be used by Lease Administration. |
3 | EFFDT | Date(10) | DATE NOT NULL |
Effective Date
Default Value: %date |
4 | EFF_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Effective Status
A=Active I=Inactive Default Value: A |
5 | INSTANCE_NAME | Character(60) | VARCHAR2(60) NOT NULL | Deposit Type Name |
6 | SECURITY_INSTR | Character(1) | VARCHAR2(1) NOT NULL |
This field holds the translate values for the Security Deposit Processing Types - Charge Based, Non-Charge Based and Manual Based.
1=Charge Based 2=Non-Charge Based 3=Manual Based Default Value: 1 |
7 | END_EFFDT | Date(10) | DATE | Ending effective date established to be used by queries to improve effective-date processing performance. |
8 | INSTANCE_DESCR | Character(150) | VARCHAR2(150) NOT NULL | Generic Description Field for Instances of Generic Entities |