DBA Data[Home] [Help]

APPS.INV_DETAIL_UTIL_PVT dependencies on INV_CONVERT

Line 406: inv_convert.inv_um_convert

402: If (L_Quantity_To_Detail = X_Request_Line_Rec.Quantity ) Then --if detailing full, no need of calculating pri qty
403: null;
404: else
405: x_request_line_rec.primary_quantity :=
406: inv_convert.inv_um_convert
407: (
408: x_request_line_rec.inventory_item_id,
409: NULL,
410: l_quantity_to_detail,

Line 997: inv_convert.inv_um_convert(

993: x_detail_level_tbl(l_index).transaction_quantity := l_sec_pp_temp_qty;
994: ELSE
995: IF NVL(wms_engine_pvt.g_fulfillment_base,'P') = 'S' THEN
996: x_detail_level_tbl(l_index).transaction_quantity :=
997: inv_convert.inv_um_convert(
998: item_id => p_request_line_rec.inventory_item_id
999: , lot_number => x_detail_level_tbl(l_index).lot_number
1000: , organization_id => p_request_line_rec.organization_id
1001: , precision => NULL

Line 1010: inv_convert.inv_um_convert(

1006: , to_name => NULL
1007: );
1008: ELSE
1009: x_detail_level_tbl(l_index).transaction_quantity :=
1010: inv_convert.inv_um_convert(
1011: item_id => p_request_line_rec.inventory_item_id
1012: , lot_number => x_detail_level_tbl(l_index).lot_number
1013: , organization_id => p_request_line_rec.organization_id
1014: , precision => NULL

Line 1057: inv_convert.inv_um_convert(

1053: x_detail_level_tbl(l_index).transaction_quantity := l_remain_sec_qty;
1054: ELSE
1055: IF NVL(wms_engine_pvt.g_fulfillment_base,'P') = 'S' THEN
1056: x_detail_level_tbl(l_index).transaction_quantity :=
1057: inv_convert.inv_um_convert(
1058: item_id => p_request_line_rec.inventory_item_id
1059: , lot_number => p_request_line_rec.lot_number
1060: , organization_id => p_request_line_rec.organization_id
1061: , precision => NULL

Line 1070: inv_convert.inv_um_convert(

1066: , to_name => NULL
1067: );
1068: ELSE
1069: x_detail_level_tbl(l_index).transaction_quantity :=
1070: inv_convert.inv_um_convert(
1071: item_id => p_request_line_rec.inventory_item_id
1072: , lot_number => p_request_line_rec.lot_number
1073: , organization_id => p_request_line_rec.organization_id
1074: , precision => NULL

Line 3560: l_lot_temp_qty_txn_uom := inv_convert.inv_um_convert

3556: -- Start 8498798: When the suggested qty is in decimals according to Txn Uom then convert the
3557: -- Uom to Primary Uom so that the qty is a integer.
3558:
3559: IF((NVL(wms_engine_pvt.g_fulfillment_base,'P') = 'S')) THEN
3560: l_lot_temp_qty_txn_uom := inv_convert.inv_um_convert
3561: (
3562: p_request_line_rec.inventory_item_id,
3563: NULL,
3564: l_sec_lot_temp_qty,

Line 3570: l_lot_temp_qty_txn_uom := inv_convert.inv_um_convert

3566: p_request_context.transaction_uom_code,
3567: NULL,
3568: NULL);
3569: ELSE
3570: l_lot_temp_qty_txn_uom := inv_convert.inv_um_convert
3571: (
3572: p_request_line_rec.inventory_item_id,
3573: NULL,
3574: l_lot_temp_qty,

Line 3581: l_lot_ten_temp_qty := inv_convert.inv_um_convert --14192711

3577: NULL,
3578: NULL);
3579: END IF;
3580:
3581: l_lot_ten_temp_qty := inv_convert.inv_um_convert --14192711
3582: (
3583: p_request_line_rec.inventory_item_id,
3584: 10,
3585: p_request_line_rec.quantity,

Line 3707: l_txn_temp_qty_txn_uom := inv_convert.inv_um_convert

3703: p_request_context.transaction_uom_code);
3704: --Start 8498798
3705:
3706: IF ((NVL(wms_engine_pvt.g_fulfillment_base,'P') = 'S')) THEN
3707: l_txn_temp_qty_txn_uom := inv_convert.inv_um_convert
3708: (
3709: p_request_line_rec.inventory_item_id,
3710: NULL,
3711: l_sec_txn_temp_qty,

Line 3717: l_txn_temp_qty_txn_uom := inv_convert.inv_um_convert

3713: p_request_context.transaction_uom_code,
3714: NULL,
3715: NULL);
3716: ELSE
3717: l_txn_temp_qty_txn_uom := inv_convert.inv_um_convert
3718: (
3719: p_request_line_rec.inventory_item_id,
3720: NULL,
3721: l_txn_temp_qty,

Line 3728: l_ten_temp_qty := inv_convert.inv_um_convert --14192711

3724: NULL,
3725: NULL);
3726: END IF;
3727:
3728: l_ten_temp_qty := inv_convert.inv_um_convert --14192711
3729: (
3730: p_request_line_rec.inventory_item_id,
3731: 10,
3732: p_request_line_rec.quantity,