PTUPGCONVERT(SQL Table) |
Index Back |
---|---|
Upgrade AE Driver SectionsUsed for dynamic section call of all the AE sections used in the Upgrade Data Conversion Driver program |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | PTUPG_PATH | Character(4) | VARCHAR2(4) NOT NULL |
Definition of supported upgrade paths
7084=PeopleTools 7.0x to 8.4x 7584=PeopleTools 7.5x to 8.4x 8184=PeopleTools 8.1x to 8.4x 8484=PeopleTools 8.4x to 8.4x |
2 | PTUPG_GROUP_SEQNUM | Number(6,0) | INTEGER NOT NULL | Specifies the system-assigned sequence number of a pending item within a group. A group is a postable entity that may be entered online or created by the system. In either case the group sequence number is automatically generated. |
3 | SEQ_NUM | Number(3,0) | SMALLINT NOT NULL | Sequence |
4 | AE_APPLID | Character(12) | VARCHAR2(12) NOT NULL |
Program Name (see PSAEAPPLDEFN).
Prompt Table: PTUPG_AEAPPL_VW |
5 | AE_SECTION | Character(8) | VARCHAR2(8) NOT NULL |
Section
Prompt Table: PTUPG_AESECT_VW |
6 | ACTIVE_FLAG | Character(1) | VARCHAR2(1) NOT NULL |
Active Flag
A=Active I=Inactive |