DBA Data[Home] [Help]

APPS.INV_LABEL_PVT5 dependencies on INV_CONVERT

Line 2617: /*Bug# 8574051,added lot number and org_id in inv_convert.inv_um_convert() call*/

2613: -- Fix for BUG: 4654102. For the Buss. Flow 15, the UOM and QTY from WLC should
2614: -- be considered and therefore the conversion is not required.
2615: -- Added the AND condition(second part) to the following statement.
2616: /* Added the business flow code 14 in the second condition for the bug # 4860964 */
2617: /*Bug# 8574051,added lot number and org_id in inv_convert.inv_um_convert() call*/
2618: IF(l_uom <> v_lpn_content.uom AND p_label_type_info.business_flow_code NOT IN (14, 15)) THEN
2619: --Transaction UOM is different from Primary UOM
2620: --Get the transaction quantity from the primary quantity
2621: l_qty :=

Line 2622: inv_convert.inv_um_convert ( v_lpn_content.inventory_item_id,

2618: IF(l_uom <> v_lpn_content.uom AND p_label_type_info.business_flow_code NOT IN (14, 15)) THEN
2619: --Transaction UOM is different from Primary UOM
2620: --Get the transaction quantity from the primary quantity
2621: l_qty :=
2622: inv_convert.inv_um_convert ( v_lpn_content.inventory_item_id,
2623: v_lpn_content.lot_number,
2624: v_lpn_content.organization_id,
2625: 6,
2626: v_lpn_content.quantity,