DBA Data[Home] [Help]

APPS.INV_TXN_MANAGER_GRP dependencies on INV_QUANTITY_TREE_PVT

Line 13945: INV_QUANTITY_TREE_PVT.create_tree

13941: IF ( NOT l_current_batch_failed) THEN --400
13942: IF ( l_srctypeid = INv_GLOBALS.G_SOURCETYPE_WIP AND
13943: l_actid = INV_GLOBALS.G_ACTION_ASSYRETURN AND l_dem_hdr_id IS NOT NULL ) then
13944:
13945: INV_QUANTITY_TREE_PVT.create_tree
13946: ( p_api_version_number => 1.0
13947: , p_init_msg_lst => fnd_api.g_false
13948: , x_return_status => l_return_status
13949: , x_msg_count => l_msg_count

Line 13971: INV_QUANTITY_TREE_PVT.create_tree

13967: , p_pick_release => 0 --g_pick_release_no
13968: ) ;
13969: ELSE
13970:
13971: INV_QUANTITY_TREE_PVT.create_tree
13972: ( p_api_version_number => 1.0
13973: , p_init_msg_lst => fnd_api.g_false
13974: , x_return_status => l_return_status
13975: , x_msg_count => l_msg_count

Line 14049: INV_QUANTITY_TREE_PVT.query_tree

14045: END IF;--350
14046:
14047: IF ( NOT l_current_batch_failed) THEN --100
14048:
14049: INV_QUANTITY_TREE_PVT.query_tree
14050: ( p_api_version_number => 1.0
14051: , p_init_msg_lst => fnd_api.g_false
14052: , x_return_status => l_return_status
14053: , x_msg_count => l_msg_count

Line 14251: INV_QUANTITY_TREE_PVT.query_tree

14247: END IF; --override_rsv_for_backflush
14248: END IF;
14249:
14250: IF (NOT l_current_batch_failed ) THEN --200
14251: INV_QUANTITY_TREE_PVT.query_tree
14252: ( p_api_version_number => 1.0
14253: , p_init_msg_lst => fnd_api.g_false
14254: , x_return_status => l_return_status
14255: , x_msg_count => l_msg_count

Line 14476: p_quantity_type => inv_quantity_tree_pvt.g_qoh,

14472: p_lot_number => l_lotnum,
14473: p_subinventory_code => l_xfrsub,
14474: p_locator_id => l_xlocid,
14475: p_primary_quantity => l_trx_qty,
14476: p_quantity_type => inv_quantity_tree_pvt.g_qoh,
14477: p_onhand_source => inv_quantity_tree_pvt.g_all_subs,
14478: x_qoh => l_qoh,
14479: x_rqoh => l_rqoh,
14480: x_qr => l_qr,

Line 14477: p_onhand_source => inv_quantity_tree_pvt.g_all_subs,

14473: p_subinventory_code => l_xfrsub,
14474: p_locator_id => l_xlocid,
14475: p_primary_quantity => l_trx_qty,
14476: p_quantity_type => inv_quantity_tree_pvt.g_qoh,
14477: p_onhand_source => inv_quantity_tree_pvt.g_all_subs,
14478: x_qoh => l_qoh,
14479: x_rqoh => l_rqoh,
14480: x_qr => l_qr,
14481: x_qs => l_qs,

Line 14546: p_quantity_type => inv_quantity_tree_pvt.g_qoh,

14542: p_lot_number => l_lotnum,
14543: p_subinventory_code => l_sub_code,
14544: p_locator_id => l_locid,
14545: p_primary_quantity => (sign(l_line_rec_type.transaction_quantity)*(l_trx_qty)),
14546: p_quantity_type => inv_quantity_tree_pvt.g_qoh,
14547: p_onhand_source => inv_quantity_tree_pvt.g_all_subs,
14548: x_qoh => l_qoh,
14549: x_rqoh => l_rqoh,
14550: x_qr => l_qr,

Line 14547: p_onhand_source => inv_quantity_tree_pvt.g_all_subs,

14543: p_subinventory_code => l_sub_code,
14544: p_locator_id => l_locid,
14545: p_primary_quantity => (sign(l_line_rec_type.transaction_quantity)*(l_trx_qty)),
14546: p_quantity_type => inv_quantity_tree_pvt.g_qoh,
14547: p_onhand_source => inv_quantity_tree_pvt.g_all_subs,
14548: x_qoh => l_qoh,
14549: x_rqoh => l_rqoh,
14550: x_qr => l_qr,
14551: x_qs => l_qs,

Line 14608: /* INV_QUANTITY_TREE_PVT.free_All

14604:
14605: END LOOP; --AA1
14606:
14607: --free all trees created so far.
14608: /* INV_QUANTITY_TREE_PVT.free_All
14609: ( p_api_version_number => 1.0
14610: , p_init_msg_lst => fnd_api.g_false
14611: , x_return_status => l_return_status
14612: , x_msg_count => l_msg_count

Line 14621: INV_QUANTITY_TREE_PVT.free_tree

14617: --Jalaj Srivastava Bug 5155661
14618: --free the tree only if p_free_tree is true
14619: IF (p_free_tree = fnd_api.G_TRUE)
14620: AND (l_tree_id IS NOT NULL) THEN
14621: INV_QUANTITY_TREE_PVT.free_tree
14622: ( p_api_version_number => 1.0
14623: , p_init_msg_lst => fnd_api.g_false
14624: , x_return_status => l_return_status
14625: , x_msg_count => l_msg_count