DBA Data[Home] [Help]

APPS.GMI_PICK_RELEASE_UTIL dependencies on WSH_PR_PICK_SLIP_NUMBER

Line 22: | Changed the call to wsh_pr_pick_slip_number |

18: | |
19: | HISTORY |
20: | 04-May-2000 odaboval Created |
21: | 03-06-2003 BUG#: 2837671 |
22: | Changed the call to wsh_pr_pick_slip_number |
23: | to call inv_pr_pick_slip_number if 110509 installed |
24: | This was changed per shipping recommendation since the |
25: | INV team is the owner of the pick slip package |
26: | This fix is included in patch 2694399. |

Line 216: WSH_Pr_Pick_Slip_Number.Get_Pick_Slip_Number

212: gmi_reservation_util.println('Value of p_inv_delivery_details.shipping_delivery_id is '||p_inv_delivery_details.shipping_delivery_id);
213:
214: -- HAW 2837671 Check if 110509 is installed and call the correct package
215: IF (wsh_code_control.get_code_release_level < '110509') THEN
216: WSH_Pr_Pick_Slip_Number.Get_Pick_Slip_Number
217: ( p_ps_mode => p_pick_slip_mode
218: , p_pick_grouping_rule_id => p_grouping_rule_id
219: , p_org_id => p_mo_line_rec.organization_id
220: , p_header_id => p_inv_delivery_details.oe_header_id

Line 319: WSH_Pr_Pick_Slip_Number.Print_Pick_Slip

315:
316: GMI_Reservation_Util.PrintLn('In Create_Pick_Slip_and_Print call Print_Pick_Slip report_set_id='||l_report_set_id);
317: -- Bug 1717145 : Apr-2001 odaboval replaced package GMI by WSH
318: -- (Theorically, the GMI package GMI_Pr_Pick_Slip_Number becomes useless)
319: WSH_Pr_Pick_Slip_Number.Print_Pick_Slip
320: ( p_pick_slip_number => l_pick_slip_number
321: , p_report_set_id => l_report_set_id
322: , p_organization_id => p_mo_line_rec.organization_id
323: , x_api_status => l_api_return_status

Line 527: WSH_Pr_Pick_Slip_Number.Get_Pick_Slip_Number

523: END IF; */
524:
525: GMI_Reservation_Util.PrintLn(' Calling appropriate WSH or INV wrapper as to get the pick slip number ');
526: IF (wsh_code_control.get_code_release_level < '110509') THEN
527: WSH_Pr_Pick_Slip_Number.Get_Pick_Slip_Number
528: ( p_ps_mode => l_print_mode
529: , p_pick_grouping_rule_id => l_grouping_rule_id
530: , p_org_id => l_mo_line_rec.organization_id
531: , p_header_id => l_demand_info.oe_header_id