DBA Data[Home] [Help]

APPS.WMS_WIP_INTEGRATION dependencies on WIP_MTLTEMPPROC_GRP

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

2988: mydebug('Txn Header ID : '|| p_txn_hdr_id );
2989: mydebug('business flow code : '|| p_business_flow_code);
2990: END IF;
2991:
2992: wip_mtlTempProc_grp.processtemp(p_initMsgList => FND_API.g_true,
2993: p_processInv => FND_API.g_true, --whether call inventory TM OR not
2994: p_txnHdrID => p_txn_hdr_id,
2995: p_mtlTxnBusinessFlowCode => p_business_flow_code,
2996: x_returnStatus => x_return_status,