RC_GRP_MEM_VW11

(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 , PS_RC_ASSIGN_HIST C WHERE B.PROVIDER_GRP_ID = C.PROVIDER_GRP_ID AND A.CASE_ID = C.CASE_ID AND A.BUSINESS_UNIT = C.BUSINESS_UNIT 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 PRIOR_PRVGRP_NAME Character(50) VARCHAR2(50) NOT NULL Provider Group Name
3 PRIOR_PRVDR_GRP_ID Character(10) VARCHAR2(10) NOT NULL PRIOR PROVIDER GROUP ID field is used to store prior value of the Provider Group.