RPC_ELIG_COMTVW(SQL View) |
Index Back |
---|---|
Commitment eligibilityView for retreiving Eligibility rule Commitment action restrictions |
SELECT a.SETID , a.RULE_ID , a.PRODUCT_ID , a.RB_PENALTY_CANCEL , a.RB_DURA_REN_EXT , a.RB_DURA_SHORTEN , a.RB_COVER_CHANGE FROM PS_RB_RL_COMIT_TBL 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 | PRODUCT_ID | Character(18) | VARCHAR2(18) NOT NULL | Product ID |
4 | RB_PENALTY_CANCEL | Character(1) | VARCHAR2(1) NOT NULL | Field for storing Eligilbility rule Cancel Commitment Penalty permission |
5 | RB_DURA_REN_EXT | Character(1) | VARCHAR2(1) NOT NULL | Field for storing Eligibility rule Commitment Renew / Extend restriction |
6 | RB_DURA_SHORTEN | Character(1) | VARCHAR2(1) NOT NULL | Field for storing Eligilbility rule Shorten Commitment permission |
7 | RB_COVER_CHANGE | Character(1) | VARCHAR2(1) NOT NULL | Field to store Eligibility Rule Change Commitment Covering permision |