DBA Data[Home] [Help]

APPS.RCV_ROI_RETURN dependencies on INV_QUANTITY_TREE_PUB

Line 1316: l_tree_mode := inv_quantity_tree_pub.g_transaction_mode;

1312: FROM mtl_parameters
1313: WHERE organization_id = p_to_organization_id;
1314: END IF;
1315:
1316: l_tree_mode := inv_quantity_tree_pub.g_transaction_mode;
1317:
1318: SELECT msi.revision_qty_control_code,
1319: msi.lot_control_code,
1320: msi.serial_number_control_code

Line 1386: inv_quantity_tree_pub.query_quantities(p_api_version_number => 1.0,

1382: p_primary_unit_of_measure
1383: ));
1384: END IF; --}
1385:
1386: inv_quantity_tree_pub.query_quantities(p_api_version_number => 1.0,
1387: p_init_msg_lst => fnd_api.g_false,
1388: x_return_status => l_return_status,
1389: x_msg_count => l_msg_count,
1390: x_msg_data => l_msg_data,

Line 1459: inv_quantity_tree_pub.update_quantities(p_api_version_number => 1.0,

1455: ELSE --}{
1456: l_update_quantity := -l_primary_qty;
1457: END IF; --}
1458:
1459: inv_quantity_tree_pub.update_quantities(p_api_version_number => 1.0,
1460: p_init_msg_lst => fnd_api.g_false,
1461: x_return_status => l_return_status,
1462: x_msg_count => l_msg_count,
1463: x_msg_data => l_msg_data,

Line 1477: p_quantity_type => inv_quantity_tree_pub.g_qoh,

1473: p_lot_number => l_lot_number,
1474: p_subinventory_code => p_subinventory,
1475: p_locator_id => p_locator_id,
1476: p_primary_quantity => l_update_quantity,
1477: p_quantity_type => inv_quantity_tree_pub.g_qoh,
1478: x_qoh => l_qoh,
1479: x_rqoh => l_rqoh,
1480: x_qr => l_qr,
1481: x_qs => l_qs,