DBA Data[Home] [Help]

APPS.INV_TXN_MANAGER_GRP dependencies on INV_QUANTITY_TREE_PVT

Line 14526: INV_QUANTITY_TREE_PVT.create_tree

14522: IF ( NOT l_current_batch_failed) THEN --400
14523: IF ( l_srctypeid = INv_GLOBALS.G_SOURCETYPE_WIP AND
14524: l_actid = INV_GLOBALS.G_ACTION_ASSYRETURN AND l_dem_hdr_id IS NOT NULL ) then
14525:
14526: INV_QUANTITY_TREE_PVT.create_tree
14527: ( p_api_version_number => 1.0
14528: , p_init_msg_lst => fnd_api.g_false
14529: , x_return_status => l_return_status
14530: , x_msg_count => l_msg_count

Line 14552: INV_QUANTITY_TREE_PVT.create_tree

14548: , p_pick_release => 0 --g_pick_release_no
14549: ) ;
14550: ELSE
14551:
14552: INV_QUANTITY_TREE_PVT.create_tree
14553: ( p_api_version_number => 1.0
14554: , p_init_msg_lst => fnd_api.g_false
14555: , x_return_status => l_return_status
14556: , x_msg_count => l_msg_count

Line 14630: INV_QUANTITY_TREE_PVT.query_tree

14626: END IF;--350
14627:
14628: IF ( NOT l_current_batch_failed) THEN --100
14629:
14630: INV_QUANTITY_TREE_PVT.query_tree
14631: ( p_api_version_number => 1.0
14632: , p_init_msg_lst => fnd_api.g_false
14633: , x_return_status => l_return_status
14634: , x_msg_count => l_msg_count

Line 14836: INV_QUANTITY_TREE_PVT.query_tree

14832: END IF; --override_rsv_for_backflush
14833: END IF;
14834:
14835: IF (NOT l_current_batch_failed ) THEN --200
14836: INV_QUANTITY_TREE_PVT.query_tree
14837: ( p_api_version_number => 1.0
14838: , p_init_msg_lst => fnd_api.g_false
14839: , x_return_status => l_return_status
14840: , x_msg_count => l_msg_count

Line 15061: p_quantity_type => inv_quantity_tree_pvt.g_qoh,

15057: p_lot_number => l_lotnum,
15058: p_subinventory_code => l_xfrsub,
15059: p_locator_id => l_xlocid,
15060: p_primary_quantity => l_trx_qty,
15061: p_quantity_type => inv_quantity_tree_pvt.g_qoh,
15062: p_onhand_source => inv_quantity_tree_pvt.g_all_subs,
15063: x_qoh => l_qoh,
15064: x_rqoh => l_rqoh,
15065: x_qr => l_qr,

Line 15062: p_onhand_source => inv_quantity_tree_pvt.g_all_subs,

15058: p_subinventory_code => l_xfrsub,
15059: p_locator_id => l_xlocid,
15060: p_primary_quantity => l_trx_qty,
15061: p_quantity_type => inv_quantity_tree_pvt.g_qoh,
15062: p_onhand_source => inv_quantity_tree_pvt.g_all_subs,
15063: x_qoh => l_qoh,
15064: x_rqoh => l_rqoh,
15065: x_qr => l_qr,
15066: x_qs => l_qs,

Line 15131: p_quantity_type => inv_quantity_tree_pvt.g_qoh,

15127: p_lot_number => l_lotnum,
15128: p_subinventory_code => l_sub_code,
15129: p_locator_id => l_locid,
15130: p_primary_quantity => (sign(l_line_rec_type.transaction_quantity)*(l_trx_qty)),
15131: p_quantity_type => inv_quantity_tree_pvt.g_qoh,
15132: p_onhand_source => inv_quantity_tree_pvt.g_all_subs,
15133: x_qoh => l_qoh,
15134: x_rqoh => l_rqoh,
15135: x_qr => l_qr,

Line 15132: p_onhand_source => inv_quantity_tree_pvt.g_all_subs,

15128: p_subinventory_code => l_sub_code,
15129: p_locator_id => l_locid,
15130: p_primary_quantity => (sign(l_line_rec_type.transaction_quantity)*(l_trx_qty)),
15131: p_quantity_type => inv_quantity_tree_pvt.g_qoh,
15132: p_onhand_source => inv_quantity_tree_pvt.g_all_subs,
15133: x_qoh => l_qoh,
15134: x_rqoh => l_rqoh,
15135: x_qr => l_qr,
15136: x_qs => l_qs,

Line 15193: /* INV_QUANTITY_TREE_PVT.free_All

15189:
15190: END LOOP; --AA1
15191:
15192: --free all trees created so far.
15193: /* INV_QUANTITY_TREE_PVT.free_All
15194: ( p_api_version_number => 1.0
15195: , p_init_msg_lst => fnd_api.g_false
15196: , x_return_status => l_return_status
15197: , x_msg_count => l_msg_count

Line 15206: INV_QUANTITY_TREE_PVT.free_tree

15202: --Jalaj Srivastava Bug 5155661
15203: --free the tree only if p_free_tree is true
15204: IF (p_free_tree = fnd_api.G_TRUE)
15205: AND (l_tree_id IS NOT NULL) THEN
15206: INV_QUANTITY_TREE_PVT.free_tree
15207: ( p_api_version_number => 1.0
15208: , p_init_msg_lst => fnd_api.g_false
15209: , x_return_status => l_return_status
15210: , x_msg_count => l_msg_count