DBA Data[Home] [Help]

APPS.EAM_MATERIALISSUE_PVT dependencies on WIP_MTLTEMPPROC_GRP

Line 588: 'Calling wip_mtlTempProc_grp.processTemp. p_txnHdrID=' || l_header_id);

584: primary_quantity = -1* primary_quantity,
585: transaction_quantity = -1* transaction_quantity
586: where transaction_temp_id = p_trx_tmp_id;
587: if (l_slog) then FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT, l_module,
588: 'Calling wip_mtlTempProc_grp.processTemp. p_txnHdrID=' || l_header_id);
589: end if;
590: wip_mtlTempProc_grp.processTemp(
591: p_initMsgList => fnd_api.G_TRUE,
592: p_processInv => fnd_api.G_TRUE, --whether or not to call inventory TM

Line 590: wip_mtlTempProc_grp.processTemp(

586: where transaction_temp_id = p_trx_tmp_id;
587: if (l_slog) then FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT, l_module,
588: 'Calling wip_mtlTempProc_grp.processTemp. p_txnHdrID=' || l_header_id);
589: end if;
590: wip_mtlTempProc_grp.processTemp(
591: p_initMsgList => fnd_api.G_TRUE,
592: p_processInv => fnd_api.G_TRUE, --whether or not to call inventory TM
593: p_txnHdrID => l_header_id,
594: x_returnStatus => x_return_status,

Line 597: 'wip_mtlTempProc_grp.processTemp returned. x_returnStatus='||x_return_status

593: p_txnHdrID => l_header_id,
594: x_returnStatus => x_return_status,
595: x_errorMsg => x_msg_data);
596: if (l_slog) then FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT, l_module,
597: 'wip_mtlTempProc_grp.processTemp returned. x_returnStatus='||x_return_status
598: ||', x_errorMsg=' || REPLACE(x_msg_data, CHR(0), ' '));
599: end if;
600: if (x_return_status <> FND_API.G_RET_STS_SUCCESS) then
601: ROLLBACK TO PROCESS_MMTT;