DBA Data[Home] [Help]

APPS.WMS_TASK_LOAD dependencies on INV_TXN_VALIDATIONS

Line 12146: -- Bug #7257709: pass destination sub code to INV_TXN_VALIDATIONS.get_available_quantity

12142: x_trx_qty := 0;
12143: x_trx_sec_qty := 0; -- Bug #4141928
12144: x_trx_qty_alloc := 0;
12145:
12146: -- Bug #7257709: pass destination sub code to INV_TXN_VALIDATIONS.get_available_quantity
12147: -- in case of move order tasks
12148: IF (p_transaction_type_id = 64 AND p_transaction_action_id = 2) THEN
12149: OPEN mmtt_csr;
12150: FETCH mmtt_csr INTO l_transfer_subinventory;

Line 12270: INV_TXN_VALIDATIONS.get_available_quantity

12266:
12267: -- End change - Bug 4185621
12268: -- always do one query at least for non lot controlled items
12269:
12270: INV_TXN_VALIDATIONS.get_available_quantity
12271: (x_return_status => l_return_status,
12272: p_tree_mode => inv_quantity_tree_pub.g_loose_only_mode,
12273: p_organization_id =>p_org_id,
12274: p_inventory_item_id => p_item_id,