DBA Data[Home] [Help]

APPS.EAM_MATERIALISSUE_PVT dependencies on WIP_MTLTEMPPROC_GRP

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

811: primary_quantity = -1* primary_quantity,
812: transaction_quantity = -1* transaction_quantity
813: where transaction_temp_id = p_trx_tmp_id;
814: if (l_slog) then FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT, l_module,
815: 'Calling wip_mtlTempProc_grp.processTemp. p_txnHdrID=' || l_header_id);
816: end if;
817: wip_mtlTempProc_grp.processTemp(
818: p_initMsgList => fnd_api.G_TRUE,
819: p_processInv => fnd_api.G_TRUE, --whether or not to call inventory TM

Line 817: wip_mtlTempProc_grp.processTemp(

813: where transaction_temp_id = p_trx_tmp_id;
814: if (l_slog) then FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT, l_module,
815: 'Calling wip_mtlTempProc_grp.processTemp. p_txnHdrID=' || l_header_id);
816: end if;
817: wip_mtlTempProc_grp.processTemp(
818: p_initMsgList => fnd_api.G_TRUE,
819: p_processInv => fnd_api.G_TRUE, --whether or not to call inventory TM
820: p_txnHdrID => l_header_id,
821: x_returnStatus => x_return_status,

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

820: p_txnHdrID => l_header_id,
821: x_returnStatus => x_return_status,
822: x_errorMsg => x_msg_data);
823: if (l_slog) then FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT, l_module,
824: 'wip_mtlTempProc_grp.processTemp returned. x_returnStatus='||x_return_status
825: ||', x_errorMsg=' || REPLACE(x_msg_data, CHR(0), ' '));
826: end if;
827: if (x_return_status <> FND_API.G_RET_STS_SUCCESS) then
828: ROLLBACK TO PROCESS_MMTT;