RSP_PTYP_TMPL_V(SQL View) |
Index Back |
---|---|
Prompt record for templatesThis record is used for prompting on the templates valid for account planning. |
SELECT A.SETID , A.RSP_PLAN_TYPE , RSP_UID20 , RSP_NAME , PERIOD_TYPE FROM %Table(RSP_TP_HEADER) A WHERE IS_TEMPLATE = 'Y' AND START_DATE <= %CurrentDateIn AND END_DATE >= %CurrentDateIn AND RSP_STATUS = '20' |
# | 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 | RSP_PLAN_TYPE | Character(15) | VARCHAR2(15) NOT NULL | This field is used by the Strategic Planning to define various plan types setup in the system. |
3 | RSP_UID20 | Character(20) | VARCHAR2(20) NOT NULL | This field is used as a primary key in Strategic Planning header table (RSP_TP_HEADER) |
4 | RSP_NAME | Character(50) | VARCHAR2(50) NOT NULL | Stores the Strategic plan / template name. |
5 | PERIOD_TYPE | Character(1) | VARCHAR2(1) NOT NULL |
Quota Definition Period Type
A=Annual B=Bi-Weekly D=Daily M=Monthly Q=Quarterly S=Semi-Annual W=Weekly |