RF_GRP_MEM_VW3

(SQL View)
Index Back

Group Member Prompt View

This view is used by the RF_SERVICE component to select default provider group members to assign to a service order when that service is selected for use. This particular view does not contain the Provider Group ID as a key; therefore, the user may select a Group Member before selecting a Provider Group.

SELECT A.SETID , A.PERSON_ID , A.PROVIDER_GRP_ID , B.BO_NAME_DISPLAY , B.NAME_AC , B.LAST_NAME , B.FIRST_NAME FROM PS_RF_GRP_MEMBER A , PS_RB_PRSN_P_NM_VW B WHERE A.PERSON_ID = B.PERSON_ID AND A.STATUS = 'A'

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 SETID Character(5) VARCHAR2(5) NOT NULL This field is used to store the value of SetID on various setup tables.

Default Value: OPR_DEF_TBL_RB.SETID

Prompt Table: SP_SETID_NONVW

2 GRP_MEMBER_ID Character(15) VARCHAR2(15) NOT NULL Used to store the PERSON_ID of each group member in the provider group.
3 PROVIDER_GRP_ID Character(10) VARCHAR2(10) NOT NULL Identification number for the provider group.
4 BO_NAME_DISPLAY Character(80) VARCHAR2(80) NOT NULL Full name of the Business Object
5 NAME_AC Character(50) VARCHAR2(50) NOT NULL Name (Alternate Character)
6 LAST_NAME Character(30) VARCHAR2(30) NOT NULL Last Name
7 FIRST_NAME Character(30) VARCHAR2(30) NOT NULL First Name