RPC_ELIG_LINKVW(SQL View) |
Index Back |
---|---|
Eligibility Rule Link ActionsTable used for storing Link Action Restrictions for Eligibility Rule. |
SELECT a.SETID , a.RULE_ID , a.SOURCE_PRODUCT_ID , a.TARGET_PRODUCT_ID , a.RB_LINK_ACT , a.RB_LINK_NOT_ADD , a.RB_LINK_NOT_REM FROM PS_RB_RL_LINK_ACT a WHERE EXISTS ( SELECT 1 FROM PS_RPC_ELIGIB_RULE b WHERE a.SETID = b.SETID AND a.RULE_ID = b.RULE_ID) |
# | 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 | SOURCE_PRODUCT_ID | Character(18) | VARCHAR2(18) NOT NULL | field used for storing Source Product ID value |
4 | TARGET_PRODUCT_ID | Character(18) | VARCHAR2(18) NOT NULL | Field used to store Porduct ID of a target |
5 | RB_LINK_ACT | Character(4) | VARCHAR2(4) NOT NULL |
Field used for storing Link Action Restrictions for Eligibility Rule
ALL=All Targets ALLE=All Targets with exception SLCT=Selected Target Products |
6 | RB_LINK_NOT_ADD | Character(1) | VARCHAR2(1) NOT NULL | Field used for storing information if link is set to 'no add' in product configurator |
7 | RB_LINK_NOT_REM | Character(1) | VARCHAR2(1) NOT NULL | Field used for storing information if link is set to 'no remove' in product configurator |