CDM_DISTSTATUS(SQL View) |
Index Back |
---|---|
Process Monitor Run StatusThis view is used to list all the valid Run Statuses for the Process Monitor. |
SELECT %Substring(A.FIELDVALUE, 1, 2) , %Substring(A.XLATSHORTNAME, 1, 10) FROM PSXLATITEM A WHERE A.FIELDNAME = 'DISTSTATUS' AND A.EFF_STATUS = 'A' AND A.FIELDVALUE <> '7' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | DISTSTATUS | Character(2) | VARCHAR2(2) NOT NULL |
Distribution Status
0=None 1=Scheduled 2=Processing 3=Generated 4=Unable to Post 5=Posted to Web 6=Delete 7=Posting 9=Pending for Approval |
2 | DISTSTATUSDESCR | Character(10) | VARCHAR2(10) NOT NULL | Distribution Status |