Tables involve in program synchronize WF LOCAL tables

Hi All,
i am using ebs r12 12.1.1 on OUL5
would like to know how to find out which tables involve in program
" Synchronize WF LOCAL tables"
other way, when running " Synchronize WF LOCAL tables" which tables would be updated.
Thanks in advance.
Regards,

You can set the trace on for the concurrent program (using sysadmin > concurrent programs) screen and then run tkprof on the trace.
It will not only give you the tables used but also the exact statements that are executed.
Hope this helps
Sandeep Gandhi
Independent Techno-functional Consultant

Similar Messages

  • SRKIM: Synchronize Wf Local Tables Errors: Ora-01400

    PURPOSE
    Synchronize Wf Local Tables 수행 시 발생한 ora-01400 error 를 해결한다.
    Problem Description
    Synchronize Wf Local Tables 수행 시 아래와 같은 error 가 발생하였다.
    ERROR
    FNDWFLSC module: Synchronize WF LOCAL tables
    Current system time is 31-AUG-2005 09:39:54
    **Starts**31-AUG-2005 09:39:54
    **Ends**31-AUG-2005 09:40:33
    ORA-12801: error signaled in parallel query server P000
    ORA-01400: cannot insert NULL into
    ("APPLSYS"."WF_LOCAL_ROLES_STAGE"."DISPLAY_NAME")
    STEPS
    The issue can be reproduced at will with the following steps:
    Submit the concurrent program Synchronize WF LOCAL tables.
    Log file shows error.
    Workaround
    N/A
    Solution Description
    해당 error 는 per_all_people_f table 의 global_name 이 null 이기 때문에 발생하는 error 로 가장 간단하게는 아래와 같이 처리 하면 된다.
    update per_all_people_f
    set global_name = full_name
    where global_name is null;
    commit;
    위의 작업 후 다시 Synchronize WF LOCAL tables process 를 수행 한다.
    해당 issue 에 대한 원인은 note. 397219.1 - Why Are There NULL Values For global_name In 를 참조 하도록 한다.
    Reference Documents
    Note 375508.1 - Synchronize Wf Local Tables Errors: Ora-01400: Cannot

    Hi Hussein,
    Thanks for reply. Please find the below details.
    RELEASE_NAME
    12.1.3
    BANNER
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    Linux **** 2.6.18-128.el5 #1 SMP Wed Jan 21 08:45:05 EST 2009 x86_64 x86_64 x86_64 GNU/Linux
    Conc Req Log file
    Application Object Library: Version : 12.0.0
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    FNDWFLSC module: Synchronize WF LOCAL tables
    Current system time is 19-JUN-2012 05:49:20
    **Starts**19-JUN-2012 05:49:20
    **Ends**19-JUN-2012 05:49:20
    ORA-14501: object is not partitioned
    Start of log messages from FND_FILE
    End of log messages from FND_FILE
    Executing request completion options...
    Output file size:
    0
    Finished executing request completion options.
    Concurrent request completed
    Current system time is 19-JUN-2012 05:49:20
    ---------------------------------------------------------------------------

  • Synchronize WF Local tables program

    Hi,
    I'm on 11.5.10.2 and I'm trying to rename the oracle username (fnd_user table) (Ex: ABC to ABCD).
    Once I rename the user, and run the Synchronize WF Local tables program, I can query the new user name with the attached responsibilities.
    However if the user is associated with an employee and I rename the oracle user, and I run the Synchronize WF Local tables program, I'm unable to see the new username with the attached responsiblities.
    Is this how Synchronize WF Local tables program works? Does it not propagate the changes when the user is associated to an employee.
    Any help would be appreciated.

    Have you tried to submit "Workflow Directory Services User/Role Validation" and see if it helps?
    FND Users changes are not propagated to WF Directory Services Tables (WFDS) [ID 356529.1]
    How are FND_USERS, HR, and WF_LOCAL_ROLES Kept In Synchronization? [ID 364647.1]
    Thanks,
    Hussein

  • Synchronize WF LOCAL tables in R12 failed with error  :ORA-14501 object is

    Hi All,
    In our R12 enviroment "Synchronize WF LOCAL tables" conc program failing with :ORA-14501 object is not partitioned.
    Tried solution as per doc id . 433280.1 -- Partitions in Workflow Local Tables are Automatically Switched to NOLOGGING . But no success.
    Please help.

    Hi Hussein,
    Thanks for reply. Please find the below details.
    RELEASE_NAME
    12.1.3
    BANNER
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    Linux **** 2.6.18-128.el5 #1 SMP Wed Jan 21 08:45:05 EST 2009 x86_64 x86_64 x86_64 GNU/Linux
    Conc Req Log file
    Application Object Library: Version : 12.0.0
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    FNDWFLSC module: Synchronize WF LOCAL tables
    Current system time is 19-JUN-2012 05:49:20
    **Starts**19-JUN-2012 05:49:20
    **Ends**19-JUN-2012 05:49:20
    ORA-14501: object is not partitioned
    Start of log messages from FND_FILE
    End of log messages from FND_FILE
    Executing request completion options...
    Output file size:
    0
    Finished executing request completion options.
    Concurrent request completed
    Current system time is 19-JUN-2012 05:49:20
    ---------------------------------------------------------------------------

  • "Synchronize WF LOCAL tables" has completed with error.

    Hi Guys,
    My FNDWFLSC program is failing with the below error:
    ORA-12801: error signaled in parallel query server P000
    ORA-30022: Cannot create segments in undo tablespace
    When I check the tablespace its named as "APPS_UNDOTS1" and there are 4 undo....dbf files are present and have enough empty space on this tablespace.
    Thanks,

    No, error in database log file.
    Below is the full content of the log file..........
    Application Object Library: Version : 11.5.0
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    FNDWFLSC module: Synchronize WF LOCAL tables
    Current system time is 03-JUN-2013 23:34:11
    **Starts**03-JUN-2013 23:34:11
    **Ends**03-JUN-2013 23:34:12
    ORA-12801: error signaled in parallel query server P000
    ORA-30022: Cannot create segments in undo tablespace
    Start of log messages from FND_FILE
    End of log messages from FND_FILE
    Successfully resubmitted concurrent program FNDWFLSC with request ID 19632231 to start at 04-JUN-2013 23:34:00 (ROUTINE=AFPSRS)
    Executing request completion options...
    Finished executing request completion options.
    Exceptions posted by this request:
    Concurrent Request for "Synchronize WF LOCAL tables" has completed with error.
    Concurrent request completed
    Current system time is 03-JUN-2013 23:34:13
    ---------------------------------------------------------------------------

  • 'Synchronize WF LOCAL tables'

    Hi.
    Can someone point me to where Oracle documents the use (not the errors that are found when running it) of the following program?
    'Synchronize WF LOCAL tables'
    I have actually run this before after a clone to reassign the responsibilities to the users, but is there another reason to call this program??
    Thank
    Edited by: user11981168 on 24-May-2010 08:21

    Hi,
    As per my understanding from your question,
    Run the Synchronize WF LOCAL Tables program to perform synchronization in bulk.
    This periodically refreshes the information in the Workflow local tables for Oracle Trading Community Architecture (TCA). Use this concurrent program as an interim method to synchronize the Workflow local tables with the user and role information stored in the TCA tables until TCA performs the synchronization automatically.
    The Synchronize Workflow LOCAL Tables request set contains ten instances of the Synchronize WF Local Tables program, one for each originating system. You can use this request set to submit requests for all the originating systems at once. Each request is defined as a separate stage and the stages will run sequentially because this program is incompatible with itself.
    By default, this request set runs once a day to provide a minimal level of synchronization. You can modify the schedule for the request set to perform
    synchronization more frequently.
    For more information, see: Synchronizing Workflow User and Role Information, in Setting Up an Oracle Workflow Directory Service, Oracle Workflow Administrator's Guide.
    Thanks,
    Ajikumar G
    Expertise in Oracle Apps...

  • Synchronize WF LOCAL tables error

    hi,
    I am getting the following error while running Synchronize WF LOCAL tables
    ORA-12801: error signaled in parallel query server P002
    ORA-01400: cannot insert NULL into ("APPLSYS"."WF_LOCAL_ROLES_STAGE"."DISPLAY_NAME")
    i did not insert any null values

    Hi,
    Did you verify that you have patch 4710650 applied (provided that your HRMS patchset level is HRMS Family Pack K or above)?
    Run the query in Note: 559262.1 and verify if you have NULL values, most probably you have invalid data and a data fix is required to resolve this issue, so please log a SR as suggested in the document.
    Regards,
    Hussein

  • Synchronize Workflow LOCAL tables (Report Set)

    Hi What is the use of Synchronize Workflow LOCAL tables (Report Set) .I found it scheduled in my instance every day once and what is the impact of that one ?
    rgds
    Raj

    Raj,
    Just a small input..
    We using sshr and leaves updating showing wrong person I understand the approval hirearchy shows wrong person in the leave approval. I faced the similar issue.. Just check the Employee's Supervisor ID... in the People-Assignment..
    If not,please tell me exactly what you are looking for..
    Thanks
    Yusuf

  • How to synchronize a local file with the remote copy.

    I have a local file (file.txt) inside the directory of my java application and also a copy in a remote machine. Every time I start the application I want to check if the remote copy has been updated and if yes, synchronize the local copy. If you have done this before, please let me know. Thank you very much!

    you could make a URL connection to that file, check it's lastModified date, and download if you need to update

  • ABAP Program for set local process chain failed

    I would like to execute ABAP Program in local process chain. If the condition is in the pre-defined bussiness rule, local process chain is set to fail.
    Currently I use ABAP and Raise Message Error = Message Type E for cancel program. After program is cancelled, local process chain don't know its status, wait for job SAP_CCMS_MONI_BATCH_DP  to determine status of process chain and then further execute subsequent process.
    I 'm not sure that our solution is right or not about set process chain to fail via ABAP. Please suggest us if there are other solution to set process chain as failed.

    Hi.
    Plz see my answer to similar question in [this thread|Re: Manage a message at the end of process chain on Web planning Application].
    Regards.

  • Why can´t i change language inside PsCC from Danish to English? Instead of going into Program:Adobe. Locales: rename file from .tw10428.dat into tw10428.bat file??

    Why can´t i change language inside PsCC from Danish to English? Instead of going into Program:Adobe. Locales: rename file from .tw10428.dat into tw10428.bat file??

    Creative Cloud Help / Adjust the install language | Creative Cloud applications | CCM -
    http://helpx.adobe.com/creative-cloud/kb/change-installed-language.html

  • Synchronize with local development environment

    Hello,
    I'm not familiar with ABAP development and therefore I'm not well schooled in utilizing SAP/Netweaver development environment/infrastructure.
    I want edit in my local editor/development environment html/css files, which I had generated with the its mobile template generator.
    How could I access and update source files from within an local editor. Eclipse, Java & Co is my world. So I could not acquire a taste for SE80. I would like work local on my favorite editor and sync the source files with the ones on the server.
    I installed yesterday the SAP NW Developer Studio. And I found a program BSP_UPDATE_MIMEREPOS.
    But I dont know which way is it the best for my purpose.
    Can you give me some advise how do you edit your its mobile template files - Tools - Sync with local files?
    Thanks!
    Best regards,
    Laura

    I have some progress on my issue.
    http://help.sap.com/saphelp_NW70/helpdata/de/46/bb1853ab4811d4968100a0c94260a5/frameset.htm
    I activated the WebDav server .../sap/bc/bsp_dev. So I have partial access to some content of the SAP server.
    If I am on the right way, what I have to do is the following: Activating the path for the ITSMobile template files.

  • How to call a remote external c++ program from a local java program?

    local java program pass some parameters to a remote C++ program and get the result from that C program output.

    You could use a tcp/ip connection (e.g. with Sockets), and pass the parameters as Strings in the socketstream.

  • Does on-premises OneDrive for Business ***REQUIRE*** an Organization ID for synchronization to local systems?

    We have an on-premises SharePoint 2013 SP1 deployment in our lab.  We access the server through three methods: direct LAN access inside the firewall, over the Internet via Forefront TMG, and over the Internet via DirectAccess.  In all three access
    cases, almost everything functions exactly as expected.
    One exception is OneDrive for Business (the on-premises version).  After creating my MySite, I can browse my OneDrive for Business, upload/download files, preview documents, share with other SharePoint users, etc.  That stuff works properly. 
    But if I click the Sync link to establish a synchronization connection between my OneDrive for Business and my desktop system, the "We're getting things ready to sync..." dialog gets overridden by a OneDrive for Business error box - "We can't
    connect to the specified SharePoint site...".
    We see this behavior whether inside or outside the firewall.  I am logged into Windows, Office 2013 applications, and SharePoint using the same credentials: my Windows domain account.
    Running Wireshark and Fiddler on my workstation, I see conversations being sent to live.microsoft.com when I click on the Sync link.  This leads me to believe that *ALL* such sync connections are established by looking up the user's account in the Microsoft
    cloud (even if the credentials are for an on-premises domain) and, further, that because of this, businesses must create an official in-cloud Organization ID for their domain even if they are not actually using Office365 services (e.g. even if they are only
    using on-premises SharePoint) if they want to sync with on-premises OneDrive for Business.
    I have seen almost zero documentation about this, and certainly nothing that states that you MUST register for an Organization ID even if you are only using on-premises SharePoint and on-premises OneDrive for Business, yet this seems to be the behavior I
    see and that theory seems to be supported by my network traces.
    So...
    1) Can anyone confirm or deny this theory, or at least give a lot more detail about how SharePoint attempts to "find" the service when you click on the Sync link?
    2) If you HAVE successfully set up on-premises OneDrive for Business and have NOT had to register an Organization ID, can you please share the details of how you configured things?
    Many thanks for any help or pointers...
    tkarp

    I Just checked pre-requisites for Onedrive on-prem:
    To support OneDrive for Business document libraries in SharePoint Server 2013, you must have:
    A SharePoint Server 2013 My Site Host.
    Configured the User Profile Service application.
    The user must have an existing My Site with the personal site collection created.
    To support synchronizing document libraries to a user's client workstation with the OneDrive for Business Windows Sync client, you must have:
    Either
    Office 2013 Standard or Office 2013 Professional Plus, or the stand-alone OneDrive for Business Windows Sync client.
    An Office 365 subscription that includes the Office 2013 applications.
    Client workstations running Windows 7 or Windows 8.
    If you have to purchase Office 365 then you will need Organization ID which will be required for Document SYNC, or yous should have Office 2013 installed on system.
    If this helped you resolve your issue, please mark it Answered

  • How to trace the change log for a program ? both local and release versions.

    Hi experts,
    I encounter a very strange problem.
    I changed a program, created a new version TR, , there are three versions before my version which are all have been released.
    but there is one sentence which is not added by me, could anyone tell me how to find the reason why the sentence in my version.
    Any help would be apprecite!
    BR,
    Summer

    Hi,
    Not all the 3 TRs
    Goto SE03, Click on Find Requests under Requests/Tasks section.
    Give all the 3 requests names in Requests/Tasks, Give User name as *
    See any sub tasks are there in the above requests by double clicking on each request.
    Or
    Goto SE03
    Click on Search for Objects in Requests/Tasks under Objects in Requests
    Select the first entry  R3TR PROG give the program name.
    In below Request/Task Selection , check the status Released.
    See what all Requests are displayed, who are all the persons who changed them.
    Thanks & Regards
    Bala Krishna

