JPM_JP_WF_ATT(SQL Table) |
Index Back |
---|---|
JPM Attachments ApprvApproval staging table for JPM attachment cross reference records. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | JPM_PROFILE_ID | Character(12) | VARCHAR2(12) NOT NULL |
The id, autoassigned or user assigned of the profile. This id is used to group items and other related material together into one coherent profile.
Prompt Table: JPM_PROFILE |
2 | JPM_JP_TRAN_NUM | Number(12,0) | DECIMAL(12) NOT NULL | Transaction Number assigned by JPM when Profile updates are submitted for approval. |
3 | JPM_CAT_TYPE | Character(12) | VARCHAR2(12) NOT NULL |
The name of the type of items that will be used in a Catalog and or in a Profile.
Prompt Table: JPM_CAT_TYPES |
4 | JPM_CAT_ITEM_ID | Character(12) | VARCHAR2(12) NOT NULL |
Catalog Item Id. Identifies a unique catalog item defintion within a catalog type.
Prompt Table: JPM_CAT_ITEMS |
5 | JPM_CAT_ITEM_QUAL | Character(12) | VARCHAR2(12) NOT NULL |
Low Order Item key for Catalog Items when appearing in a Profile. For most Catalog Types, this will be blank - but is available if an Item needs to have multiple instances for a given Effdt in a Profile. Example: for CatalogType = Compentency, there can be multiple instances for a particular Competency, each representing a different evaluation source (Self-Eval, Mgr Eval, Approved/Official, Learning, Recruiting).
Prompt Table: JPM_JP_QUAL_INS |
6 | JPM_CAT_ITEM_QUAL2 | Character(12) | VARCHAR2(12) NOT NULL |
Low Order Item key for Catalog Items when appearing in a Profile. For most Catalog Types, this will be blank - but is available if an Item needs to have multiple instances for a given Effdt in a Profile. Example: for CatalogType = Compentency, there can be multiple instances for a particular Competency, each representing a different evaluation source (Self-Eval, Mgr Eval, Approved/Official, Learning, Recruiting).
Prompt Table: %EDITTABLE3 |
7 | EFFDT | Date(10) | DATE NOT NULL |
Effective Date
Default Value: %date |
8 | SEQNO | Number(5,0) | INTEGER NOT NULL | Sequence Number |
9 | ATTACH_DESCR | Character(50) | VARCHAR2(50) NOT NULL | Document |
10 | ATTACHSYSFILENAME | Character(128) | VARCHAR2(128) NOT NULL | Unique Sys Filename |
11 | ATTACHUSERFILE | Character(64) | VARCHAR2(64) NOT NULL | Attached File |
12 | JPM_WF_STATUS | Character(2) | VARCHAR2(2) NOT NULL |
JPM Workflow Status field
A=Approved D=Denied N=New P=Pending S=Saved |
13 | JPM_JP_UPD_ACTION | Character(1) | VARCHAR2(1) NOT NULL |
Disposition
A=Add C=Change D=Delete |
14 | LASTUPDDTTM | DateTime(26) | TIMESTAMP | Specifies the date and time of the last update to an entry. This field is maintained by PeopleSoft and is used in a variety of contexts. |
15 | LASTUPDOPRID | Character(30) | VARCHAR2(30) NOT NULL | Specifies the User ID which made the last update to an entry. This field is maintained by PeopleSoft and is used in a variety of contexts. |