ORG_RCRDS_VW2(SQL View) |
Index Back |
---|---|
Change/Delete EXTORGID Like FlThis view is used in a process similar to the EMPLID Change/Delete process. The system uses ORG_RCRDS_VIEW and ORG_RCRDS_VW2 during the process of changing or deleting an organization ID from the database. ORG_RCRDS_VIEW processes records keyed by EXT_ORG_ID. ORG_RCRDS_VW2 processes records containing ID-like fields that are not named EXT_ORG_ID, such as MANAGER_ID. |
SELECT A.RECNAME ,A.FIELDNAME ,B.SQLTABLENAME FROM PSRECFIELD A , PSRECDEFN B WHERE A.RECNAME = B.RECNAME AND (A.EDITTABLE = 'EXT_ORG_TBL' OR A.EDITTABLE = 'EXT_ORG_SRCH' OR A.EDITTABLE = 'EXT_ORG_VW' OR A.EDITTABLE = 'EXT_ORGSCHL_VW') AND B.RECTYPE = 0 AND A.FIELDNAME <> 'EXT_ORG_ID' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | RECNAME | Character(15) | VARCHAR2(15) NOT NULL | Record (Table) Name (see PSRECDEFN). |
2 | FIELDNAME | Character(18) | VARCHAR2(18) NOT NULL | Field Name (see PSDBFIELD). |
3 | SQLTABLENAME | Character(18) | VARCHAR2(18) NOT NULL | SQL Table Name |