Maybe you are looking for

  • Solaris 10  x86 mod_jk for Apache to Tomcat compilation error

    Hi, I try to figure it out how to compile the sources of mod_jk under Solaris 10 x86 on v20z server. The configuration goes right. But when I try to use make. This error appears. The version of mod_jk is 1.1.14. Can anybody help with this probleme? H

  • Safari stucks when opening a pdf file, dowloading a compressed "rar" file

    Salam everybody, well here's the mess, I got a lot of troubles when browsing internet using Safari. Honestly, it's a very good and quick browser, but it's stacks and close when trying to open a pdf file in w web page. Other thing, when downloading fr

  • Using MB Ethernet master VI with multiple Modbus devices

    Hi, I am not sure if this is the right place to ask this question; hope I'll get some help anyways. So, I basically have couple of Watlow EZ-ZONE PM controllers with ethernet and ModBus/TCP support. I am trying to talk to each of them using the MB et

  • Cisco Secure ACS 3.3(1) - 4.0(1) upgrade problems

    Hi all! I'm having problems upgrading my primary ACS from version 3.3 -> 4.0 I always get the following error message while it's doing the upgrade: "The CiscoSecure ACS folder appears to be locked by another application: C:\Program Files\CiscoSecure

  • Pages looses header when opening word document

    Whenever opening a doc or docx file with pages version 5 I loose few fonts (not a problem), header and any watermark. The previous pages version work better on this matter.