Procedure on item type

In the procedure tab of the Item Type, I have the following procedure added
add (http://xxxxx.com:7778/pls/portal/prj_test.rm_first_page? p_team_name=& p_proc_title=& )
with attribute: category pass as p_team_name and
display_name pass as p_proc_title
1) After I click the procedure, p_team_name gets null value. Do you know why and how to correct it?
2) How can I call the procedure automatically without clicking the link text?
Thank you

After I check "Display Procedure Results With Item", I get the following error message
Error 30584: DBMS_SQL has raised an unhandled exception. ORA-06550: line 1, column 128: PLS-00103: Encountered the symbol ";" when expecting one of the following: . ( ) , * % & = - + < / > at in is mod not rem <> or != or ~= >= <= <> and or like between || The symbol ")" was substituted for ";" to continue.
I only found the view wwsbr.all_items, not wwsbr.all_categories.
When I try to browse wwsbr.all_items, I get the following error message
[1]: (Error): ORA-06510: PL/SQL: unhandled user-defined exception ORA-06512: at "PORTAL.WWCTX_SSO", line 651 ORA-06510: PL/SQL: unhandled user-defined exception ORA-06512: at "PORTAL.WWCTX_SSO", line 497 ORA-06502: PL/SQL: numeric or value error ORA-06512: at "PORTAL.WWCTX_SSO", line 727 ORA-06512: at "PORTAL.WWCTX_API", line 173
Thank you

