RFM_MOB_DFLT_VW

(SQL View)
Index Back

Field Service Mobile Defaults

Record for Field Service Mobile User defaults implementation, which includes user preferences and default Business Unit

SELECT P.PERSON_ID , A.OPRID , A.BUSINESS_UNIT , A.SETID , A.PROVIDER_GRP_ID , P.SYNCID , P.SYNCDTTM FROM PS_OPR_DEF_TBL_RB A , PSOPRALIAS O , PS_RD_PERSON P WHERE A.OPRID = O.OPRID AND O.PERSON_ID = P.PERSON_ID AND O.OPRALIASTYPE = 'PER'

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 PERSON_ID Character(15) VARCHAR2(15) NOT NULL Person ID
2 OPRID Character(30) VARCHAR2(30) NOT NULL A user's ID (see PSOPRDEFN).
3 BUSINESS_UNIT Character(5) VARCHAR2(5) NOT NULL Business Unit
4 SETID Character(5) VARCHAR2(5) NOT NULL This field is used to store the value of SetID on various setup tables.
5 PROVIDER_GRP_ID Character(10) VARCHAR2(10) NOT NULL Identification number for the provider group.
6 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.
7 SYNCDTTM DateTime(26) TIMESTAMP Synchronization Last Update Date Time