Session connection application to the editing team development feedback page?

Is there a way to create the link between the demand for personalized feedback and the APEX team development comments pages?

Scenario:

1.) as that developer, I fixed the applications so I'm user in workspace APEX developer

2.) I also document and comment feedback in custom feedback application that runs in the same workspace

3.) request for personalized feedback to get the list of team development feedback with query like this:

4.) and then it would be useful to have live 'Edit' - link to the comments with the feedback_id development team Apex

  select   t.the_name
        ,f.workspace_id
        ,f.workspace_name
        ,f.feedback_id
        ,f.feedback_number
        ,f.feedback
        ,f.feedback_type
        ,f.feedback_status
        ,f.application_id
        ,f.application_name
        ,f.application_version
        ,f.page_id
        ,f.logging_apex_user
        ,f.developer_comment
        ,f.created_on
        ,f.updated_by
        ,f.updated_on
        ,p.page_name
        ,p.page_title
        ,p.page_alias
        ,p.last_updated_by as page_updated_by
        ,p.last_updated_on as page_updated_on
        ,f.parsing_schema
        ,f.screen_width
        ,f.screen_height
        ,f.session_state
         from APEX_TEAM_FEEDBACK F
         join APEX_040200.WWV_FLOW_FEEDBACK_TYPES T --APEX_040100.WWV_FLOW_FEEDBACK_TYPES T
           on f.feedback_type = t.id
         join APEX_APPLICATION_PAGES p
           on p.application_id=f.application_id and p.page_id = f.page_id; 

And create the link URL for feedback_id field type

https://apex.oracle.com/pls/apex/f?p=4800:8001:::NO:8001:P8001_ID:#FEEDBACK_ID#

But the challenge is to have session_id so there is no need to reconnect to the workspace as Apex - developer.

Created sample application:

https://apex.oracle.com/pls/apex
workspace: imagetest_ws
username: GURU
password: meditation
application: imgtst
page: feedbacks

Rgrds Paavo

Post edited by: paavo

Hello

You can get session global generator id of the package variable without papers and does not support APEX_APPLICATION.g_edit_cookie_session_id.

Store the value of the variable at the point and use the substitution string in URL link.

I made these changes to your example.

Please note that there is a high risk that it will not work on APEX 5

Kind regards
Jari

Tags: Database

