RPC_ELIG_RULEVW(SQL View) |
Index Back |
---|---|
Eligibility rules informationView used to retreive eligibility rules information |
SELECT a.SETID , a.RULE_ID , a.RULE_TYPE , a.RULE_STATUS , a.DESCR254 , a.START_DATE , a.END_DATE , a.RULE_SEVERITY , b.SOURCE_OPR , b.SOURCE_VALUE , b.SUBSOURCE_OPR , b.SUBSOURCE_VALUE FROM PS_RB_RULE_DFN_TBL a , PS_RB_RULE_ER_TBL b WHERE a.SETID = b.SETID AND a.RULE_ID = b.RULE_ID AND a.RULE_STATUS = 'ACT' |
# | 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. |
2 | RULE_ID | Character(8) | VARCHAR2(8) NOT NULL | Field used for storing rule id information |
3 | RULE_TYPE | Character(4) | VARCHAR2(4) NOT NULL |
Field used for storing rule type information
BAR=Brings and Removes BOC=Brings On Creation CAIN=Commercial Attrs. Incompatible CATR=Commercial Attrs. Restriction CCVR=Commitment Covering CEG=Commercial Eligibility CIN=Commercial Incompatibility CPRE=Commercial Prerequisite CRF=Commercial Relies From CRO=Commercial Relies On CTRG=Commitment Triggering FAIN=Functional Attrs. Incompatible FIN=Functional Incompatibility FRF=Functional Relies From FRO=Functional Relies On |
4 | RULE_STATUS | Character(3) | VARCHAR2(3) NOT NULL |
Field used for storing rule status information
ACT=Active INA=Inactive |
5 | DESCR254 | Character(254) | VARCHAR2(254) NOT NULL | Description of length 254 |
6 | START_DATE | Date(10) | DATE | Start Date for Gen Standing PO |
7 | END_DATE | Date(10) | DATE | End date field to store an end date. |
8 | RULE_SEVERITY | Character(3) | VARCHAR2(3) NOT NULL |
Field used for storing rule severity information
ERR=Error WRN=Warning |
9 | SOURCE_OPR | Character(4) | VARCHAR2(4) NOT NULL |
Field used for storing Source Operator information
EMP=is empty EQL=equals INLS=is in list NEMP=is not empty NEQL=not equals NINL=not in list |
10 | SOURCE_VALUE | Character(128) | VARCHAR2(128) NOT NULL | Field used for storing source value information |
11 | SUBSOURCE_OPR | Character(4) | VARCHAR2(4) NOT NULL |
Field used for storing sub source operator information
EMP=is empty EQL=equals INLS=is in list NEMP=is not empty NEQL=not equals NINL=not in list |
12 | SUBSOURCE_VALUE | Character(128) | VARCHAR2(128) NOT NULL | Field used for storing sub source value information |