REASON_SHIP_LVW(SQL View) |
Index Back |
---|---|
Reason Code (OM)Related language record for REASON_SHIP_VW Date Initials Issue # Description 05/06/03 dms F-MO'CO-J2WL0 Change descr to descr50 |
SELECT rc.setid , rc.reason_cd , rc.language_cd , rc.descr50 FROM PS_REASON_CD_lng rc , PS_REASON_CD rc2 WHERE rc2.reason_type = '18' AND rc2.eff_status = 'A' AND %EffdtCheck(reason_cd,rc2,%currentdatein) AND rc.setid = rc2.setid AND rc.reason_cd = rc2.reason_cd AND rc.reason_type = rc2.reason_type AND rc.effdt = rc2.effdt |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(5) | VARCHAR2(5) NOT NULL |
SetID
Default Value: OPR_DEF_TBL_FS.SETID Prompt Table: SP_SETID_NONVW |
|
2 | Character(10) | VARCHAR2(10) NOT NULL | Reason Code | |
3 | Character(3) | VARCHAR2(3) NOT NULL | Language Code | |
4 | DESCR50 | Character(50) | VARCHAR2(50) NOT NULL | Description of length 50 |