DBA Data[Home] [Help]

APPS.GMD_SAMPLES_GRP dependencies on INV_STATUS_PKG

Line 2687: -- Bug 4165704: replaced GMIPAPI.Inventory_Posting with Inv_Status_Pkg.update_status

2683: -- RAISE SAMPLE_DISP_CHANGED;
2684: --RAISE FND_API.G_EXC_ERROR;
2685: -- ELSE
2686:
2687: -- Bug 4165704: replaced GMIPAPI.Inventory_Posting with Inv_Status_Pkg.update_status
2688: -- l_trans_rec_lot_status.trans_type := 4;
2689: -- l_trans_rec_lot_status.item_no := l_inventory_item_number ;
2690: -- l_trans_rec_lot_status.lot_no := get_curr_lot_status_rec.lot_no;
2691: -- l_trans_rec_lot_status.from_whse_code := get_curr_lot_status_rec.whse_code ;

Line 2712: Inv_Status_Pkg.update_status(

2708: --, x_return_status => x_return_status
2709: --, x_msg_count => l_count
2710: --, x_msg_data => l_data );
2711:
2712: Inv_Status_Pkg.update_status(
2713: p_update_method => 2 --(Manual)
2714: , p_organization_id => l_organization_id
2715: , p_inventory_item_id => l_inventory_item_id
2716: , p_sub_code => NULL

Line 2763: Inv_Status_Pkg.update_status(

2759: --RAISE FND_API.G_EXC_ERROR;
2760: ELSE
2761:
2762: -- update the one lot specified
2763: Inv_Status_Pkg.update_status(
2764: p_update_method => 2 --(Manual)
2765: , p_organization_id => l_organization_id
2766: , p_inventory_item_id => l_inventory_item_id
2767: , p_sub_code => NULL