DBA Data[Home] [Help]

APPS.JMF_SHIKYU_INV_PVT dependencies on INV_TXN_MANAGER_PUB

Line 50: --| INV_TXN_MANAGER_PUB.Process_Transactions|

46: --| 03/22/2006 vchu Added a check in Process_Transaction to |
47: --| set x_return_status to |
48: --| FND_API.G_RET_STS_ERROR if the return |
49: --| status from |
50: --| INV_TXN_MANAGER_PUB.Process_Transactions|
51: --| is NULL |
52: --| 06/16/2006 vchu Fixed Bug 5337725: Modified the |
53: --| Process_Transaction procedure to get |
54: --| the locator used to supply component to |

Line 724: l_status := INV_TXN_MANAGER_PUB.Process_Transactions

720: , l_wip_entity_id
721: , l_locator_id
722: );
723:
724: l_status := INV_TXN_MANAGER_PUB.Process_Transactions
725: ( p_api_version => 1.0
726: , p_header_id => l_header_id
727: , x_return_status => l_return_status
728: , x_msg_count => l_msg_count