DBA Data[Home] [Help]

APPS.RCV_ROI_RETURN dependencies on INV_QUANTITY_TREE_PUB

Line 1373: l_tree_mode := inv_quantity_tree_pub.g_transaction_mode;

1369: FROM mtl_parameters
1370: WHERE organization_id = p_to_organization_id;
1371: END IF;
1372:
1373: l_tree_mode := inv_quantity_tree_pub.g_transaction_mode;
1374:
1375: SELECT msi.revision_qty_control_code,
1376: msi.lot_control_code,
1377: msi.serial_number_control_code

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

1439: p_primary_unit_of_measure
1440: ));
1441: END IF; --}
1442:
1443: inv_quantity_tree_pub.query_quantities(p_api_version_number => 1.0,
1444: p_init_msg_lst => fnd_api.g_false,
1445: x_return_status => l_return_status,
1446: x_msg_count => l_msg_count,
1447: x_msg_data => l_msg_data,

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

1512: ELSE --}{
1513: l_update_quantity := -l_primary_qty;
1514: END IF; --}
1515:
1516: inv_quantity_tree_pub.update_quantities(p_api_version_number => 1.0,
1517: p_init_msg_lst => fnd_api.g_false,
1518: x_return_status => l_return_status,
1519: x_msg_count => l_msg_count,
1520: x_msg_data => l_msg_data,

Line 1534: p_quantity_type => inv_quantity_tree_pub.g_qoh,

1530: p_lot_number => l_lot_number,
1531: p_subinventory_code => p_subinventory,
1532: p_locator_id => p_locator_id,
1533: p_primary_quantity => l_update_quantity,
1534: p_quantity_type => inv_quantity_tree_pub.g_qoh,
1535: x_qoh => l_qoh,
1536: x_rqoh => l_rqoh,
1537: x_qr => l_qr,
1538: x_qs => l_qs,