DBA Data[Home] [Help]

APPS.WIP_ONLINE_MTL_TXN_PROCESSOR dependencies on WMA_FLOW

Line 206: mmttParameter wma_flow.FlowParam;

202: p_demandSourceDelivery VARCHAR2,
203: x_return_status OUT NOCOPY VARCHAR2,
204: x_err_msg OUT NOCOPY VARCHAR2) IS
205: environment wma_common.Environment;
206: mmttParameter wma_flow.FlowParam;
207: lpnParameter wma_cfm.LpnCfmParam;
208: dummyErrCode VARCHAR2(1);
209: error VARCHAR2(241); -- error message
210: l_msg_stack VARCHAR2(2000);

Line 280: wma_flow.insertParentRecordIntoMMTT(mmttParameter, l_ret_value , x_err_msg);

276: */
277: -- mmttParameter.subinventoryCode := null;
278: -- mmttParameter.locatorID := null;
279:
280: wma_flow.insertParentRecordIntoMMTT(mmttParameter, l_ret_value , x_err_msg);
281: if ( l_ret_value = -1 ) then
282: x_return_status := fnd_api.g_ret_sts_unexp_error;
283: if (l_logLevel <= wip_constants.full_logging) then
284: wip_logger.log('assy insert failed', dummyErrCode);