DBA Data[Home] [Help]

APPS.INV_MISSING_QTY_ACTIONS_ENGINE dependencies on INV_QUANTITY_TREE_PUB

Line 707: inv_quantity_tree_pub.query_quantities(

703: -- END INVCONV kkilams
704: l_api_name VARCHAR2(30) := 'REPORT_CYC_CNT';
705: l_debug NUMBER := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'), 0);
706: BEGIN
707: inv_quantity_tree_pub.query_quantities(
708: x_return_status => l_return_status
709: , x_msg_count => l_msg_count
710: , x_msg_data => l_msg_data
711: , p_api_version_number => 1.0

Line 715: , p_tree_mode => inv_quantity_tree_pub.g_reservation_mode

711: , p_api_version_number => 1.0
712: , p_init_msg_lst => fnd_api.g_false
713: , p_organization_id => p_cc_rsv_rec.organization_id
714: , p_inventory_item_id => p_cc_rsv_rec.inventory_item_id
715: , p_tree_mode => inv_quantity_tree_pub.g_reservation_mode
716: , p_is_revision_control => (p_cc_rsv_rec.revision IS NOT NULL)
717: , p_is_lot_control => (p_cc_rsv_rec.lot_number IS NOT NULL)
718: , p_is_serial_control => FALSE
719: , p_revision => p_cc_rsv_rec.revision

Line 912: inv_quantity_tree_pub.update_quantities(

908: --Bug 8784069, need to call update_quantities in order to update the quantity
909: --tree with the newly reserved quantity.
910: --Bug 13836909 Calling the update quantities only when we update/txfer the reservation.
911: IF( p_reservation_id is not null or l_update_rsv) THEN
912: inv_quantity_tree_pub.update_quantities(
913: p_api_version_number => 1.0
914: , p_init_msg_lst => fnd_api.g_false
915: , x_return_status => x_return_status
916: , x_msg_count => l_msg_count

Line 920: , p_tree_mode => inv_quantity_tree_pub.g_reservation_mode

916: , x_msg_count => l_msg_count
917: , x_msg_data => l_msg_data
918: , p_organization_id => p_organization_id
919: , p_inventory_item_id => p_inventory_item_id
920: , p_tree_mode => inv_quantity_tree_pub.g_reservation_mode
921: , p_is_revision_control => (p_revision IS NOT NULL)
922: , p_is_lot_control => (p_lot_number IS NOT NULL)
923: , p_is_serial_control => FALSE
924: , p_demand_source_type_id => inv_reservation_global.g_source_type_cycle_count

Line 935: , p_quantity_type => inv_quantity_tree_pub.g_qr_same_demand

931: , p_subinventory_code => p_subinventory_code
932: , p_locator_id => p_locator_id
933: , p_primary_quantity => p_primary_quantity
934: , p_secondary_quantity => p_secondary_quantity
935: , p_quantity_type => inv_quantity_tree_pub.g_qr_same_demand
936: , x_qoh => l_qoh
937: , x_rqoh => l_rqoh
938: , x_qr => l_qr
939: , x_qs => l_qs