Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
mnAddressNumber | AN8 | MATH_NUMERIC | OPT | BOTH |
A number that identifies an entry in the Address Book system, such as employee, applicant, participant, customer, supplier, tenant, or
location.
|
mnRecruitmentNumber | NURC | MATH_NUMERIC | REQ | INPUT |
A number that identifies an individual in the Recruitment system.
|
mnPostingNumber | PSTNO | MATH_NUMERIC | REQ | INPUT |
A number that identifies a job posting.
|
mnRequisitionNumber | REQN | MATH_NUMERIC | REQ | INPUT |
The number that identifies the position requisition. This number must be unique. The next number program assigns this number if no other
number is provided when the requisition is initially entered. |
cUpdateFlag | EV01 | char | OPT | OUTPUT |
An option that specifies the type of processing for an event.
|
cErrorFlag | EV01 | char | OPT | OUTPUT |
An option that specifies the type of processing for an event.
|
szProgramId | PID | char | OPT | INPUT |
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.
|
szApplicantStatus | APS | char | REQ | INPUT |
A code that defines a step in the hiring process that the applicant has completed, such as initial contact, first interview, and so on. This is a
user defined code (08/AS).
When you enter or change the status of an applicant with the Applicant Entry program (P08401), the system adds a
record to the supplemental data type for applicant status. To review the history of an applicant's status, you can view the information that has
been added to this supplemental data type.
|
szCandidateRequisitionStat | CRST | char | REQ | INPUT |
The current activity level of a candidate record that is attached to a requisition. The system retrieves these codes from user defined code
table 08/CN.
You can group candidate requisition status codes based on the hard-coded special handling code values in the table. These
hard-coded values are:
CAN
Any candidate code
DET
Any code indicating that the position is detached or no longer filled
FIL
Any code
indicating that the position has been filled
REJ
Rejected
TMP
Temporarily filled
Candidate requisition status codes that have a special handling
code of either FIL or TMP update the Filled Headcount field. However, only those status codes that have special handling codes of FIL can
cause the system to change the requisition status to "Filled and Closed."
|