Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
szPackageName | PKGNAME | char | REQ | INPUT |
A package describes where on the server to find the components you want to deploy to workstations. There are three package types:
Full:
Contains the full suite of system applications (all specifications).
Partial: A minimum configuration of the system. This package type allows
users to load the desired applications at run-time rather than initially installing all applications.
Update: System objects contained in this type of
package are loaded after the workstation receives the package and the user signs on to the system. If the update package includes objects
without the corresponding specifications, old versions of the application are deleted from the workstation and replaced by the current
version the next time the user accesses that application. Update packages are always deployed on the date and time specified by the system
administrator.
|
szSoftwareUpdateDetailType | SUDET | char | REQ | INPUT |
The Software Update Detail Type designates a type of action associated with a software update. |
szSoftwareUpdateDetailStat | SUDS | char | REQ | BOTH |
The Software Update Detail Status provides status information for the action on the software update. |
jdSoftwareUpdateDetailDate | SUDATE | JDEDATE | OPT | BOTH |
The Software Update Detail Date is the date on which the software update action was performed. |
mnSoftwareUpdateDetailTime | SUTIME | MATH_NUMERIC | OPT | BOTH |
The Software Update Detail Time is the time at which the software update action was performed. |
cIOMode | PARM | char | REQ | INPUT |
Return as parameter |
cDataFieldErrorCode | ERR | char | OPT | OUTPUT |
The Data Field Error Code field is simply a generic data field to pass an error condition flag. This field is one of the fields that make up the
external parameter data structure of the Data Dictionary Server. |
szProgramId | PID | char | OPT | BOTH |
The number that identifies the batch or interactive program (batch or interactive object). For example, the number of the Sales Order Entry
interactive program is P4210, and the number of the Print Invoices batch process report is R42565.
The program ID is a variable length value.
It is assigned according to a structured syntax in the form TSSXXX, where:
T
The first character of the number is alphabetic and identifies the
type, such as P for Program, R for Report, and so on. For example, the value P in the number P4210 indicates that the object is a
program.
SS
The second and third characters of the number are numeric and identify the system code. For example, the value 42 in the number P4210
indicates that this program belongs to system 42, which is the Sales Order Processing system.
XXX
The remaining characters of the numer are
numeric and identify a unique program or report. For example, the value 10 in the number P4210 indicates that this is the Sales Order Entry
program.
|
szWorkStationId | JOBN | char | OPT | BOTH |
The code that identifies the work station ID that executed a particular job.
|
szUserId | USER | char | OPT | BOTH |
The code that identifies a user profile.
|
szUsrliblName | LL | char | REQ | INPUT |
The name associated with a specific list of libraries. The J98INITA initial program uses these library list names to control environments that
a user can sign on to. These configurations of library lists are maintained in the Library List Master File table (F0094).
This field represents a
valid environment that can be used to run in PeopleSoft EnterpriseOne. The environment encompasses both a path code (objects), and a
data source (data). When put together, users have a valid workplace within the system.
|
szLanguage | LANG | char | OPT | INPUT |
|