DBA Data[Home] [Help]

APPS.EAM_MATERIALISSUE_PVT dependencies on INV_TXN_MANAGER_PUB

Line 427: 'Calling INV_TXN_MANAGER_PUB.process_Transactions');

423:
424: -- only call txn processor if online processing. 4(form level) is treated as 1.
425: if (EAM_MATERIALISSUE_PVT.get_tx_processor_mode() in (1,4)) then
426: if (l_sLog) then FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT, l_module,
427: 'Calling INV_TXN_MANAGER_PUB.process_Transactions');
428: end if;
429: l_txmgr_ret_code := INV_TXN_MANAGER_PUB.process_Transactions(
430: p_api_version => 1.0,
431: p_header_id => l_tx_hdr_id,

Line 429: l_txmgr_ret_code := INV_TXN_MANAGER_PUB.process_Transactions(

425: if (EAM_MATERIALISSUE_PVT.get_tx_processor_mode() in (1,4)) then
426: if (l_sLog) then FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT, l_module,
427: 'Calling INV_TXN_MANAGER_PUB.process_Transactions');
428: end if;
429: l_txmgr_ret_code := INV_TXN_MANAGER_PUB.process_Transactions(
430: p_api_version => 1.0,
431: p_header_id => l_tx_hdr_id,
432: p_table => 1, -- 1 for MTI, 2 for MMTT
433: x_return_status => x_wip_ret_status,

Line 439: 'INV_TXN_MANAGER_PUB finished with return code='|| l_txmgr_ret_code);

435: x_trans_count => l_tx_count,
436: x_msg_data => x_error_mssg1);
437: if (l_sLog) then
438: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT, l_module,
439: 'INV_TXN_MANAGER_PUB finished with return code='|| l_txmgr_ret_code);
440: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT, l_module,
441: 'INV_TXN_MANAGER_PUB finished with return status='|| x_wip_ret_status);
442: end if;
443:

Line 441: 'INV_TXN_MANAGER_PUB finished with return status='|| x_wip_ret_status);

437: if (l_sLog) then
438: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT, l_module,
439: 'INV_TXN_MANAGER_PUB finished with return code='|| l_txmgr_ret_code);
440: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT, l_module,
441: 'INV_TXN_MANAGER_PUB finished with return status='|| x_wip_ret_status);
442: end if;
443:
444: if(x_wip_ret_status = FND_API.G_RET_STS_UNEXP_ERROR OR
445: x_wip_ret_status = FND_API.G_RET_STS_ERROR