DBA Data[Home] [Help]

APPS.WMS_TASK_LOAD dependencies on INV_TXN_VALIDATIONS

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

9954: x_trx_qty := 0;
9955: x_trx_sec_qty := 0; -- Bug #4141928
9956: x_trx_qty_alloc := 0;
9957:
9958: -- Bug #7257709: pass destination sub code to INV_TXN_VALIDATIONS.get_available_quantity
9959: -- in case of move order tasks
9960: IF (p_transaction_type_id = 64 AND p_transaction_action_id = 2) THEN
9961: OPEN mmtt_csr;
9962: FETCH mmtt_csr INTO l_transfer_subinventory;

Line 10051: INV_TXN_VALIDATIONS.get_available_quantity

10047:
10048: -- End change - Bug 4185621
10049: -- always do one query at least for non lot controlled items
10050:
10051: INV_TXN_VALIDATIONS.get_available_quantity
10052: (x_return_status => l_return_status,
10053: p_tree_mode => inv_quantity_tree_pub.g_loose_only_mode,
10054: p_organization_id =>p_org_id,
10055: p_inventory_item_id => p_item_id,