HCR_SM_RCMP_VW(SQL View) |
Index Back |
---|---|
Search/Match Parm RestrictionsSearch/Match Parameter Restricted Components view. This view restricts the component prompt to only those values not already existing on the HCR_SM_PRST_TBL. |
SELECT A.PNLGRPNAME ,A.DESCR FROM PSPNLGRPDEFN A WHERE A.PNLGRPNAME NOT IN ( SELECT B1.PNLGRPNAME FROM PS_HCR_SM_PRST_TBL B1) |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | PNLGRPNAME | Character(18) | VARCHAR2(18) NOT NULL | Component Name |
2 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |