RPC_CONF_FLG_VW(SQL View) |
Index Back |
---|---|
Configuration rules flag info.View used to retreive configuration rules flag information |
SELECT b.SETID , b.PRODUCT_ID , a.RULE_TYPE , a.START_DATE , a.END_DATE 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 | PRODUCT_ID | Character(18) | VARCHAR2(18) NOT NULL | Product ID |
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 | START_DATE | Date(10) | DATE | Start Date for Gen Standing PO |
5 | END_DATE | Date(10) | DATE | End date field to store an end date. |