Q35AddWorkOrderSimple
Cantara Business Function to create a Work Order from a minimal, simplified list of Work Order fields.
Similar to the Q35AddWorkOrder function, this function provides the user with the ability to create a new work order with a smaller and simpler data structure to populate. If the required field is not available, it is recommended to use the Q35AddWorkOrder instead.
This function uses the P17714 VERS parameter to set default values for the added WO, unless those values are overridden by the parameter values passed in.
Oracle Doc: Setting Processing Options for the Work Order Revisions Program (P17714) (oracle.com)
Calls
This function calls the following Q35 functions:
Data Structure
Name | Type | Inclusion | Direction | Parameter Notes |
---|---|---|---|---|
DOCO_mnOrderNumber | INTEGER | OPTIONAL | OUT | |
VERS_szP17714Version | STRING | OPTIONAL | IN | Will default to “ZJDE0001” if blank |
EV01_cSuppressErrors | CHARACTER | OPTIONAL | IN | |
DTAI_szErrorMessageDataItem | ERORALIAS | OPTIONAL | OUT | |
DL01_szWODescription | STRING | REQUIRED | IN | |
NUMB_mnAssetNumber | ASSETNUMBER | REQUIRED | IN | |
PRTS_cWOPriority | UDC | OPTIONAL | BOTH | |
STRT_jdStartDate | DATE | OPTIONAL | BOTH | |
SEST_mnTimeScheduledStart | INTEGER | OPTIONAL | BOTH | |
DCTO_szOrderType | UDC | OPTIONAL | BOTH | |
TYPS_cWOType | UDC | OPTIONAL | BOTH | |
ITM_mnShortItemNumber | SHORTITEM | OPTIONAL | BOTH | |
MCU_szCostCenter | BUSINESSUNIT | OPTIONAL | BOTH | |
MMCU_szCostCenterAlt | BUSINESSUNIT | OPTIONAL | BOTH | |
PARS_szParentWoNumber | STRING | OPTIONAL | BOTH |