PROD_SUB_TERMS(SQL Table) |
Index Back |
---|---|
Product Subscription TermsSubscription Terms for subscription type products |
# | 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.
Default Value: OPR_DEF_TBL_FS.SETID Prompt Table: SP_SETID_NONVW |
2 | PROD_TERM_CODE | Character(5) | VARCHAR2(5) NOT NULL | Code for Subscriptions Terms - determine the length of the subscription |
3 | STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Status Indicator
A=Active I=Inactive |
4 | DURATION | Number(5,0) | INTEGER NOT NULL | Field for IBM development. Lead Time used in SM |
5 | DURATION_FREQ | Character(1) | VARCHAR2(1) NOT NULL |
Duration Frequency Units, usually paired with the DURATION, to form a 2 part entry field - ie 12 Months.
D=Days M=Months Q=Quarters W=Weeks Y=Years |
6 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
7 | DESCR254 | Character(254) | VARCHAR2(254) NOT NULL | Description of length 254 |