In the Dispatch List, the Ready Status icon for each job operation is set in the Ready Status Criteria parameter. The options are No Exceptions, No Shop Floor Status Assigned, and Quantity in Queue or Run. When a job operation meets the conditions, the Ready check mark is automatically updated and displayed as Ready. This client extension enables custom logic to determine if a job operation is ready with your specific definitions. In addition to the Ready Status icon visual indicator in the Dispatch List, the Ready Status client extension's value displays on the Work Content page. The program returns one of two different values, Yes or No:
If the job operation is ready for transactions, the program returns a Yes value, and the Ready Status visual indicator is enabled.
If the client extension returns a No value, the Ready Status icon is disabled.
A PL/SQL package, WIP_WS_CUSTOM, contains the custom programming instructions invoked.
Note: When the job operation is not ready prior to implementation of the client extension, the program does not effect the ready status of the job, displaying a Not Ready status.
When the job operation is ready prior to implementation of the client extension, if the program returns a Yes value - the job status in the Dispatch List is ready with the Ready status visual indicator enabled. If the client extension return a No value, the job status in the Dispatch List is not ready.
Ready Status Function - get_custom_ready_status
| Parameter | IN/OUT | Type | Description |
|---|---|---|---|
| wip_entity_id | IN | NUMBER | WIP entity identification of the job |
| operation_seq_num | IN | NUMBER | Operation Sequence number |
| serial_number | IN | VARCHAR2 | Serial number of assembly |
| attribute1 | IN | VARCHAR2 | Reserved for future use |
| attribute2 | IN | VARCHAR2 | Reserved for future use |
| attribute3 | IN | VARCHAR2 | Reserved for future use |
| return_value | OUT | VARCHAR2 | Value is one of the following:
|