PTAFAW_NOT_USER(SQL Table) |
Index Back |
---|---|
Notification setup tableUsed to store the different notification user lists. Used at the time of an approval event being fired. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | PTAFPRCS_ID | Character(30) | VARCHAR2(30) NOT NULL | Approval Process ID |
2 | PTAFLEVEL | Number(1,0) | SMALLINT NOT NULL |
Level e.g. Header = 0, Line = 1.
0=Header 1=Line |
3 | PTAFEVENT | Character(3) | VARCHAR2(3) NOT NULL |
Approval Workflow Events for Notification
A=On Final Approval AD=Ad Hoc Delete AH=Ad Hoc Insert B=Push Back D=On Final Denial E=On Error ES=On Escalate H=Hold Step L=Locked Out NAN=No Approver Necessary PC=Processing Complete PL=On Process Launch R=On Reactivate RA=Route for Approval RI=Request Information RIA=Request Information Added RR=Route for Review RS=On Reassign SC=On Step Complete T=On Terminate |
4 | PTAFPARTICIPANT | Character(3) | VARCHAR2(3) NOT NULL |
Approval Workflow Events for Notification
A=Approvers D=Dynamic DA=Delegate Approver DR=Delegate Requester PA=Proxy Approver PR=Proxy Requester R=Requester S=Administrator U=User List V=Reviewers |
5 | PTAFUSER_LIST_ID | Character(30) | VARCHAR2(30) NOT NULL |
Identifies the user list to be used when creating the approval process.
Prompt Table: PTAFUSER_LIST |
6 | PTAFCHANNEL | Character(1) | VARCHAR2(1) NOT NULL |
Notification Channel
0=None 1=Email 2=Worklist 3=Email and Worklist 4=User Preference Default Value: 3 |
7 | WL_TEMPLATE_ID | Character(30) | VARCHAR2(30) NOT NULL |
Template Name
Prompt Table: WL_TEMPL_GEN_VW |
8 | MENUNAME | Character(30) | VARCHAR2(30) NOT NULL |
Menu Name (see PSMENUDEFN).
Prompt Table: PSMENUDEFN_VW |
9 | PTAFAPPR_COMPONENT | Character(18) | VARCHAR2(18) NOT NULL |
Approval Component
Prompt Table: PTAFMENU_PNL_VW |
10 | PAGE_NAME | Character(18) | VARCHAR2(18) NOT NULL |
Page Name
Prompt Table: PTAFAW_PNL_VW |
11 | PTAFMENU_ACTION | Character(1) | VARCHAR2(1) NOT NULL |
Menu Action
A=Add C=Correction E=Data Entry L=Update/Display All U=Update Default Value: U |
12 | SQLID | Character(30) | VARCHAR2(30) NOT NULL |
SQL Object Identifier. This column has different meanings depending upon value of SQLTYPE Prompt Table: SQLID_VW |
13 | WL_PRIORITY | Character(1) | VARCHAR2(1) NOT NULL |
Worklist Priority
1=1-High 2=2-Medium 3=3-Low Default Value: 3 |
14 | PTAFNUMBER_HOURS | Number(2,0) | SMALLINT NOT NULL | Number of Hours |
15 | PTAFNOTIFY_INTERVL | Number(3,0) | SMALLINT NOT NULL | Notification Interval |
16 | PTAFMAX_SEND | Number(3,0) | SMALLINT NOT NULL |
Max Notification
Default Value: 1 |