RPC_CONF_RULEVW(SQL View) |
Index Back |
|---|---|
Configuration rules info.View used to retreive configuration rules information |
| SELECT a.SETID , a.RULE_ID , a.RULE_TYPE , a.RULE_STATUS , a.DESCR254 , a.START_DATE , a.END_DATE , b.PRODUCT_ID , ' ' FROM PS_RB_RULE_DFN_TBL a , PS_RB_RULE_BRN_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_LHS_DFN | Character(150) | VARCHAR2(150) NOT NULL | Field used for storing rule left hand side expression |
| 9 | RULE_RHS_DFN | Character(150) | VARCHAR2(150) NOT NULL | Field used for storing rule right hand side expression |