Similar Messages

  • Procedure to Purge data from WF tables for Item Type POERROR

    Hi,
    I have executed concurrent program "Purge Obsolete Workflow Runtime Data" to purge old data for Item Type "REQAPPRV". After execution of the concurrent program i re-query to WF_ITEMS table to get the count of the records for "REQAPPRV" but all records did not get purged as "REQAPPRV" is present as PARENT_ITEM_KEY for Item Type "POERROR" in WF_ITEMS table.
    Now to purge records of "REQAPPRV" i need to first Purge records of "POERROR". Now the problem is END_DATE of those POERROR records is NULL at WF_ITEMS table that is why concurrent program "Purge Obsolete Workflow Runtime Data" does not able to purge them. How can i resolve this issue?? Please guide..
    Regards,
    Priyanka

    Hi,
    I have already gone thorugh MOS doc, cross checked the queries provided in document and found that status of PARENT_ITEM_TYPE [REQAPPRV] is "COMPLETE" and the status of Chilld ITEM_TYPE [POERROR] is "ACTIVE". I want to close or Purge the child ITEM_TYPE. Can you guide how can we achive that ??
    Regards,
    Priyanka

  • Parameters to pl/sql procedure on item?

    OK, it seems like this should be obvious, but I'm not getting it...
    I've created a custom Item type with a PL/SQL procedure. I've defined the procedure to accept the item id and site id as parameters. When the user clicks on the procedure link, the request URL looks like this:
    http://je2975/pls/portalj/HMSY_PORTAL.VIEW_CRYSTAL_REPORT?caid=135&id=3818
    What should the 'VIEW_CRYSTAL_REPORT' procedure look like in order to read those parameters?
    Are they parameters to the procedure in the typical PL/SQL sense? Do I need to get them from wwpro_api_parameters? If so, where do I find the reference path?
    Thanks!
    null

    I've even tried this now without any parameters, and there seems to be something even more basic that I'm missing.
    I have the procedure published, with no paramters, I added the missing schema prefix, so the URL now looks like:
    http://je2975/pls/portalj/PORTALJ.HMSY_PORTAL.VIEW_CRYSTAL_REPORT
    But I'm still getting a 404 file not found.
    What am I missing?
    Thanks again...
    null

  • Assign pricing procedure to delivery type

    Hi All
    At the moment, my outbound delivery note doesn't contain the pricing condition in item level. what I am trying to do is to copy the pricing condition listed in Sale Order into the outbound delivery note automatically when I run the VL01N.
    The problem is that one of condition type in the pricing procedure is set to manual entry, therefore after I had assigned the pricing procedure to delivery type, only the manual entry pricing condition is not copied, I have to manually key in the price again.
    Does anyone know what can I do to copy overall pricing procedure listed in the SO into the outbound delivery note without manually entry.
    Thanks for your time
    Alvin

    Dear Lakshmipathi,
    As your suggested, I have 2 questions.
    1. The condition type is supposed to be set as manually entry, if I untick the Man. checkbox, would it create other problem in future.
    2. as you suggested, I did try to untick the three checkbox (Man. Mdt. Stat.) for the condition type. however, the rate of the conditoin type still can not be copied from Sale order to the delivery doc. Any idea?
    Thanks
    Alvin

  • Oracle Text and Custom item type

    I have a custom item type defined that has custom attributes. With Oracle Text disabled, I can use a custom search to find these items either by their standard attributes (name,description, etc.) or their custom attributes. However, as soon as I enable Oracle Text (and allow the indexing process to complete), I can no longer locate these items in a search.
    I assume that I need to do something to tell Oracle Text to index these types of items, but could not find anything in documentation. Any assistance would be appreciated.
    Also, assuming we get around the above issue, if I have Oracle Text enabled, does this mean I will not be able to find these items after they are created until the next scheduled index update? Is there away around this besides killing Oracle Text?
    Rgds/Mark M.
    Portal 9.0.2.6

    The indexes need to be synchronised for the items to be searched and returned. Hence until the next scheduled index update, the item will not be returned. To explicitly udpate the indexes, run the procedure in the portal database connected as the schema owner.
    SQL> exec wwv_context.sync();

  • Portal URL for file v. text v. PL/SQL item types?

    I am using Portal 10.1.2.2.0. From the Portal OWA logger data, how can I tell a file item type from a text item type from a PL/SQL item type?
    The OWA_LOGGER_DOC view iis looking for url like '%/docs/%', but all the document URLs are '%/ITEM/%'. The URLs to text items also appear to be '%/ITEM/%'.
    How can I tell that a Portal URL is pointing to a document?

    OK, I figured out a way to do this in my environment (Oracle Portal Version: 10.1.2.0.2 (Build: 150) ). Your mileage may vary.
    I created a procedure which includes the following:
        p_headingText IN VARCHAR2,
        p_fileName IN VARCHAR2,
        p_descriptionText IN VARCHAR2)
    is
        l_portalGuid VARCHAR2(50);
    begin
        select GUID into l_portalGuid from portal.wwv_things where ID = p_fileName;
        htp.p('<p class="PortletText1"><a href="http://[HOSTNAME]/pls/portal/url/item/' || l_portalGuid || '">' || p_headingText || '</a> ' || p_descriptionText || '</p>');
    end;This seems to work for me. (Sorry about the long line.) p_headingText, p_filename, and p_description are passed from the custom item type. Good luck!

  • Custom Item Type Icon not displayed

    I have created a custom Item type from the base File type for PDF files.
    I have asociated a PDF Icon with this type.
    When I create folder object of my new PDF Type, my Icon does not ever seem to show up.
    Why?
    I must change the image associated with each item (secondary tab). to get an Icon to show up.
    Why?
    null

    Stuart,
    According to the help text:
    "Currently, this icon is not used by Oracle Portal. The icon may be used in future releases."
    But, if you want to show it, you can use a procedure in the custom item type to display the icon. Just find the URL to the icon (in Internet Explorer, right click on the icon and select Properties to get the URL) and write a simple procedure to display it. For an example of a custom item type procedure, see the discussion at http://technet.oracle.com:89/ubb/Forum82/HTML/000379.html .
    Regards,
    Jerry
    null

  • B2B: Copy Pricing Procedure or Condition Types

    Hello sdners!
    I use b2b sap crm: e-commerce 7.0.
    Please advice me FM, which copy Pricing Procedure or Condition Types from catalog item to basket (order)!
    E.g: i want to buy a position from catalog with the name " A ". It cost 10 eur.
    When I click to order - the price of the catalog is transferred to the order (basket).
    Please help me find FunctionModule which do it ?
    Thanks

    Technically the price for the catalog item and the basket item come from two entirely different ways.
    Whereas the catalog item gets the price "directly" from IPC (or TREX in some instance), the basket price is computed in the ABAP side of the application. In the ABAP, the item price is again technically comes from IPC, but IPC is provided with some additional information to get the "customer specific" price.
    So, in theory, you can not copy the catalog item price using any FM.
    Even if you "copy" from catalog to basket (say, in the UI or java layer), the item in the basket will get the price from CRM backend everytime  the basket get updated.

  • Customized content item / type

    Hi there,
    I would like to know what is the best way to store a content
    item in my project.
    I'm working on a portal which need to group the course
    information into categories. Each course should be a content
    item in this case. Each course has its own course
    information. What is the best way to store each course as
    content item which allow publisher to update the course info and
    can make use of the category feature from the Portal ?
    In 9iPortal, it allows us to store it as file, folder, text,
    PL/SQL, image etc. I believe it's not a good idea and doesn't
    fit my purpose. All these are static objects.
    Can I make use of the custom type ? If so, how can I generate
    page with the info stored in the attributes of the custom type ?
    Say, I have created a new custom type named course and then it
    has attributes like course title, course dates etc.
    I would like to allow my user to type in the course information
    and then we can generate dynamic pages from the information.
    I'd used other Portal product which allow developer to define the
    content type attribute easily and provide API to retrieve
    the content and category item. Then we can write jsp to retrieve
    the item. But I can't find the same thing from Oracle9iAS
    Portal.
    Can someone give me some clue ?
    Thanx
    Regards,
    Maggie

    Custom item types are a good solution.
    Custom types allow you to call procedures (either a stored
    procedure or a servlet via a URL) - the procedure can in turn
    generate a custom presentation for your item. Procedures can be
    passed any of the attributes of your item, including custom
    attributes.
    Folder styles can also be used to specify which attributes are
    displayed for an item.
    So try the style first. If you don't like what you are able to
    achieve with the style, use a procedure to render your custom
    item type any way you want.
    Regards,
    Jerry

  • Item Type Icon

    I added an icon to my URL "Item Type Properties". But, I don't see the icon on any URL items. I added every attribute to the "Displayed Attributes" for the region, and I still don't see any item type icons. The "Available Attributes" in "Edit Region" doesn't list anything like "Item Icon" anyway.
    Oracle Portal Version: 10.1.2.0.2
    How can I show the item icon? Or, what is it used for?
    Thanks.

    Hi Brian,
    You're talking about a mime type icon, and those are shown for a File Item. Those work fine. I'm talking about the Icon associated with the Item Type, where you specify the Icon in the "Item Type Properties" when you edit the Item Type.
    For example, I made an "External URL" Item type:
    Base Item Type: Base URL
    Name: EXTERNALURL
    Display Name: External URL
    Description: <none>
    Icon: <this is where I added my icon, and it's displayed in the properties here...>
    Help URL For Add Item Wizard: <none>
    Help URL For Edit Item Wizard: <none>
    In this Edit Item Type area, there are also tabs for "Item Type Attributes" and "Procedures". I don't think those apply.
    When I make an External URL item, there's no icon.
    Again, the portal version I'm using is 10.1.2.0.2.

  • Custom Item Types / Refresh

    We have a portlet on a page containing status information on Customer Service Tickets, etc. This was built using a custom item type and stored procedures.
    The problem we're having is that the portlet will only refresh upon login. Using the browser refresh and reloading the page does not invoke the procedures.
    Is there a solution to this? Is there a better way of building this application?

    hi Brijesh,
    one idea i have is to create a table where you insert a value once the item gets created (maybe the itemid). now add an if statement to your custom item type procedure where you check if the itemid is available in this table. if yes do nothing (null;) if it is not available execute the procedure since it is the first time the procedure is executed (means the item gets created).
    regards,
    christian

  • FRM-30454: Unsupported item type.

    Hello,
    I am upgrading forms 6i to 11g.
    I got an error FRM-30454.Unsupported item type.
    item: Browser
    FRM-30085:unable to adjust form for output.
    this is the code throwing error.
    Data Blocks -> trigger ->when new block instance ->
    DECLARE
         WebPage OLEOBJ;
    BEGIN
    WebPage := :ITEM('IMAGE_VIEWER.BROWSER').INTERFACE;
    IF (UPPER(:PARAMETER.URL_PARAMS) = 'NONE') THEN
         WebBrowser.Navigate(WebPage, :PARAMETER.URL_LOCATION);
    ELSE
    WebBrowser.Navigate(WebPage, :PARAMETER.URL_LOCATION || :PARAMETER.URL_PARAMS);     
    END IF;
    END;
    the line WebPage := :ITEM('IMAGE_VIEWER.BROWSER').INTERFACE; is causing the problem because ".BROWSER" is not supported.
    I did search on FRM-30454 but none worked on my case.
    thanks

    You should use WebUtil for this functionality. Following are the steps to configure WebUtil:
    1- Attach the Webutil library with your form available at \forms directory
    2- Subclass your form from the WebUtil sub-group. ( open the Webutil.olb from the forms directory and drag webutil object to your form)
    3- Download jacob.jar from the following location:
    http://sourceforge.net/projects/jacob-project/files/jacob-project/1.8/jacob_18.zip/download
    4- Extract the zip file
    5- Copy the jacob.dll to the \forms\webutil directory
    6- Copy the jacob.jar to the \forms\java directory
    7- Sign the jar file using sign_webutil.bat in forms\webutil directory
    8- Add following configuration in formsweb.cfg file:
    [webutil]
    WebUtilArchive=frmwebutil.jar,jacob.jar
    WebUtilLogging=off
    WebUtilLoggingDetail=normal
    WebUtilErrorMode=Alert
    WebUtilDispatchMonitorInterval=5
    WebUtilTrustInternal=true
    WebUtilMaxTransferSize=16384
    baseHTMLjinitiator=webutiljini.htm
    baseHTMLjpi=webutiljpi.htm
    archive_jini=frmall_jinit.jar
    archive=frmall.jar
    lookAndFeel=oracle9- use following code to browse dirctories:
    PROCEDURE get_client_filename IS
         l_filename varchar2(200);
    BEGIN
         l_filename := client_get_file_name(directory_name => :global.user_home
                                        ,file_name      => null
                                        ,file_filter    => 'GIF Files (*.gif)|*.gif|'
                                        ,message        => null
                                        ,dialog_type    => null
                                        ,select_file    => null
      :builtins.file_name := l_filename;
    END;Please see following link for details:
    http://www.oracle.com/webapps/online-help/forms/10g/state/content/navId.3/navSetId._/vtTopicFile.web_util%7Cinstall~htm/

  • Converting Item Types

    Portal 9.0.2.3
    We have created a new Custom Item Type for use on our Intranet site. This new Item type is essentially a Text Item with an extra procedure which provides a print friendly view of the item.
    Is there a quick way to convert our existing Text Items into this new Custom Text Item? What database table is Item Type information held in?
    Thanks,
    Steven.

    hi steven,
    go to the navigator - page groups - shared objects - item types - edit the Text item type - navigate to the procedures tab - add your procedure here.
    now for all (also existing) text items you have in your page groups this procedure is added.
    in the region properties of the item region you need to add the associated functions attribute to the list of displayed attributes.
    thats it - the output of the procedure appears next to each new created and existing text item.
    kind regards,
    christan

  • Procedure for custom type

    Hi,
    I found from the replies by Jerry(PM) about the example procedure for custom type in the url
    http://technet.oracle.com:89/ubb/Forum82/HTML/000379.html, but when we click on the link above, it says page cannot be displayed. is there a different url to access that code. Basically i am trying to create a custom type image with border, height and width resized than the one loaded into the portal. so after creating the attributes, what all should i pass as parameters to the pl/sql procedure? i saw in one example item_id and i don't know what that is and how it should be passed.?
    any help please....
    thanks

    HI Jerry,
    Thanks. That is was i was looking for. But i have a question in that procedure. You are passing p_itemid as a parameter for attribute itemid. i assume it is a number. but my question is what is being passed in that. if we have a attribute as itemid, then the user using that custom item type, has to type in something right. what will they type in the itemid. why do we need itemid?
    I am trying to create a custom item type for image with width and height. so i can have those two attributes created and then added to the custom item type called cust_image and then in the procedure, i can call a procedure and pass only width and height right. do i have to pass itemid too?my question is in that case what will be there in itemid and why is it being passed?
    thanks for your help and reply again.
    thanks
    valli

  • A/P Credit Memo (Item Type) not to deduct quantity in inventory

    Hi,
    1. I purchased an item > supplier gave me invoice> I key in A/P Invoice (Item Type)
    2. Found out item was overpriced
    3. Supplier gave me Credit Note to adjust the price
    How do I key in this credit note via A/P Credit Memo? To my understanding if I key in the a/p credit memo (item type), my inventory quantity will be deducted as well.

    Because the item is over priced, it means that my inventory gl is over stated. When I get the supplier's CN, I will have to reduce the inventory gl. When I create a Service Type A/P Credit Memo I must choose inventory gl. But this will create another problem - Inventory Audit Report balance will not tally with Inventory gl balance (because i didn't reduce the item price in the first place). To solve this is to do a Inventory Revaluation.
    Hi Lay Chin, what you suggested is the best option so far.
    Thank you everyone for the reply.

