Workflow attachment table

Dear expert,
Anyone of you know what is the name of the table that store workflow attachment?
Thanks.
Regards,
Bryan

Hello,
I mean (and this is the case all over SAP) that names of tables can change, things can be stored in different areas, from version to version. That's why it's better to use the SAP-standard functions because then they'll update them between versions and you don't have to.
regards
Rick Bakker
Hanabi Technology

Similar Messages

  • Attachment table in framework

    I am using attachment table in oracle framework and I get the folllowing error:
    INSERT INTO FND_LOBS(FILE_ID,FILE_NAME,FILE_CONTENT_TYPE,FILE_DATA,FILE_FORMAT) VALUES (:1,:2,:3,:4,:5)".
    domain index is marked LOADING/FAILED/UNUSABLE
    can any one help with this error?

    Hi,
    Try this:
    1) Run this select statement-
    SELECT *
    FROM user_indexes
    WHERE index_type LIKE '%DOMAIN%'
    AND (domidx_status <> 'VALID' OR domidx_opstatus <> 'VALID');
    2)If you find any result for this query, fix those indexes using this-
    alter index indexname rebuild;
    --Sushant                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • How to show other datatypes in attachment table

    Currently, when the attachment table bean (OAAttachmentTableBean) is added to a page, it is hard-coded to only show attachments with a datatype_id of 1,2,5, or 6. These values correspond to the FND_DOCUMENT_DATATYPE rows for
    1 - short text
    2 - long text
    5 - web page
    6 - file
    We would like to extend this view so that we can see other (user-defined) datatypes in the region. It appears that the hard-coded where clause for the attachment regions includes the following clause:
    and datatype_id in (6,2,1,5)
    This where clause is added to the view FndAttachedDocumentsDomExtensionVO at runtime. The controller class is oracle.apps.ak.attach.webui.AkAttachmentListCO. At runtime AkAttachmentListCO.processRequest calls AkAttachmentHolderCO to build the where clause. This class has 2 methods (one for AK framework, one for MDS migrated modules) which actually create the where clause:
    initAkAttachmentsVO calls FndDocumentsVlVOImpl.class (for AK based pages)
    initMDSAttachmentVOs calls OAAttachmentUtils.buildWhereClauseForAttachmentVO (for MDS repository based pages).
    Is there any easy way to extend this region to allow additional attachment datatypes? The prospect of extending the controller class and then digging down to this level does not seem desirable.
    Also, is there any way to hide individual columns in the Attachments Table region? I have not had any success with overriding the controller class and getting a handle to the actual attachment table item.
    Thanks in advance,
    Ed

    Hi Manmath,
    Unfortunately, XL Reporter cannot pull data from a user-defined table in to a report. Your only option is to use the built-in features of Excel itself to get the data. Excel can pull data in to a spreadsheet using a database connection (eg OLE DB or ODBC) or, if you are familiar with programming Excel using the VBA interface, you can use VBA to open a database connection and pull extra data in to a report.
    Kind Regards,
    Owen

  • OAF Attachment Table is not visible

    Hi Experts,
    I am trying to add the standard attachment region to a page. Have created Attachment Region using Personalization and
    Entity name : custom entity name
    View : Standard VO used in the page
    Primary Key : Unique column from the VO
    When I added the attachment table, the table is not appearing in the page, only the Text given while creating the Attachment Table item is being shown.
    The page is:
    Sourcing -> RFI -> Online Discussions -> Create New Message
    The strange thing is if I give any other (validation VO or summary VO) then the Attachment Table is appearing, but I can not use them because they don't have the primary key columns.
    Could you help me in finding the issue. Thanks in advance.
    Regards,
    Pavani

    Hi,
    *Entered a unique value for entity in entity map
    How did you accomplished this task ?
    have you creates a entity using AK HTML Forms responsibilty ,check FND_DOCUMENT_ENTITIES table whether your entity exists or not ?
    More details can sought in Jdev guide .
    Also if attachement not to be added as column in table , use attachment link instead of attachment table
    Thanks,
    Ashish

  • MS Access attach table error after migration

    I ran the MS Access Migration Wizard 1.5.4 to convert an Access
    97 Database to Oracle 7.3.3 (soon to be 7.3.4).
    Everthing seemed to go ok, the mdb file shows the local and
    remote attached tables, the queries are present etc. Also the
    ODBC link is fine within the mdb file, in that I can browse the
    data on the Oracle database.
    However when I start the MS Access application which is in an
    mde file, I get the following error :
    modRefresh AttachTables Error: The Microsoft Jet database engine
    cannot find the input table or query 'tablename'. Make sure it
    exists
    and that its name is spelled correctly. (3078)
    The application continues to work fine if I put the original mdb
    file back.
    Is anybody able to help identify what the problem is or how to
    turn on some debugging that might help. Any help appreciated as
    I don't have a lot of experience with Access.
    Thanks,
    Mike.
    null

    Mike,
    The Migration Wizard only supports one level of linked
    tables.
    Regards,
    Marie
    Robert R. Wagner (guest) wrote:
    : Mike:
    : I'm pretty new to the business of migrating data from Access 97
    : to Oracle, but I'm pretty sure that we need to give up using
    : linked tables when we do this. This was a (wonderful) benefit
    of
    : the Jet Engine.
    : I'm now looking at using ADO and OLE-DB with the (eventually to
    : be) migrated data. It's a whole new learning curve to climb!
    : Cheers >>>>>> Robert
    : Mike Connell (guest) wrote:
    : : I have now realised the error is because Access doesn't seem
    : to
    : : support linking to already linked tables.
    : : That is the mde file is running via linked tables to the mdb
    : : file. If the tables in the mdb are renamed and replaced by
    : : queries to new tables linked to an Oracle database, the mde
    : : fails to find the tables it expects to use.
    : : If anybody knows a workaround for running Access to allow
    more
    : : than one level of table linking, then please let me know.
    : : Thanks,
    : : Mike Connell
    Oracle Technology Network
    http://technet.oracle.com
    null

  • SD and MM workflow with table

    hi friends,
           can any one explain the SD and MM workflow with tables
    thnx in advance

    Here you got for tables flow
    SD
    http://www.sapgenie.com/abap/tables_sd.htm
    MM
    http://www.sapgenie.com/abap/tables_mm.htm
    FI
    http://www.sapgenie.com/abap/tables_fi.htm

  • Attachment table not visible

    Hi, all.
    I put an "Attachment Table" item in my page and I notice that:
    when I create a new record in the table where there is the declared attachment entity and
    the primary key that links the attachment record, the attachment table works fine;
    if I dsconnect from EBS and re-connect looking for the same record, the layout of the page
    does not render any attachment table and the attachment header is shown alone.
    In the FND_DOCUMENT table I see correctly all attachments related to that primary key.
    What happens?
    Thank you
    Regards
    -- Vincenzo

    Hi, all.
    I solved myself the problem.
    Sorry, but I set the wrong VO for the attachment table. Now, it works.
    Thank you
    Bye
    Vincenzo

  • Attachment Table - Primary Key in CO

    How can I add dynamically the primary key VALUE to an attachment table in CO processRequest??
    Thanks!
    Edited by: user12190100 on Apr 12, 2010 1:43 PM

    Yes Fact Table can have a Primary key
    But in your case it looks like the Other Table which is storing Day to Day transaction should be made FACT , and the one you are calling FACT should be made Dimension..
    Well depends again, how you are analysing data and against which attributes
    Thanks
    Ashish

  • Workflow attachment Displayed differently in different SAP User Id

    Hi
    I have a very strange issue with Workflow attachment. When I open the attachment from One user it is showing the correct attachemnt and with another user it is a complete different attachment. Please note that it is happening for a set of users only. There might be settings that is causing or some refresh that is not taking place for the set of USER Id: Please note that I am doing it in R/3
    Thanks
    Arghadip

    Hi,
    This can probably happen due to two reasons firstly Authorisation issue, secondly it could be some user parameter setting.
    BR,
    Prashant.

  • Limit File Type and file size in attachment table.

    Dear All,
    I want to limit file type like .jpg,.mpgv files while ataching files in attachment table in oracle apps. Also want to limit file size.
    Please help.
    Thanks

    Refer below link regd implementing file upload:
    File Upload
    We can get file type using
    DataObject fileUploadData =
    (DataObject)pageContext.getNamedDataObject("fileInput2");
    //here OAFileUploadBean is "fileInput2"
    String contentType = fileUploadData.selectValue(null, "UPLOAD_FILE_MIME_TYPE");
    Based on this file type write your login in processFormRequest.
    Will let you know if I find anything about size also.
    -Anand

  • How to implement attachment table in create page

    Hi
    I tried to add an attachment table in create page,but the table is not appearing.
    Is it because that the primary key attribute mapped to attachment table is committed only after clicking submit button in create page?.
    I am using a sequence for primary key.
    Thanks,
    Sridharan

    Hi ,
    Please see following post in forum
    Attachment table is not appearing in the page.
    Thanks ,
    Ashish

  • 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 can u trace process of workflow throug workflow base table.

    Hi,
    My previous question might be confusing
    Just want to ask
    How can u trace process of workflow throug Which workflow base table.
    Please It's urgent
    Thanks
    Bachan

    Bachan,
    Why do you need to enable trace from the backend? You can run "bde_wf_item.sql" script, this script gives similar information as wfstatus.sql and wfstat.sql give but with more debugging information
    Note: 187071.1 - bde_wf_item.sql - Runtime Data of a Single Workflow Item
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=187071.1

  • Workflow related tables. Urgent. Please help.

    Hi all,
        Could anybody please give me the list of workflow related tables ? I need to retrieve the following details.
               Type,
               Workflow Item ID,
               Workflow Item Unique ID, Text
               Creator, Created Date and Time,
               User created WI,
               Technical Status,
               Agent,
               Task ID, Task ID text,
               Element, Element Value.
    Please let me know at the earliest. Thanks in advance.

    <i>I don't think this is the right place for this, but I will give one reply.</i>
    <i>>What you think when a person is facing some issue will first read guidelines and then post.</i>
    Here is the <a href="https://wiki.sdn.sap.com/wiki/display/HOME/RulesofEngagement">link</a> to the guidelines. It is expected somebody first reads the guidelines and then starts posting, it is the first line in the guidelines. So I expect it also. I don't see why I should expect it from someone who has at least 30 points, and not from someone who has never posted.
    About your analogy, it doesn't work because most of the time the functional consultant needs me to create the workflow, or he is part of the same project so we need each other. In this forum I spend my own precious time answering questions, and not for the points but because I want to contribute and help others. But I expect them to have tried to 'help' themselves first.
    And as long as there is no moderator for the forum I will try to point people at the guidelines so this forum will not end up generating a lot of 'noise' and running of those who can help maybe the most (to name two: Kjetil Kilhavn and Mike Pokraka). I know they are thinking about skipping this forum because of the noise.
    <i>> Try to be a bit pragmatic. Will you do this to your peers or your junior.</i>
    Depending on the situation I will do this to my peers and juniors, mostly because they will learn more from finding things out by themselves than from pre cooked answers. And learning is one of the main objectives here.
    And my remark about the points is because you keep asking for them.
    I hope this clarifies a little why I post answers like the one I gave to this somewhat lazy question (not the first one today).
    Martin

  • Attachment Table Data loss

    Hi all,
    I have a create page with a header information and 5 line table. I want to add an attachment table and use standard FND tables for them.
    User fills out some information in the page. This means that I have an open transaction and my view objects are dirty. However the data is lost when i navigate to the attachment page (add attachment) and return back (cancel or apply) to my create page which still has an open transaction. It is still unsolved even I set automatic save to true which is a thing that i dont want. I want to commit the attachments with my custom create page apply button.
    Really need help about this issue. Our development is stopped due to this problem.
    EBS Version: 12.1.3
    JDeveloper: 10.1.3
    Regards,
    Anil.

    Hi,
    It doesn't work. Besides I need to use Attachment table not attachment image.
    When i add an attachment table to a standard page, it is working properly. However If i add to my custom page, my data is lost when i come back from attachment page.
    Really need help about this issue.
    Regards,
    Anil.

