SAD_CRM_PRCS_VW(SQL View) |
Index Back |
---|---|
Process Instance ViewSA/CRM Integration View created to load process instances into the CRM database as attribute choices on the marketing profiles. |
SELECT PRCSNAME , RUNCNTLID , RUNDTTM , PRCSTYPE , OPRID , PRCSINSTANCE FROM PSPRCSRQST |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | PRCSNAME | Character(12) | VARCHAR2(12) NOT NULL | Process Name |
2 | RUNCNTLID | Character(30) | VARCHAR2(30) NOT NULL | Run Control ID |
3 | RUNDTTM | DateTime(26) | TIMESTAMP | Run Date/Time |
4 | PRCSTYPE | Character(30) | VARCHAR2(30) NOT NULL | Process Type |
5 | OPRID | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). |
6 | PRCSINSTANCE | Number(10,0) | DECIMAL(10) NOT NULL | Process Instance |