DBA Data[Home] [Help]

APPS.WMS_WIP_INTEGRATION dependencies on WIP_MTLTEMPPROC_GRP

Line 2962: wip_mtlTempProc_grp.processtemp(p_initMsgList => FND_API.g_true,

2958: mydebug('Txn Header ID : '|| p_txn_hdr_id );
2959: mydebug('business flow code : '|| p_business_flow_code);
2960: END IF;
2961:
2962: wip_mtlTempProc_grp.processtemp(p_initMsgList => FND_API.g_true,
2963: p_processInv => FND_API.g_true, --whether call inventory TM OR not
2964: p_txnHdrID => p_txn_hdr_id,
2965: p_mtlTxnBusinessFlowCode => p_business_flow_code,
2966: x_returnStatus => x_return_status,