Maybe you are looking for

  • How to compile in Java Source???

    Hello, I'm studying a way to compile java files to class files in the java source. I have use the sun.tools.javac.Main to do this, but I have noticed that it aint recomended to use. I also wan't to get the possible errors from the compiler (if java f

  • How to use Remote Debugging in JDeveloper 3.1 ?

    I am trying to use the Remote Debugging option with EJBs in JDeveloper 3.1 with Oracle8i 8.1.6. I checking all steps the online walkthrough for Remote Debugging EJB in 8i and it didn't work. I'm using Oracle8i EJB/CORBA debug option in project proper

  • How to create a black and white text clip?

    I'm using pro Cs4 and was wondering how do I create a black and white text clip?  When I used Vegas there was a clip I could put in, and simply write whatever I needed. Still getting used to Pro Cs4 and was wondering if anybody can help me. Thanks!

  • Problem with Integrating Ejbs

    Hai, I am trying to integrate all the ejbs into single ear. its fine upto 8 ejb projects, but while trying to add another project ,its giving the error: The error details are: Caught exception during application deployment from SAP J2EE Engine's depl

  • Airport on or off when done with session

    Hello all. I'm new to the wireless worid and was wondering should I turn airport off when not connected. I usually let the computer sleep when not using it. 1. D-link wireless G router (works great so far) 2. D-link tech support says I should let it