Pick Slip Report Not Being Printed to the Printer Selected in the Choose Printers Form
(Doc ID 753988.1)
Last updated on JULY 07, 2023
Applies to:
Oracle Shipping Execution - Version 11.5.10.0 to 12.1.3 [Release 11.5.10 to 12.1]Information in this document applies to any platform.
Symptoms
When submitting Pick Release SRS with a printer specified in the Choose Document and Labels Form, the pick slip report (and any other documents in the pick release document set) are not being printed on the selected printer; although the same printer is specified in the Choose Printers setup form.
STEPS:
---------
1. Order Management Super User Responsibility
2. Nav->Shipping->Setup->Documents->Choose Printer
3. Choose a specific printer at the organization level or user level, for the pick slip report.
4. Change organizations to the same organization as was used in step 3.
5. Nav->Shipping->Pick Release->Pick Release SRS
6. In Pick Release SRS form:
6.1 Choose a pick release rule.
7. Submit the request.
8. View->requests. When requests complete, see:
8.1 For pick selection list generation, print option is disabled.
8.2 For pick slip report, printer defaulted to no print. This is the value of the profile option "Printer"
Changes
Shipping Development states this behavior is "As Designed", and that the printer specified under Upon Completion applies only to the parent request, not to any child requests. In the case of Pick release; the parent request is Pick Selection List Generations (there will never be a report attached to this request, since this request does not produce any output). A child request is spawned for each report specified in the Print Release document set.. The printer specified in the Upon Completion section will not be cascaded down to the child requests for the reports.
select * from wsh_Report_printers
where CONCURRENT_PROGRAM_ID in ( select concurrent_program_id from
fnd_concurrent_programs_vl
where concurrent_program_name = 'WSHRDPIK'
and application_id = 665 );
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |