HCR_SM_PARM_VW(SQL View) |
Index Back |
---|---|
Search Match Parameter ViewSearch Match Parameter View. This view selects Search/Match Parameters that have Full Access or Role Access for the current user. |
SELECT A.SM_TYPE ,A.SM_PARM_CD ,A.STATUS ,A.SM_ADHOC_FLG ,A.SM_ACCESS_FLG ,A.DESCR FROM PS_HCR_SM_PARM_TBL A WHERE A.STATUS = 'A' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SM_TYPE | Character(1) | VARCHAR2(1) NOT NULL |
Search Match Type: This field identifies the domain of core data to be searched.
A=Applicant O=Organization P=Person |
2 | SM_PARM_CD | Character(15) | VARCHAR2(15) NOT NULL |
Search Match Parameter Code. This field stores the high level key for a Search Match Parameter definition.
Prompt Table: HCR_SM_PARMA_VW |
3 | STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Status Indicator
A=Active I=Inactive Default Value: A |
4 | SM_ADHOC_FLG | Character(1) | VARCHAR2(1) NOT NULL |
Search Match Add Hoc flag. This flag identifies a Rule or Parameter as an Add Hoc search.
Y/N Table Edit Default Value: N |
5 | SM_ACCESS_FLG | Character(1) | VARCHAR2(1) NOT NULL |
Search Match Parameters Full Access flag. This flag identifies a Parameter as having Full Access for prompting.
Y/N Table Edit Default Value: N |
6 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |