DBA Data[Home] [Help]

APPS.MTL_CCEOI_PROCESS_PVT dependencies on INV_CONVERT

Line 695: --bug 8526579 made the inv_convert call lot specific to honor lot specific conversions

691: --
692: END IF;
693: --
694: L_org_id:= MTL_CCEOI_VAR_PVT.G_CYCLE_COUNT_HEADER_REC.organization_id;
695: --bug 8526579 made the inv_convert call lot specific to honor lot specific conversions
696: L_p_uom_qty := inv_convert.inv_um_convert(
697: item_id => MTL_CCEOI_VAR_PVT.G_INVENTORY_ITEM_ID
698: ,lot_number=>p_lot_number
699: ,organization_id=>L_org_id

Line 696: L_p_uom_qty := inv_convert.inv_um_convert(

692: END IF;
693: --
694: L_org_id:= MTL_CCEOI_VAR_PVT.G_CYCLE_COUNT_HEADER_REC.organization_id;
695: --bug 8526579 made the inv_convert call lot specific to honor lot specific conversions
696: L_p_uom_qty := inv_convert.inv_um_convert(
697: item_id => MTL_CCEOI_VAR_PVT.G_INVENTORY_ITEM_ID
698: ,lot_number=>p_lot_number
699: ,organization_id=>L_org_id
700: , precision => 5

Line 1987: --bug 8526579 made the inv_convert call lot specific to honor lot specific conversions

1983: MDEBUG( 'Process-Calc.PUOM AdjQty');
1984: END IF;
1985: -- Calculate the primary uom adjustement quantity
1986: -- changes made to convert system qty back to prim.uom qty
1987: --bug 8526579 made the inv_convert call lot specific to honor lot specific conversions
1988: L_primary_uom_adj_qty :=
1989: nvl(INV_CONVERT.inv_um_convert(
1990: item_id =>p_inventory_item_id
1991: ,lot_number=> p_lot_number

Line 1989: nvl(INV_CONVERT.inv_um_convert(

1985: -- Calculate the primary uom adjustement quantity
1986: -- changes made to convert system qty back to prim.uom qty
1987: --bug 8526579 made the inv_convert call lot specific to honor lot specific conversions
1988: L_primary_uom_adj_qty :=
1989: nvl(INV_CONVERT.inv_um_convert(
1990: item_id =>p_inventory_item_id
1991: ,lot_number=> p_lot_number
1992: ,organization_id=>p_organization_id
1993: , precision => 2

Line 2000: nvl( INV_CONVERT.inv_um_convert(

1996: , to_unit => MTL_CCEOI_VAR_PVT.G_PRIMARY_UOM_CODE
1997: , from_name => NULL
1998: , to_name => NULL
1999: ),0) -
2000: nvl( INV_CONVERT.inv_um_convert(
2001: item_id =>p_inventory_item_id
2002: ,lot_number=> p_lot_number
2003: ,organization_id=>p_organization_id
2004: , precision => 2

Line 2023: nvl( INV_CONVERT.inv_um_convert(

2019: -- calculation of adjqty changed by suresh - 10/2/98
2020: MTL_CCEOI_VAR_PVT.G_ADJUSTMENT_QUANTITY :=
2021: p_count_quantity - nvl(MTL_CCEOI_VAR_PVT.G_SYSTEM_QUANTITY,0);
2022: /*
2023: nvl( INV_CONVERT.inv_um_convert(
2024: item_id =>p_inventory_item_id
2025: , precision => 2
2026: , from_quantity => MTL_CCEOI_VAR_PVT.G_SYSTEM_QUANTITY
2027: , from_unit => MTL_CCEOI_VAR_PVT.G_PRIMARY_UOM_CODE