DBA Data[Home] [Help]

APPS.GMI_PICK_RELEASE_UTIL dependencies on INV_PR_PICK_SLIP_NUMBER

Line 23: | to call inv_pr_pick_slip_number if 110509 installed |

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. |
27: | |

Line 235: INV_pr_Pick_Slip_number.Get_Pick_Slip_Number

231: , x_error_message => l_api_error_msg
232: , x_call_mode => l_call_mode);
233:
234: ELSE -- Call the new INV package
235: INV_pr_Pick_Slip_number.Get_Pick_Slip_Number
236: ( p_ps_mode => p_pick_slip_mode
237: , p_pick_grouping_rule_id => p_grouping_rule_id
238: , p_org_id => p_mo_line_rec.organization_id
239: , p_header_id => p_inv_delivery_details.oe_header_id

Line 546: INV_pr_Pick_Slip_number.Get_Pick_Slip_Number

542: , x_error_message => x_msg_data
543: , x_call_mode => l_call_mode);
544:
545: ELSE -- Call the new INV package
546: INV_pr_Pick_Slip_number.Get_Pick_Slip_Number
547: ( p_ps_mode => l_print_mode
548: , p_pick_grouping_rule_id => l_grouping_rule_id
549: , p_org_id => l_mo_line_rec.organization_id
550: , p_header_id => l_demand_info.oe_header_id