7/29/2014
Oracle WIP Jobs Pending Resource Transactions, Pending Transactions in WIP_COST_TXN_INTERFACE Table | OracleAppsDNA
D o you wan t to me e t you r fe l l ow O racl e Apps C on s u l tan ts ?? th e n joi n u s @ Face book
Home
About Me: Shailender Thallam
Contact
Search the archive...
Home WIP Jobs
Oracle WIP Jobs Pending Resource Transactions, Pending Transactions in
WIP_COST_TXN_INTERFACE Table
6 July 2011 2,852 views No Comment Article by Shailender Thallam
Custom Servers Solutions
softlayer.com/dedicated-server
Secure, Reliable Dedicated Servers 24/7
Customer Support. 0% Downtime.
Upload Your CV For Jobs
Oracle Apps
Oracle R12
Jobs Oracle
Oracle Apps R12
Sap Transactions
Oracle SQL Jobs
Cognizant Hiring Aug'14
Flats across Bangalore
To find out the pending transactions from the application navigate to
WIP -> Discrete -> WIP Resource Transactions -> Pending Resource Transactions and enter WIP Job name or any required parameter.
Here in this from you can find all the Pending Resource Transactions, if you could find your transaction in this form then that means your transaction got struck in
Interface table [WIP_COST_TXN_INTERFACE].
Cause of Problem:
Usually this is caused if there is an problem with Cost Manager and some times with Move Transaction Manager too.
Solution:
Step 1: Identify your pending transactions in WIP_COST_TXN_INTERFACE table using the following query
SELECT transaction_id,
request_id,
GROUP_ID,
process_status,
wip_entity_name
FROM wip_cost_txn_interface
WHERE process_status IN (1, 3)
AND wip_entity_name ='&ur_wipjob_name';
here
PROCESS_STATUS = 1 means Pending and
PROCESS_STATUS = 3 means Error
Note down all the transactions_id which you need to fix.
Step 2: Take a backup of WIP_COST_TXN_INTERFACE table
Step 3: Stop the Cost Manager & Move Transaction Manager
http://oracleappsdna.com/2011/07/oracle-wip-jobs-pending-resource-transactions-pending-transactions-in-wip_cost_txn_interface-table/
1/7
7/29/2014
Oracle WIP Jobs Pending Resource Transactions, Pending Transactions in WIP_COST_TXN_INTERFACE Table | OracleAppsDNA
to stop these programs you need to navigate to INVENTORY > Setup >Transactions > Interface Managers and then select the program and go to Tools menu.
Step 4:
If the PROCESS_STATUS = 1 (Pending) , run the following script:
UPDATE wip_cost_txn_interface
SET GROUP_ID = NULL,
transaction_id = NULL
WHERE transaction_id IN (x, y, z);
x y z = transaction_ids of stuck transactions.
If you want to fix all records in WIP_COST_TXN_INTERFACE table then run the following script:
UPDATE wip_cost_txn_interface
SET GROUP_ID = NULL,
transaction_id = NULL,
process_status = 1;
If the PROCESS_STATUS = 3 (Error) , run the following script:
UPDATE wip_cost_txn_interface
SET GROUP_ID = NULL,
process_status = 1
WHERE process_status = 3;
Step 5: Restart the Cost Manager and Move Transaction Manager.
Navigate to Pending Resource Transaction Form and now you cant find your transaction here as they are cleared,
Source: Note ID 234027.1
No related posts.
SAP for Master Data Pro.
atos.net/SAP-for-Master-Data-Pro
Top SAP training partner. 10000+ professional trained. Enquire now!
Join us @
WOW! Did you like this post? We'll send more interesting posts like Oracle WIP Jobs Pending
Resource T ransactions, Pending T ransactions in WIP_COST _T XN_INT ERFACE T able to
you!
Enter your Email Address:
Enter your email address
Subscribe Me!
http://oracleappsdna.com/2011/07/oracle-wip-jobs-pending-resource-transactions-pending-transactions-in-wip_cost_txn_interface-table/
2/7
7/29/2014
Oracle WIP Jobs Pending Resource Transactions, Pending Transactions in WIP_COST_TXN_INTERFACE Table | OracleAppsDNA
4 Comments
OracleAppsDNA
Login
Sort by Oldest
Share
Favorite
Join the discussion
Kiran Reddy
3 years ago
Nice article!!! Helped me solve one issue..
1
Reply Share
Shailender Thallam
Mod
Kiran Reddy 3 years ago
Thank you Kiran!
Keep visiting my blog regularly.
Reply Share
Made Leine
3 years ago
WOW! Finally i got a solution to my problem...Thank you Shailender :)
1
Reply Share
Shailender Thallam
Mod
Made Leine 3 years ago
Thank you Made!
Reply Share
Subscribe
Add Disqus to your site
Recent Posts
How to Create a Small Workflow just to send EMAIL notifications and Run it from backend
API for UOM Conversion
AUTHID CURRENT_USER and AUTHID DEFINER
INDIA Legislation: New State Telangana Added in IN_STATES System Lookup
FNDLOAD for Multilingual/Territory
How to use Oracle Message Dictionary FND MESSAGES
How to install and setup JDeveloper for OAF
Making a DFF read only through custom.pll
Making a DFF Segment read only through Special type of Value Set
Permanent SOLUTION for FRM-92095: Oracle JInitiator version too low. Error in EBS Environments
SQL Query to findout Profile Option Values
How to Create a Dependent Parameters using Dependent Value set
STAY CONNECTED
Join us at Facebook
Subscribe FREE updates on your Email | RSS
Enter your email address
Subscribe
My Sponsers~!
http://oracleappsdna.com/2011/07/oracle-wip-jobs-pending-resource-transactions-pending-transactions-in-wip_cost_txn_interface-table/
3/7
7/29/2014
Oracle WIP Jobs Pending Resource Transactions, Pending Transactions in WIP_COST_TXN_INTERFACE Table | OracleAppsDNA
Recent Posts from this Category
How to Create a Small Workflow just to send EMAIL notifications and Run it from backend
API for UOM Conversion
AUTHID CURRENT_USER and AUTHID DEFINER
INDIA Legislation: New State 'Telangana' Added in IN_STATES System Lookup
FNDLOAD for Multilingual/Territory
How to use Oracle Message Dictionary FND MESSAGES
How to install and setup JDeveloper for OAF
Making a DFF read only through custom.pll
Making a DFF Segment read only through 'Special' type of Value Set
Permanent SOLUTION for "FRM-92095: Oracle JInitiator version too low." Error in EBS Environments
Tag Cloud
back to back order concurrent manager Cost Manager Diagnostics dropshipment Errbuf
FNDLOAD
FNDLOAD download FNDLOAD upload FND_DEVELOPER_MODE FND_DEVELOPER_MODE
in routine How to port reports from one instance to another HRMS Profile Options iStore items not available ldt files Line Status Flow MOAC Move T ransaction Manager O2C Cycle Oracle Logo Pending Resource
T ransactions personalization pl/sql procedures porting reports profileoption Profile options Reports Retcode RICE Sales Order line Status Flow Ship Confirm button greyed Shipping T ransactions form table suffix
WIP_COST _T XN_INT ERFACE _A _ACN _ALL _AVN _B _F _S _T L _V _VL
Categories
Alerts (1)
AOL and SYSADMIN (25)
AOL SQL Scripts (18)
APIs (3)
Custom PLL (1)
HRMS (2)
Inventory (4)
iRecruitment (1)
iStore (1)
OAF (3)
Oracle Apps Basics (8)
Oracle Learning Management (4)
Oracle SQL (10)
Order Management (11)
http://oracleappsdna.com/2011/07/oracle-wip-jobs-pending-resource-transactions-pending-transactions-in-wip_cost_txn_interface-table/
4/7
7/29/2014
Oracle WIP Jobs Pending Resource Transactions, Pending Transactions in WIP_COST_TXN_INTERFACE Table | OracleAppsDNA
Personalizations (4)
PL/SQL (7)
Profile Options (5)
Purchasing (2)
Receivables (1)
Reports (2)
Security (1)
Shipping Execution (2)
Uncategorized (2)
Unix / Shell Scripts (1)
WIP Jobs (1)
Workflows (6)
XMLP (6)
COPYRIGHT
This work is licensed under a Creative Commons-NonCommercial 2.5 License.
Recent Comments
swapnil
Hi .. got the issue.
Actually mesg folder is not present on the instance.
Thanks
FNDLOAD for Multilingual/Territory 5 days ago
swapnil
Hi Shaiender,
Thanks for replying!!
This time i also mentioned concurrent program name but getting same error msg.
--swapnil
FNDLOAD for Multilingual/Territory 5 days ago
Shailender Thallam
Hello Swapnil, Looks like you are trying to download an LDT file for a concurrent program but the program short name is not mentioned in the command. Please
refer to below syntax: FNDLOAD...
FNDLOAD for Multilingual/Territory 6 days ago
Shailender Thallam
Hello Mallikarjun,
You can find the output file in your apps server. The output file physical path is present in "outfile_name" column of "fnd_concurrent_requests" table.
Thanks,
http://oracleappsdna.com/2011/07/oracle-wip-jobs-pending-resource-transactions-pending-transactions-in-wip_cost_txn_interface-table/
5/7
7/29/2014
Oracle WIP Jobs Pending Resource Transactions, Pending Transactions in WIP_COST_TXN_INTERFACE Table | OracleAppsDNA
Shailender
PL/SQL Script to Submit a Concurrent Request form backend 6 days ago
Kokkonda Mallikarjun
where we will find the output file for this backend sbmit concurrent program?
PL/SQL Script to Submit a Concurrent Request form backend 6 days ago
Powered by Disqus
Recent Posts
How to Create a Small Workflow just to send EMAIL notifications and Run it from backend
API for UOM Conversion
AUTHID CURRENT_USER and AUTHID DEFINER
INDIA Legislation: New State Telangana Added in IN_STATES System Lookup
FNDLOAD for Multilingual/Territory
How to use Oracle Message Dictionary FND MESSAGES
How to install and setup JDeveloper for OAF
Making a DFF read only through custom.pll
Making a DFF Segment read only through Special type of Value Set
Permanent SOLUTION for FRM-92095: Oracle JInitiator version too low. Error in EBS Environments
Most Viewed
[Decrypting User Password]How to find password of a User in Oracle Apps R12? - 11,101 views
SQL Query to list Active Responsibilities of a Active User - 7,559 views
Order to Cash Technical Flow - 6,919 views
Useful Information about Workflow Background Process Concurrent Program - 6,910 views
How costing is performed on Inventory Material Transactions - 6,274 views
Information about Oracle APIs and How to find APIs of Oracle Modules? - 5,897 views
Purpose of Formula column, Summary column and Place Holder column in Oracle Reports - 5,113 views
Sales Order Line Status Flow - 4,340 views
Reasons for a Sales Order to get Backordered! - 4,243 views
RICE, CEMLI Terminology in Oracle Apps - 3,929 views
About Author
Shailender Thallam
More about me
OracleAppsDNA
Share
2014 OracleAppsDNA. Opinions expressed here are strictly those of the owner,
Shailender Thallam, and those of the commenters. Articles cannot be reproduced
without permission from the author.
http://oracleappsdna.com/2011/07/oracle-wip-jobs-pending-resource-transactions-pending-transactions-in-wip_cost_txn_interface-table/
6/7
7/29/2014
Oracle WIP Jobs Pending Resource Transactions, Pending Transactions in WIP_COST_TXN_INTERFACE Table | OracleAppsDNA
http://oracleappsdna.com/2011/07/oracle-wip-jobs-pending-resource-transactions-pending-transactions-in-wip_cost_txn_interface-table/
7/7