RC_GRP_MEM_VW9

(SQL View)
Index Back

Group Member Prompt View

This view brings the name and provider id of provider groups.

SELECT A.SYNCID , B.NAME1 , B.PROVIDER_GRP_ID FROM PS_RC_CASE A , PS_RF_PROVIDER_GRP B WHERE A.PROVIDER_GRP_ID = B.PROVIDER_GRP_ID AND B.SETID = ( SELECT E.SETID FROM PS_SET_CNTRL_REC E WHERE E.SETCNTRLVALUE = A.BUSINESS_UNIT AND E.RECNAME = 'RF_PROVIDER_GRP')

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 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.
2 PROVIDER_GRP_NAME Character(50) VARCHAR2(50) NOT NULL Provider Group Name
3 PROVIDER_GRP_ID Character(10) VARCHAR2(10) NOT NULL Identification number for the provider group.