UPGCONV_DEFN(SQL Table) |
Index Back |
---|---|
Upg Conv program list-runtime.Complete list of upgrade conversion programs. For each program listed, contains run flag and run status set accordingly. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | RUN_CNTL_ID | Character(30) | VARCHAR2(30) NOT NULL |
Run Control ID
Default Value: UPGRUNCNTL |
2 | AE_APPLID | Character(12) | VARCHAR2(12) NOT NULL | Program Name (see PSAEAPPLDEFN). |
3 | RUN_SW | Character(1) | VARCHAR2(1) NOT NULL |
Utilized by Application Engine program - UPGCONVDRVR as follows:
"Y" = run the program.
"N" = do not run the program.
Y/N Table Edit |
4 | RUN_STAT | Character(1) | VARCHAR2(1) NOT NULL |
Updated by Application Engine program - UPGCONVDRVR as follows:
"Y" = program complete.
"N" = program not complete.
Y/N Table Edit Default Value: N |
5 | RUN_RESET | Character(1) | VARCHAR2(1) NOT NULL |
"N" = Program not complete and ready to run.
"Y" = Program complete and not runable.
Y/N Table Edit Default Value: N |
6 | UPGPATH | Character(4) | VARCHAR2(4) NOT NULL |
Upgrade Path
070X=7.0x 075X=7.5x |