RC_GRPMEM_LVW11

(SQL View)
Index Back

Group Member Prompt View

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

SELECT A.SYNCID , B.LANGUAGE_CD , B.NAME1 , B.PROVIDER_GRP_ID FROM PS_RC_CASE A , PS_RC_GRPMEM_VW10L 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_LANGUAGE_CD Character(3) VARCHAR2(3) NOT NULL Used to return language code for provider group assigned to history on configurable search.
3 PRIOR_NAME1 Character(50) VARCHAR2(50) NOT NULL Used to return the prior provider group name for configurable search.
4 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.