MOC_CARR_DD_VW(SQL View) |
Index Back |
---|---|
Mobile OC DD view for CarrierMobile OC DD view for Carrier |
SELECT A.OPRID , C.CARRIER , C.DESCR100 , C.SYNCID , C.SYNCDTTM FROM PS_OPR_DEF_TBL_RB A , PS_SET_CNTRL_REC B , PS_CARRIER_TBL C WHERE A.BUSINESS_UNIT_RO = B.SETCNTRLVALUE AND B.RECNAME='CARRIER_TBL' AND B.SETID = C.SETID |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | OPRID | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). |
2 | CARRIER | Character(10) | VARCHAR2(10) NOT NULL | Carrier or preferred carrier. Also used for Shipping Method. |
3 | DESCR100 | Character(100) | VARCHAR2(100) NOT NULL | Length 100 Description |
4 | SYNCID | Number(10,0) | DECIMAL(10) NOT NULL | The Synchronization ID field stores a value generated by the sync processor. The value is used to identify the type of object that the sync processor is about to handle. |
5 | SYNCDTTM | DateTime(26) | TIMESTAMP | Synchronization Last Update Date Time |