DBA Data[Home] [Help]

APPS.PO_REQCHANGEREQUESTWF_PVT dependencies on INV_CONVERT

Line 12872: l_sec_cancelled_qty := INV_CONVERT.inv_um_convert(item_id =>l_item_id, --item id

12868: WHERE INVENTORY_ITEM_ID =l_item_id AND ORGANIZATION_ID =l_source_org;
12869: -- populate the secondary qty and update on req line for dual UOM item line.
12870: IF( l_sec_uom_code IS NOT NULL) THEN
12871: x_progress := '014';
12872: l_sec_cancelled_qty := INV_CONVERT.inv_um_convert(item_id =>l_item_id, --item id
12873: lot_number=> null,
12874: organization_id => l_source_org, -- req line org
12875: PRECISION => 5,
12876: from_quantity => x_cancelled_quanity, --latest prim qty

Line 13581: l_sec_new_qty := INV_CONVERT.inv_um_convert(item_id =>l_item_id, --item id

13577: WHERE INVENTORY_ITEM_ID =l_item_id AND ORGANIZATION_ID =l_source_org;
13578:
13579: IF( l_sec_uom_code IS NOT NULL) THEN
13580: l_progress := '014';
13581: l_sec_new_qty := INV_CONVERT.inv_um_convert(item_id =>l_item_id, --item id
13582: lot_number=> null,
13583: organization_id => l_source_org, -- req line org
13584: PRECISION => 5,
13585: from_quantity => l_prim_qty, --latest prim qty