Similar Questions

  • To view the details of the table, how can I create users and applications for the dev team?

    Hello
    Veiw the tables as column details, etc., we use the password apps by oracle apps Forms.But apps password giving the development of values is threat to security. My question, how the development team will check the details of the database other than the apps user & password? No work around for this problem?

    Naya,

    The developers must have access to the development/TEST instance but must not be connected directly to the instance of PROD. Assuming that your development instance is identical to the production, I believe that the best scenario is to prepare reports on the development instance (having full access including password apps), and once they are done, they go to the ADMINISTRATOR to upload it to the production instance.

  • Recently passed commercial creative cloud for teams to a creative cloud nonprofit for teams. How can I delete the previous team of my page "managing teams"?

    How can I get rid of the previous 'team' who was associated with the commercial creativity could team?

    Hello

    Please contact our Adobe customer support team to remove the previous creative Cloud of your Adobe ID (email).

    Contact the customer service

    Thank you.

  • Application in the ADF 11 g search page

    Hello

    I'm new to ADF 11 g. I created the search page by dragging named criteria (all searchable attributes) datacontrol and its create table Panel and the results of the query.
    I am able to delete the fields from the table of search results which is not necessary.
    The page displays all of the fields that are available in the original Version as a search criterion. I want to remove some fields that is not required in the criteria of search, but unable to do.
    Please, help me in the present.


    Thank you and best regards,
    Sunita

    Hi Sunita,

    Do not use the "attributes all searchable" instead, you must create your own criteria of serach.

    To create a search criteria go to your view on the tab object query to the query terms, you'll find "View criteria" simply click on the '+' to add a new and add all requires them only attributes in it.

    After you have created the view criteria now back again to datacontrol you can find new criteria to view after "all the attributes of a.
    Now drag and drop this new criteria again for a new page to create the search page of desire :)

    For more details you can check out this blog

    https://blogs.Oracle.com/prajkumar/entry/create_simple_search_form_in

    If you want you can skip the part creation of variable binding in the blog search just create view criteria as shown in the blog ang create a page using the :)

    concerning
    Siva

    Published by: Minion on 15 March 2013 13:24

  • Why Flash player crash with the edition instentally developer of Firefox?

    So I use the most resent the Developer Edition of Firefox and Flash Player seems to hang as soon as it is trying to load any flash element. I tried everything I can, relocations and others without success. The only thing I have not done is disable hardware acceleration, but it's because of Flash Player crashing until I can pull up the context menu to do so. I even turned off all extra add-on to ensure that those who were not the culprits.

    You can enable or disable this pref to true on the topic: config page to disable the safe_mode in the Shockwave Flash plugin:

    See also:

  • Mobile Xperia Z2 D6502 unable Email data connection application to the user after the restriction.

    Hello

    I use D6502 Z2 Xperia.

    E-mail application default of the Xperia unable to use the Mobile data connection after she returned to "Restrict the database" defined.

    It works fine with WiFi. I tried resetting the application Email and MS Exchange Service, but the problem is still there.

    Is there a solution for this problem.

    This problem has been resolved after update to Android (Lolipop) 5. Thanks Sony.

  • In the edition browser says site does not exist or is offline

    My client tried to connect to in the edition of browser for a few days and she stops if an error saying that his site does not exist or is offline, are neither the case.  IBE has changed?

    Probably something to do with this discussion:

    in the browser, error mounting

  • How user name passed to each page of the application of the APEX

    Hello world

    I want to understand, how the user name is passed to every page of the application of the apex. On each page we see the user name, the logout button. Reason I asked, I want to understand the concept and I would pass the role assciated with username. So what is the best way to switch roles as associated with the username.

    Thank you

    Karam,

    If you want to be included in the simplest model is to create an element of the application in the shared components, for example:

    MY_VARIABLE

    in the model, you can use & MY_VARIABLE. just like & APP_USER.

    You can set the session in pl/sql variable, for example by:

    apex_util.set_session_state ('MY_VARIABLE', 'MY_VALUE');

    You can access MY_VARIABLE in pl/sql read only using the V function:

    v ('MY_VARIABLE')

    Exactly when and where APP_USER is, I don't know, but I hope this helps.

    Kind regards

    Blackstone

    Published by: blackstone on July 22, 2009 16:13

  • APEX Session point of the Application or the item of Session State set and get?

    I need assistance with items and values in a single Application-Apex:

    I have a List-Item (P101_UMGEBUNG) selected on the page of connection (Page 101) in my application (next to username and password).

    After this item has been selected in the list of outfits and the "Login" button pressed, I want to use this value of the element in the context of different select statements on other pages for example in reports to the 4 Page, like this:

    "select * from mytable where environment =: P101_UMGEBUNG;

    The select statement is faulty, it dosent go back any line. It turns out that the value I just chose in the list is not saved in session state, so of course the select statement fails.  I determine this by clicking on the session menu item in the developer bar - the item itself presents itself, but the value of the element is empty:

    Unbenannt.png

    Which would cause a selected list value not end upward in session state and how to make sure he gets there?

    I've tried different solutions (process of pl/sql, javascript actions dynamics and brances) I found here in further discussions and with google, but maybe im wrong,

    Someone has a solution for this problem and could explain it in detail?

    Hello

    Value of the item on your login page is disabled by the process of "Empty the Cache page (s)". To save the State of this element, you can:

    1. remove the "Empty the Cache" page (s) process or set the condition to "never". It security hole.

    2 create the point on another page (for example, on page 10 P10_UMGEBUNG) and create processes on the login page BEFORE the process of "Empty the Cache" page (s), which will be

    Save the State of P10_UMGEBUNG. Make the process of PL/SQL:

    BEGIN
      APEX_UTIL.SET_SESSION_STATE('P10_UMGEBUNG', :P101_UMGEBUNG);
    END;
    

    After that, you can use the value of the P10_UMGEBUNG element:

    select * from mytable where environment =:P10_UMGEBUNG;
    
  • Vista connects ok in the browser or by mail, but all other applications can not connect

    I have Brodadband connectivity, but other applications, connection attempt fail, windows update, escan, teamviewer and links to htm in the emails files fail to connect. Links in the emails don't report any association, but the associations for htm and html are here.

    Auto even started the browser like escan help sessions fail even if the links are fortunately available in a browser session manually started.

    I'm stuck on this one - any ideas anyone

    Malc

    Hi John,.

    ·         Did you do changes on the computer before the show?

    ·         You use Internet Explorer? If so, what version are you using?

    ·         You get the error message?

    Follow these methods.

    Method 1: Temporarily disable the security software .

    Note: Antivirus software can help protect your computer against viruses and other security threats. In most cases, you should not disable your antivirus software. If you do not disable temporarily to install other software, you must reactivate as soon as you are finished. If you are connected to the Internet or a network during the time that your antivirus software is disabled, your computer is vulnerable to attacks.

    Method 2: Follow these steps:

    Step 1: Start the computer in safe mode with network and check if the problem persists.

    Step 2: If the problem does not persist in safe mode with networking, perform a clean boot to see if there is a software conflict as the clean boot helps eliminate software conflicts.

    Note: After completing the steps in the clean boot troubleshooting, follow the link step 7 to return the computer to a Normal startupmode.

    Method 3: Follow the steps in the article.

    Windows wireless and wired network connection problems

    http://Windows.Microsoft.com/en-us/Windows/help/wired-and-wireless-network-connection-problems-in-Windows

    For reference:

    How to reset the Protocol Internet (TCP/IP)

    http://support.Microsoft.com/kb/299357

  • steps to update of application in the development environment runtime environment

    Hello

    I have APEX 4.2.6 development environment and same version runtime environment.  There is little change, which happened in the forms and the underlying objects in the DB (developing approx.).  Help me please in the list of the steps needed to apply these changes to the runtime approx.  To my knowledge, I should 1st sync DB objects and then take application export development and import at run time.

    Can you let me know how to synchronize objects DB?  Dump export and import is not possible because "runtime" environment has the most recent data changes.  Otherway is to make changes to the DB object individually and manually.  Is it possible that this can be done using scripts/tools?

    And what about import application?  Is it just connect to the 'runtime' DVRs. SQLPLUS and run @f110.sql?  Please let me know the exact steps.

    Thank you and best regards,

    -Anand

    Hi anand_gp,

    You mean (for the import of application), I need to execute all the steps below to update the existing application (get the workspace ID, approx. set ID, etc.,)?

    And thank you to provide links on how to modify objects in the DB.  I'll go through them.

    Yes, and it will create a new application in your workspace.

    If you want to have the same id of the application (whether it is your production application), you can delete the existing application using APEX_INSTANCE_ADMIN. REMOVE_APPLICATION (remember to commit after each step) and then import with above in the light of the steps.

    If you want to have both the old and the new application in your production work space, you can use the alias of the application while publishing the URL.

    When you deploy a new version of the application, simply change the alias of the application, so that it becomes your current application.

    I hope this helps!

    Kind regards

    Kiran

  • How to reset the State of package variables in all sessions connected (without requiring a disconnection and a connect) if they are reset in one of connected sessions.


    Hi people,
    Need help, the example requires that the value of packet data 'g_var' must be updated in the session/s connected everywhere without the session/s to be disconnected and reconnected.
    Here's the scenario:

    I created a table my_table having the pair name / value.
    A variable with global package "g_var' in his body and a get accessor method to access g_var variable from the outside world.
    This variable g_var is initialized within the block of the entry into force of the package and retrieves the current value of the variable from my_table.
    When I update the value in the table a trigger on my_table would reset the State of the package and therefore g_var to the most recent value in the same session
    All is well so far since the change in value is reflected in the current session, but if I've already connected session/s
    and I'm trying to retrieve the value of "g_var", it is not updated in already connected sessions and remains the same before the update.
    Can U help please how can I update this value in a session/s connected without having to disconnect and reconnect.
    because if I disconnect and reconect the existing sessions, it seems to show the updated value.

    Thanks in advance.

    Kind regards
    Gaurav Rajput

    Here are the Scripts:


    drop table my_table;
    create table my_table
    (
    my_variable_name varchar2 (100),
    number of my_variable_value
    );

    create or replace package my_package as
    Function get_g_var return number;
    end my_package;
    /

    create or replace package body my_package as
    number of g_var;

    Function get_g_var return number is
    Start
    Return g_var;
    exception
    while others then
    lift;
    end get_g_var;

    procedure init (my_passed_name varchar2) is
    Start
    Select my_variable_value in the g_var from my_table where my_variable_name = my_passed_name;
    exception
    while others then
    raise_application_error (-20004, "I got an error during Init");
    end init;

    Start
    init ('$'); -This is a call to time when the package is loaded into the memory of session
    exception
    while others then
    raise_application_error (-20003, 'Error in my_package');
    end my_pACkage;

    /
    create or replace TRIGGER my_trigger
    BEFORE DELETE OR UPDATE
    ON my_table
    FOR EACH LINE
    declare
    number of my_ret;
    Start
    DBMS_SESSION.modify_package_state (DBMS_SESSION. RESET);
    exception
    while others then
    lift;
    end my_trigger;

    /

    -It is initially set to null
    insert into my_table values ('DOLLAR', 62);
    commit;

    -test value for first time to package loading (62 views)
    Select * from my_table;

    Set serveroutput on

    declare
    my_variable varchar2 (100);
    BEGIN
    my_variable: = my_package.get_g_var;
    dbms_output.put_line ($my_var);
    END;

    -run the same block of end to start in another session it shows 62. All is well so far
    -check if the value after the update in the same session (shows 38), also check in another before the connected session as well (shows 62 and not 38)
    Update my_table set my_variable_value = 38 where my_variable_name = "DOLLAR";
    commit;

    Select * from my_table;

    Set serveroutput on

    -It displays 38 in this session, but there in an already connected session 62 and only after you log out shows 38
    declare
    my_variable varchar2 (100);
    BEGIN
    -my_variable: = my_package.g_var;
    my_variable: = my_package.get_g_var;
    dbms_output.put_line ($my_var);
    END;

    Package variables are stored in the private memory (PGA). The value is not visible in the session. A package variable is therefore not approach appropriate to your problem. You can look at in the context of the Application, as Solomon has said.

    http://docs.Oracle.com/CD/B28359_01/network.111/B28531/app_context.htm#CIHFJHCG

  • After the connection is closed, the oracle session remains unavailable

    Hi all

    using weblogic.jdbc.wrapper.PoolConnection_oracle_jdbc_driver_T4CConnection;

    with weblogic server 12 c I can't release the connection to the data source.

    Even when the web application made the destroy method,

    Oracle sessions are allocated, and every time I reconnect, the number of sessions pushes saturating the connection pool.

    What can I do to properly release resources?

    Thanks in advance

    Marco

    That's what I see in oracle:

    Select sid, status, server, session v program $;

    SID; STATUS; SERVER; PROGRAM

    497; INACTIVE; DEDICATED; JDBC Thin Client

    537; INACTIVE; DEDICATED; JDBC Thin Client

    543; INACTIVE; DEDICATED; JDBC Thin Client

    The source is

    ...

    DataSource ds = (DataSource) context.lookup (jndiname);

    ....

    public connection getConnection() throws SQLException {}

    Connection con = ds.getConnection ();

    return con;

    }

    Private Sub closeConnection (con Connection) throws SQLException {}

    If (con! = null & &! con.isClosed ()) {}

    con. Close;

    con = null;

    }

    }

    ...

    Connection con = getConnection().

    Statement statement = null;

    ResultSet rs = null;

    Statement = getStatement (con);

    try {}

    RS = statement.executeQuery (query.getQuery ());

    If (rs! = null) {}

    RES = new TASDataWrapper (SR);

    }

    } catch (SQLException ex) {}

    ...

    } {Finally

    If (rs! = null) {}

    RS. Close();

    }

    If (declaration! = null) {}

    Statement.Close ();

    }

    closeConnection (con);

    }

    ....

    {} public void destroy()

    ....

    DataSource = null;

    }

    Well, everything looks good to me. I'm guessing that the Sessions will continue to be there until the Time Out of Session is reached. Can you please adjust the session timeout down and observe the response?

    Thank you

  • Apex, language of login page set after the connection based on the user pref browser lang and application-based

    Hello

    Request Express 4.2.3.00.08

    I created an application of multi languaguage in which the language is defined by setting: FSP_LANGUAGE_PREFERENCE

    But the login page, I would like to than the login page to be displayed in the browsers language.

    The url of the application connection looks like as shown below but the & BROWSER_LANGUAGE. product always (English).

    f? p = & APP_ID.:LOGIN_DESKTOP: & SESSION. : FSP_LANGUAGE_PREFERENCE: & BROWSER_LANGUAGE.


    LOGIN_DESKTOP is an intermediate page that has one before branch header for the page of real connection if the FSP_LANGUAGE_PREFERENCE is set prior to the loading of the page.

    If I set the language set in this URL, it works as expected:

    f? p = & APP_ID.:LOGIN_DESKTOP: & SESSION. : FSP_LANGUAGE_PREFERENCE:nl - page Login Show in NL

    f? p = & APP_ID.:LOGIN_DESKTOP: & SESSION. : FSP_LANGUAGE_PREFERENCE:-see the login page in EN

    When I put the application to choose the language based on the browser language that it works, but then I am not able to have users to save their preferences for the next time they are connected.

    Any ideas on why & BROWSER_LANGUAGE. translates by "in" even though the language in the browser is different?

    See you soon

    Bottom

    OK, he stares at me

    For all those interested, this is how.

    Create a page additional empy (with alias page LOGIN_FORWARD_PAGE) and set the url to connect to the application of this new page and set the value of the application on BRANCH_TO_PAGE_ACCEPT:

    f? p = & APP_ID.: LOGIN_FORWARD_PAGE: & SESSION. : BRANCH_TO_PAGE_ACCEPT:

    On the page to create a pl/sql process submit before calculations similar to one below which affect the en language, if the browser is not NL (in Dutch):

    If upper (substr (owa_util.get_cgi_env ('HTTP_ACCEPT_LANGUAGE'), 1, 2)) = "NL" then

    : FSP_LANGUAGE_PREFERENCE: = "nl";

    on the other

    : FSP_LANGUAGE_PREFERENCE: = 'en ';

    end if;

    And create a branch to submit before the treatment which redirects to the current login page (the value of FSP_LANGUAGE_PREFERENCE is then already set and the application is configured to use this setting).

    After that loging in you can extract the FSP_LANGUAGE_PREFERENCE based on the user.

    BTW, I had to switch to 4.2.5 there in 4.2.3 is a bug preventing to set session state when you use BRANCH_TO_PAGE_ACCEPT!

  • How to restrict access in EDITION of APEX Applications in the same workspace

    Hello

    I have a workspace that consist of several say application APPL1, APPL2, APPL3,... etc...
    This workspace has access to several... say developers Developer1, Developer 2, etc...

    How can we restrict access in EDITION of Applications for a particular user.

    for exp.

    Developer1 should be able to access/change only the APPL1 & the APPL2. He should not be able to modify APPL3.
    same way... * Developer 2 * should be able to access/change only APPL3. He should not have editing access to APPL1 & APPL2.


    Thank you
    Deepak

    Hello

    I think that's not possible. At least I don't have to see how it could be done.

    This is why there are work spaces. You must create a workspace clean to all applications for example.
    Then of course there was maybe still problem with the analysis of access privileges to the schema if for example all 3 applications use the same scheme of analysis.
    You must assign same pattern to all areas of work, and then all of the developers of the workspace that you can change database schema objects.

    BR, Jari

Maybe you are looking for

  • I need a 32-bit version of Firefox to process a single statement to the share point. Where can I get the 32-bit version of Firefox any level?

    I am trying to use a function in SharePoint to allow me to open a library in explore mode. The function is available on the page sharing, and when I select the function my browser Internet Explorer stops working. Unfortunately, IE to its current conf

  • Air 801

    The firmware on the Air 801 is terrible. How do you connect to private or side Picasa album? Why are you Kaye to press OK to accept the WiFi connection at startup? How to configure automatic updates on a Picasa album? Surely, you should not manually

  • How can I move a XNET database in 2010 VeriStand?

    I use VeriStand 2010 and XNET 1.1.1 to test a device that sits on the LINEN. I need to move my files in the computer, the default location for VeriStand 2010 is different for Windows XP and Windows 7 When I move all my files, including the definition

  • HP Officejet Pro L7590 habit of scanning

    That is the problem. I connected two desktops from HP L7590. A USB cable and the other through network. I have tried almost everything, but the solution Center still does not work. You can open it, but when you click the scan icon it displays an erro

  • a repeat loop

    Hi, I need the error message that the first time, seems. See the attached file. When the error in the string it appears errormessage, but he continues to repeat every time it senses the right channel Match.What is best way to handle this case? any su