RC_FAQ_SETID_VW(SQL View) |
Index Back |
---|---|
FAQ Setid promptPrompt table view for FAQ setids based on the business units associated with the display template family code and the record group/set control values that match those business units. |
SELECT DISTINCT B.DISP_TMPL_FAM_CD , A.SETID FROM PS_SET_CNTRL_GROUP A , PS_BUS_UNIT_RC_RDT B WHERE A.SETCNTRLVALUE = B.BUSINESS_UNIT AND REC_GROUP_ID = 'RC_08' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | DISP_TMPL_FAM_CD | Character(30) | VARCHAR2(30) NOT NULL | Display Template Family Code |
2 | SETID | Character(5) | VARCHAR2(5) NOT NULL | This field is used to store the value of SetID on various setup tables. |