DBA Data[Home] [Help]

APPS.GME_PICKING_PVT dependencies on INV_QUANTITY_TREE_PUB

Line 26: -- the code from the INV side (inv_quantity_tree_pub.update_quantities)

22: -- A.Mishra 15-May-2009 Bug 8481421
23: -- The fix includes adding the code to also update the Quantity Tree along with
24: -- the Material reservation, which was missing initially.
25: -- Procedure Process_line is modified to add the code for updating the quantity tree by calling
26: -- the code from the INV side (inv_quantity_tree_pub.update_quantities)
27:
28: -- G.Muratore 31-Aug-2010 Bug 9941121
29: -- Pass grouping rule id to create_move_order_hdr procedure.
30: -- Procedure: pick_material

Line 969: inv_quantity_tree_pub.update_quantities(

965: l_rsv_detailed_qty2 := 0;
966: END;
967:
968: --update quantity tree
969: inv_quantity_tree_pub.update_quantities(
970: p_api_version_number => 1.0
971: , p_init_msg_lst => fnd_api.g_false
972: , x_return_status => l_api_return_status
973: , x_msg_count => l_msg_count

Line 977: , p_tree_mode => inv_quantity_tree_pub.g_reservation_mode

973: , x_msg_count => l_msg_count
974: , x_msg_data => l_msg_data
975: , p_organization_id => p_mo_line_rec.organization_id
976: , p_inventory_item_id => p_mo_line_rec.inventory_item_id
977: , p_tree_mode => inv_quantity_tree_pub.g_reservation_mode
978: , p_is_revision_control => l_is_revision_control
979: , p_is_lot_control => l_is_lot_control
980: , p_is_serial_control => l_is_serial_control
981: , p_demand_source_type_id => l_inv_resv_tbl(l_res_ordered_index).demand_source_type_id

Line 993: , p_quantity_type => inv_quantity_tree_pub.g_qr_same_demand

989: , p_locator_id => l_inv_resv_tbl(l_res_ordered_index).locator_id
990: , p_primary_quantity => -(l_reservation_detailed_qty - l_prev_rsv_detailed_qty)
991: , p_secondary_quantity => -(l_rsv_detailed_qty2 - l_prev_rsv_detailed_qty2)
992: , p_lpn_id => l_inv_resv_tbl(l_res_ordered_index).lpn_id
993: , p_quantity_type => inv_quantity_tree_pub.g_qr_same_demand
994: , x_qoh => l_qty_on_hand
995: , x_rqoh => l_qty_res_on_hand
996: , x_qr => l_qty_res
997: , x_qs => l_qty_sug