RPC_COM_DURA_VW(SQL View) |
Index Back |
---|---|
Commitments durationsView for retreiving commitment durations defined in the commitment rules |
SELECT a.SETID , a.RULE_ID , a.RB_DURA_OPT_ID , a.RB_DURA_OPT_VALUE , b.UNIT_OF_MEASURE , a.IS_DEFAULT , a.IS_EXTENSION FROM PS_RB_RL_DROPT_TBL a , PS_RB_RL_CCVR_TBL 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 | RB_DURA_OPT_ID | Number(3,0) | SMALLINT NOT NULL | Filed used for storing Duration Option id value |
4 | RB_DURA_OPT_VALUE | Number(3,0) | SMALLINT NOT NULL | Field used for storing Duration Option Value |
5 | UNIT_OF_MEASURE | Character(3) | VARCHAR2(3) NOT NULL |
Used on an approval rule set.
CS=Case EA=Each MHR=Muti Hourly PER=Percentage SQF=Square Footage |
6 | IS_DEFAULT | Character(1) | VARCHAR2(1) NOT NULL |
Default Template
N=No Y=Yes |
7 | IS_EXTENSION | Character(1) | VARCHAR2(1) NOT NULL | Extension Flag Field |