HOLD_CD_VW(SQL View) |
Index Back |
---|---|
Hold Code View for Scroll SelThis is a view of the hold code table. It does not have peoplecode on it and should remain that way. It is used for scroll selects on the order. |
SELECT SETID, HOLD_CD, EFFDT, EFF_STATUS, DESCRSHORT, DESCR FROM PS_HOLD_CD |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL | SetID |
2 | HOLD_CD | Character(6) | VARCHAR2(6) NOT NULL | Hold Code |
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 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |
6 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |