Sie sind auf Seite 1von 2

2/13/2017 Document1940560.

HowtoIdentifyWIPTransactionsPerformedViaManufacturingMobileApplication(DocID
1940560.1)

InthisDocument

Goal
Solution

ThisdocumentisbeingdeliveredtoyouviaOracleSupport'sRapidVisibility(RaV)processandthereforehasnotbeen
subjecttoanindependenttechnicalreview.
APPLIESTO:

OracleManufacturingMobileApplicationsVersion12.1.1andlater
Informationinthisdocumentappliestoanyplatform.

GOAL

HowtoidentifyWIPtransactionswhichwereperformedthroughmobileapplication?

SOLUTION

WIPtransactionscanbefoundindifferentformsandtables,dependingonthetransactiontype.Allofthemhaveacolumn
named"SourceCode",andallmobiletransactionscontainstring"WMA"inthesourcecodevalue.

Toidentifythemyoucanusethespecificforms,orSQLqueries,asfollows:

1.MaterialtransactionsarevisibleinformINVTVTXN.fmxThisformisaccessibleusingfollowingnavigation:
WIP>MaterialTransactions>ViewMaterialTransactions
or
INV>Transactions>materialTransactions
InTABReasonReferenceyoucanseecolumnSourceCode

select*frommtl_material_transactions
wheresource_codelike'%WMA%'

2.MovetransactionsarevisibleinformWIPTQSFM.fmxorWIPTISFM.fmx(iftransactionsarenotyetprocessed)using
followingnavigation
WIP>MoveTransactions>ViewMoveTransactions(WIPTQSFM)
WIP>MoveTransactions>PendingmoveTransactions(WIPTISFM)
Inbothforms,inTABJoborScheduleHeaderyouseecolumnSourceCode

select*fromwip_move_transactions
wheresource_codelike'%WMA%'

select*fromwip_move_txn_interface
wheresource_codelike'%WMA%'

3.ResourcetransactionsarevisibleinformWIPTQRSC.fmx.fmxorWIPTIRSC.fmx(iftransactionsarenotyetprocessed)
usingfollowingnavigation

https://support.oracle.com/epmos/faces/DocumentDisplay?_adf.ctrlstate=obnq1yyoa_97&id=1940560.1 1/2
2/13/2017 Document1940560.1
WIP>ResourceTransactions>ViewResourceTransactions(WIPTQRSC)
WIP>ResourceTransactions>PendingresourceTransactions(WIPTIRSC)
Inbothforms,inTABJoborScheduleHeaderyouseecolumnSourceCode

select*fromwip_transactions
wheresource_codelike'%WMA%'

select*fromwip_cost_txn_interface
wheresource_codelike'%WMA%'

Didn'tfindwhatyouarelookingfor?

https://support.oracle.com/epmos/faces/DocumentDisplay?_adf.ctrlstate=obnq1yyoa_97&id=1940560.1 2/2

Das könnte Ihnen auch gefallen