Maybe you are looking for

  • How can I play multiple episodes of a podcast in iTunes 11?

    Hi there - I'm subscribing to a number of podcasts in iTunes 11. I would like to play multiple episodes of a podcast one after the other without having to start each one separately, and preferably without having to create a playlist each time. Any id

  • Bug? - Copying Controls in Group Removes Binding

    [LabVIEW 2010] When I copy a control binding remains intact however when I copy the controls in a Group binding is removed. Cheers -JG Unable to display content. Adobe Flash is required. Certified LabVIEW Architect * LabVIEW Champion

  • Why not Audible format 4 on Muv

    I've been pretty happy with my Muvo TX FM but I recently listened to an Audible book on another player that supported format 4 and I really liked the better sound quality. Is there any technical reason why creative doesn't support format 4 Audible on

  • Love vashikaran specialist baba ji +91 9829989147 canada,usa,uk,london,england

    black magic Specialist baba ji call now +91 9829989147 love problem-love marriage-love guru-baba ji- horoscope expert solution for every problem kundli making marriage problem, love lost, job problem and all astrology problem solution here. You have

  • My photoshop elements  my Photoshop files only computer programs

    My Photoshop Elements browser won't display my Photoshop image files.   If I click on browse the files all relate to general computer files.   How do I get it back?