Detailed form Master in Apex - creating main records and details at the same time

I m trying to create a master form / retail.
The master is a simple standard form and below on the same page there is a tabular presentation containing the details.

I am facing a problem when you try to save a new record from the master at the same time with new details.
If I create a new record of the master and at the same time create detail records for this master (on the same page), when I submit that the foreign key of the details field is not filled in. So only one master record gets inserted into the table and record line is not inserted.

When I have everything first create a master without a detail and edit this master and then add details so everything's allright (since the primary key field is filled out at the time).

I just need to confirm that whether in the APEX form master detail, can save master and line record at the same time or is it as master must be registered the 1 and then line must be enterd and saved?

Please let me know, if this functionality can be achieved in the APEX.

Hello

There was an error in the process of pl/sql, you referenced f01 (F01. COUNT) in the loop condition and which should have been f03, also you have assigned the wrong field to what should have been P3_DEPARTMENT_ID

I fixed that. Also, I'm not 100% sure but I think in order to use the table in the column must be of type text or something (and not hidden), but I can't check now because of lack of time.

A few mistakes during the presentation, but they are still due to constraints on the other fields.

FOR I IN 1.APEX_APPLICATION. G_F03. COUNTY

LOOP

APEX_APPLICATION. G_F03 (I): =: P3_DEPARTMENT_ID;

END LOOP;

Concerning

Bottom

Tags: Database

Similar Questions

  • How to display two dept details at the same time in the form of master-detail

    Hi Experts

    In Forms 6I, using the Scott schema, table DEPT & EMP has created a simple form of master-details relationships.

    Currently when user Dept Block shows all lines dept and EMP block display data based on the selection of deptno.

    It's only a deptno both.

    If the user in the No. 10, block EMP Dept will display all the data related to 10

    If the user moves to 20 Deptno, block EMP will display all the data related to 20.

    And so on.

    But our requirement, what happens if we want to see the 10 and 20 at once (both several deptno)

    Thank you

    Thanks for your information.

    In fact, our requirement is only to display data, he own be no matter what update of data/insertion.

    So below and working for our requirement

    • Remove relationship
    • Additional box on master block.
    • Write code cursor on the box selection - which will fill/clear data block information based on the checkbox selection on block Master.

    Oracle Apps training: how to display two Department employee details at the same time in the master/detail relationship

  • Trying to record demo and training at the same time

    Ok... I remember when I got 8 Captivate you can record more than a software simulation both (multimode). I'm doing it, but I can't figure out how. I chose to add a software simulation and selected automatic as registration type. It seems I don't have the possibility to choose a type of simulation in the Mode menu: Demo, training, assessment, and Custom. What do I have to use Custom? When I select this option, I don't always anywhere to select more than one record mode. I want to record a demo and training at the same time. Thank you!

    This will not work because you are already in a single file, you can not expect suddenly to be converted into 3 files. It was exactly the same behavior for previous versions.

    To be able to capture in addition to a mode, you must start a new project with the file new software Simulation (or the old shortcut CTRL-R).

  • View photos and details at the same time.

    I have a large photo - license of foreign car collection-, but this query could also apply to anyone who has a collection of photos.

    I want to be able to choose to display each picture (organized by folders as usual) - with its relevant details (for example, where, when, who took the picture and a few lines of description, etc) AT the SAME TIME THAT the display of the photo itself.

    My system of 'My images' PC has the ability to hold these details - and discovers them - but not at the SAME TIME as the photo itself.

    I would also have my collection - with this installation - on a portable device (iPad, laptop, tablet or laptop?). My home PC is not portable.

    Someone with a collection of photos associated with a hobby - butterflies, train spotters, bird watchers, etc., etc. - should have already solved this requirement - and I would like to know how to do.

    Ian Drake

    Explorer is the 'file manager' which is an indispensable part of Windows since 1995. It's changed a bit over the years, with the W7 version even more oriented toward Visual representation than previous ones. Just press Windows key + E to open it.

    There are many ways to configure the display to get what you want. My screenshot is not far from that as you will see if you open the my pictures folder.

  • Create alerts for several systems at the same time - hyperic Can do?

    If I create an alert for a process or an agent to say 'availability' under open source license,
    for the EA version, can this alert that is set to 1 solaris system, be used to monitor all my Solaris systems or I have to create separate alerts for each system?

    I see I can do various tests of systems, but right now I'm just their configuration on 1 System. He had to be able to do this to a multiple of systems...

    Yes, you can do it with HQ-EE.  You can apply an alert to all the resources of the same type (i.e. Solaris platforms).  You can also apply an alert to every Member of a compatible group.

  • Is there a way to create multiple layers of tile map at the same time?

    Hello experts,

    I have a little problem. It is mainly a matter of saving time. I need to create layers of tile map 51, in mapviewer, and I'd like this given at a time. I can't go to the administration console-> management-> Manage map tile layers-> Create, and then I can create one at a time. But it would be great to create them all at once!

    I tried to use the interface in XML mode, and I can use the following code to create a tile layer:
    <?xml version="1.0" standalone="yes"?>
    <map_tile_server_admin_request>
      <create_map_tile_layer data_source="xxxx">
        <map_tile_layer 
            name="FOUNDATION" 
            http_header_expires="168" 
            image_format="PNG">
          <internal_map_source base_map="FOUNDATION"/>
          <tile_storage root_path="/scratch/tilecache" />
          <coordinate_system 
              srid="8265" 
              minX="-180" maxX="180" minY="-90" maxY="90"/>
          <tile_image width="250" height="250" />
          <zoom_levels levels="10" min_scale="5000" max_scale="10000000">
          </zoom_levels>
        </map_tile_layer>
      </create_map_tile_layer>
    </map_tile_server_admin_request>
    And it creates a layer. But when I try this:
    <?xml version="1.0" standalone="yes"?>
    <map_tile_server_admin_request>
      <create_map_tile_layer data_source="xxxx">
        <map_tile_layer 
            name="FOUNDATION" 
            http_header_expires="168" 
            image_format="PNG">
          <internal_map_source base_map="FOUNDATION"/>
          <tile_storage root_path="/scratch/tilecache" />
          <coordinate_system 
              srid="8265" 
              minX="-180" maxX="180" minY="-90" maxY="90"/>
          <tile_image width="250" height="250" />
          <zoom_levels levels="10" min_scale="5000" max_scale="10000000">
          </zoom_levels>
        </map_tile_layer>
      </create_map_tile_layer>
    
      <create_map_tile_layer data_source="xxxx">
        <map_tile_layer 
            name="FOUNDATION_WY" 
            http_header_expires="168" 
            image_format="PNG">
          <internal_map_source base_map="FOUNDATION_WY"/>
          <tile_storage root_path="/scratch/tilecache" />
          <coordinate_system 
              srid="8265" 
              minX="-180" maxX="180" minY="-90" maxY="90"/>
          <tile_image width="250" height="250" />
          <zoom_levels levels="10" min_scale="5000" max_scale="10000000">
          </zoom_levels>
        </map_tile_layer>
      </create_map_tile_layer>
    
    </map_tile_server_admin_request>
    .. He's got that creates the first layer of the map tile in my xml request.

    Is it possible to create several map tile layers at the same time?

    Thank you!

    John

    Hi, John

    If I'm not mistaken, all definitions of the map are accessible through the USER_SDO_CACHED_MAPS view in the database.

    Think you can try to insert all your data in DB manually, but first of all consult the documentation

    Michael.

  • Creating records from two Tables at the same time...

    I would be very grateful if someone could help with the following query.

    I have two Tables, Tbl1 and Tbl2. Tbl1 has the following columns: -.

    Tbl1_Unique_ID, Description

    Tbl1_Unique_ID is of type ' * number *' and ' * PK * ', Description is of type' * Varchar2 *'.

    Tbl2 has the following columns: -.

    Tbl2_Unique_ID, Description, Tbl1_Unique_ID

    Tbl2_Unique_ID is of type ' * number *' and is the ' * PK * ', Description is of type' * Varchar2 *' and Tbl1_Unique_ID is of type ' * number *', is a ' * foreign key *' and is the ' * primary key *' from Tbl1.

    While I can create a page to display and create folders in Tbl1, I'm not course coding required to view and create records Tbl1 and Tbl2 simultaneously, as well as regarding the two together at the same time.

    I know that it involves one ' * INSERT *' statement, but I have problems the correct SQL query.

    Can anyone provide any assistance will be appreciated.

    Have you tried to create a form master / detail page? Because it seems that is what you need...

  • Master / detail on the same page

    Hello
    I tried to get master form Assistant / retail to generate a master / detail on the same page without success.

    Basically, I wanted something similar to what Patrick Wolf was here:
    http://Apex.Oracle.com/pls/OTN/f?p=12820:3:2557510002062602

    Y at - it statement somewhere that show how to set up a master / detail on the same page?

    Thank you

    Hello

    OK - you must:

    1 - create a report page - Let's say the report will build on the DEPT table and the SQL for the report is:

    SELECT DEPTNO, DNAME FROM DEPT ORDER BY DNAME
    

    2. when the page has been created, create a new un nouvel element element hidden page called, say, P50_DEPTNO and add it to the region of report

    3. now create another part of report on the page - this time for the EMP table and filtered by P50_DEPTNO. The SQL code of the report would be:

    SELECT EMPNO, ENAME FROM EMP WHERE DEPTNO = :P50_DEPTNO ORDER BY ENAME
    

    4. you can make this conditional region on P50_DEPTNO is not not NULL so that the latter is hidden until a Department has been selected

    5. now, change the State of your Department and go to the tab report attributes change DEPTNO column and go to the section of the link column. Add in the following settings:

    Text link: (select one of the predefined options that are displayed as links in this box - eg DEPTNO)
    Page: (enter the current page number - for example, 50)
    Reset pagination: (check this)
    Point 1 (name): P50_DEPTNO
    Article 1 (value): #DEPTNO #.

    Then click on apply changes

    6 - Finally, add a branch on the page. This should simply point to the same page - leave all other settings at their default values.

    Now, launch the page and click on the link for any Department. You should get: http://htmldb.oracle.com/pls/otn/f?p=45958:50

    Andy

  • Form and report on the same page...

    Hello

    I want to have a form and report on the same page... as soon as the user enters the information and send the form via the button then the report should be able to display adding...

    can I know how to do this...

    Thanks in advance

    Hello

    Its simple...

    01. firstly create a page with a region to allow the user to insert records.
    02. it's over then add another region and choose 'Report' and region type and generate a report to show the details of the table above

    Thank you

  • 2 forms to modify the same table at the same time

    I have a block record multi and now we add more fields to the table. I thought I had
    users press a button for a specific record in the block and then he would open another form (or something like that)
    to set up a regular shape where they may enter these details).
    But then I think two forms at the same time, changing the same table is going to be a problem.
    right?
    Is there a way to do what I want? I want the user to choose and to be able to change some things of 'a grid.
    aka multi-record block and then be able to go to a non tabular entry in the details form. Is it possible to do?

    then he would open another form (or something like that)

    Could be another form, or just another block in a different window/canvas or even field in the same block using 'Reflect the elements' ('synchronize with' - property)

    But then I think two forms at the same time, changing the same table is going to be a problem.

    Not necessarily. If you use CALL_FORM or OPEN_FORM without having to open a new session it is no problem to do so. You just check that the modifications of the form "first" are recorded or posted at least before opening detailed form.

  • Download the image to the directory and database of the same form data

    Hi all

    I play to build a shopping cart (never done before) a tutorial of Gordon Knapp at www.webthang.com.

    I created the site and it works perfectly. Now, I want to extend it.

    There is a form that allows the user to add data to the database. I would also like to be able to transfer an image to a directory on the server and add the data to the database at the same time of the same shape. It would be good if the input field "< input name ="product_picture"type ="text"id ="product_picture"tabindex ="6"size ="50"/ >" could be filled automatically by the file name of the image being downloaded, but it's not a neccessity.

    I looked at different packages ASP Upload and I can upload a single image, but none of them clearly show how to download the image and add data to the database at the same time.

    It is a private project I need suggestions for free.

    The tutorial shows how to create Dev Ultra site but works perfectly well in DW. The page looks like this. It is named "admin_add.asp":

    "< %@LANGUAGE="VBSCRIPT "CODEPAGE ="65001"% >
    "" <!-#include = file '... / Connections/con_ecom.asp "-->
    < %
    Dim MM_editAction
    MM_editAction = CStr (Request.ServerVariables ("SCRIPT_NAME"))
    If (Request.QueryString <>"") then
    MM_editAction = MM_editAction & "?" & Server.HTMLEncode (Request.QueryString)
    End If

    'boolean to abandon a record edition.
    Dim MM_abortEdit
    MM_abortEdit = false
    % >
    < %
    "Implementation of the IIR.
    Function MM_IIf (condition, ifTrue or ifFalse)
    If condition = "" then
    IfFalse = MM_IIf
    On the other
    IfTrue = MM_IIf
    End If
    End Function
    % >
    < %
    If (CStr (Request ("MM_insert")) = "add_form") then
    If (not MM_abortEdit) then
    'execute the insert.
    Dim MM_editCmd

    Set MM_editCmd = Server.CreateObject ("ADODB.Command")
    MM_editCmd.ActiveConnection = MM_con_ecom_STRING
    MM_editCmd.CommandText = "INSERT INTO products (product_category product_name, product_price, product_briefdesc, product_fulldesc, product_picture) VALUES (?,?,?,?,?,?)".
    MM_editCmd.prepared = true
    MM_editCmd.parameters.Append MM_editCmd.CreateParameter ("param1", 202, 1, 50, Request.Form ("product_category")) ' adVarWChar
    MM_editCmd.parameters.Append MM_editCmd.CreateParameter ("param2", 202, 1, 50, Request.Form ("product_name")) ' adVarWChar
    MM_editCmd.parameters.Append MM_editCmd.CreateParameter ("param3", 5, 1, -1, MM_IIF (Request.Form ("product_price"), Request.Form ("product_price"), null)) ' adDouble
    MM_editCmd.parameters.Append MM_editCmd.CreateParameter ("param4", 203, 1, 536870910, Request.Form ("product_briefdesc")) ' adLongVarWChar
    MM_editCmd.parameters.Append MM_editCmd.CreateParameter ("param5", 203, 1, 536870910, Request.Form ("product_fulldesc")) ' adLongVarWChar
    MM_editCmd.parameters.Append MM_editCmd.CreateParameter ("param6", 202, 1, 50, Request.Form ("product_picture")) ' adVarWChar
    MM_editCmd.execute
    MM_editCmd.ActiveConnection.close

    ' add the query string to the redirect URL
    Dim MM_editRedirectUrl
    MM_editRedirectUrl = "admin_control.asp".
    If (Request.QueryString <>"") then
    If (InStr (1, MM_editRedirectUrl, "?", vbTextCompare in) = 0) then
    MM_editRedirectUrl = MM_editRedirectUrl & "?" & Request.QueryString
    On the other
    MM_editRedirectUrl = MM_editRedirectUrl & "" & Request.QueryString
    End If
    End If
    Response.Redirect (MM_editRedirectUrl)
    End If
    End If
    % >
    <! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional / / IN".
    " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" > ".
    "< html xmlns =" http://www.w3.org/1999/xhtml "> "
    < head >
    < meta http-equiv = "Content-Type" content = text/html"; charset = utf-8 "/ >"
    < title > Administration - add a < /title > product
    "" < link href = "... / scripts/admin.css" rel = "stylesheet" type = "text/css" / >
    "< script type =" text/javascript"src ="... / scripts/ecom.js "> < / script >"
    < / head >

    < body onLoad = "adminTitle ()" >
    < div id = 'wrapper' >

    < div id = "pageHeading" > ADMINISTRATION - add a PRODUCT < / div >

    < div id = "navBar" > < a href = "admin_control.asp" > < /a > control | " Add | < a href = "admin_view.asp" > view < /a > | < a href = "admin_update1.asp" > update < /a > | < a href = "admin_delete1.asp" > delete < /a > | "" < a href = "... / Default.asp" > shop < /a > < / div >

    < br / >

    < name of the form = "add_form" id = "add_form" method = "POST" action = "< % = MM_editAction % >" >
    < table border = "1" align = "center" id = "tblArea" >
    < b >
    < class td = "tdLabel" > < table > product category
    < td colspan = "2" > < input name = "product_category" type = "text" id = "product_category" tabindex = "1" size = "50" / > < table >
    < /tr >
    < b >
    < class td = "tdLabel" > Product Name < table >
    < td colspan = "2" > < input name = 'product_name' type = 'text' id = 'product_name' tabindex = "2" size = "50" / > < table >
    < /tr >
    < b >
    < class td = "tdLabel" > < table > product price
    < class td = "tdContent" colspan = "2" > < input type = "text" name = "product_price" id = "product_price" tabindex = "3" size = "50" / > < table >
    < /tr >
    < b >
    < class td = "tdLabel" > product short Description < table >
    < class td = "tdContent" colspan = "2" > < textarea name = "product_briefdesc" id = "product_briefdesc" cols = "47" lines = "4" tabindex = "4" > < / textarea > < table >
    < /tr >
    < b >
    < class td = "tdLabel" > full < table > Product Description
    < class td = "tdContent" colspan = "2" > < textarea name = "product_fulldesc" id = "product_fulldesc" cols = "47" rows = "5" tabindex = "5" > < / textarea > < table >
    < /tr >
    < b >
    < class td = "tdLabel" > < table > product Image file name
    < class td = "tdContent" colspan = "2" > < input name = "product_picture" type = "text" id = "product_picture" tabindex = "6" size = "50" / > < table >
    < /tr >
    < b >
    < class td = "tdLabel" > < table >
    < td align = "center" > < input type = "reset" name = "Reset" id = "Reset" value = "Reset form" / > < table >
    < td align = "center" > < input type = "submit" name = "Submit" id = "Submit" value = "Add to the shop" / > < table >
    < /tr >
    < /table >
    < input type = "hidden" name = "MM_insert" value = "add_form" / >
    < / make >

    < / div >
    < / body >
    < / html >

    Hope you can help.

    Best regards

    Martin

    Have sorted it.

    Found an excellent tutorial to Webthang.

    http://www.webthang.co.UK/Tuts/tuts_dmx/rob15/rob15.asp

  • I have problems keeping records and files of the administrator and the user separate in my laptop (HP Pavilion dv6700) under Windows Vista Home Premium.

    I have problems separating records and files of the administrator and the user. My computer is a laptop (HP Pavilion dv6700), used as a home computer only by myself, I like to keep the two distinct roles, but am unable to as Vista seems to be considered as one and the same. This scenario has arisen as follows:

    Initially, when I bought the laptop - approx. 18 months back - Windows Vista Home Premium was preinstalled, with the name 'Administrator' as an administrator. To customize the operating system and to use safely, I installed a user 'Renault', as a Standard account user.

    After awhile, I changed the name of the Director of "Renault", for reasons I have can not remember now. This caused Vista to combine folders and files of the two "users" in one, I found difficult to deal with, that I could not operate my laptop as just a Standard user, but is still considered the "administrator." On the one hand, this greatly increased spam in my email accounts. So I tried to reset the name of the administrator as 'Administrator' itself and keep my user name as "Renault", as originally the case.  But Vista me has failed to create a new user under the name "Administrator". So I created a new user under the name "System administrator", with administrative privileges. This has been accepted by Vista.

    But I forgot to change the user account for 'Renault', on the Standard account, so there was BOTH administrator accounts at the same time on my laptop! I realized that now only. The net result was that all the files that I created under the system administrator user were still being displayed under the user account of Renault. A few days back, I realized this and tried to separate the files correctly, but it has not been possible. No matter what I copied the account of the user in the files under the system administrator account, the files have been copied on account of the user himself.

    I tried to fix this by changing the name of the user account in something very different, AND as a Standard user. but this also does not work, as all folders and files under the administrator account system shows it as being under the user account of "Renault" only!

    Then, I deleted the user 'Renault' from the list of the user, but he was not yet of any help. Whenever I tried to create a new file under the system administrator, Vista responds with the message, "C:\user\Rajaram folder is not present. Will I create a new? ", which defeat the same purpose of my tent to isolate the administrator account and the user account.

    SOMEONE HELP ME PLEASE WITH A SOLUTION, - OTHER THAN REFORMATTING MY C:\ DISK AND REINSTALL VISTA AGAIN - TO GET OUT OF THIS MESS, IT SEEMS TO ME YOU HAVE CREATED AND HELP ME TO HAVE AN ADMINISTRATOR ACCOUNT AND OTHER UNIQUE STANDARD USER ACCOUNTS PROPERLY ISOLATED.

    I would be always grateful for a quick and helpful response.
    Thanks in advance.

    -RAJARAM77
     
    Thanks for your reply. It was very helpful / sorry your proposed solution has not solved my problem. Kind regards. -Rajaram77

    Better to delete the user account except the one that was built in the administrator account that you renamed. Before this backup all your data files of these user accounts.
    Then rename the buil into account administrator as 'administrator '. Then you create another administrator account and use it and never the user built in Administrator account and leave it alone.

  • Insertion of records in two different tables at the same time?

    Hello everyone, I have question about inserting records in two different tables at the same time, I'm looking for is by the way a unique id, which is created in the first statement insert to the second insert statement. Example of this problem:

    < cfquery name = "addRecords1" datasource = 'test' >

    Insert Into Table1 (name, Date, age)

    Values (< cfqueryparam cfsqltype = "cf_sql_char" value = "#arguments.) "Name # ' >.

    < cfqueryparam cfsqltype = 'cf_sql_date' value = '#arguments. "Date # ' >.

    < cfqueryparam cfsqltype = "cf_sql_int" value = "#arguments. Age #"(>); "

    Select SCOPE_IDENTITY() as RecID;

    < / cfquery >

    < cfquery name = "addRecords2" datasource = 'test' >

    Insert into Table2(Company,City,Date,ID)

    Values (< cfqueryparam cfsqltype = "cf_sql_char" value = "#arguments.Company #" >,)

    < cfqueryparam cfsqltype = "cf_sql_char" value = "" #City # ">,"

    < cfqueryparam cfsqltype = 'cf_sql_date' value = "" #Date # ">,"

    ( < cfqueryparam cfsqltype = "cf_sql_int" value = "How to pass RecID to insert in this table?" >).

    < / cfquery >

    In this example, I'm inserting records in table 1 and creation of IDENTITY SCOPE as RecId. I would like to pass this id and insert it in my table 2. This Id, I'll use in my second table as an identifier. If anyone knows anything about this please let me know. Thank you.

    );
    

    QueryName - DOT - ColumnName, so it should be:

    );
    

    HTH,

    ^_^

  • Can I update several forms with the drop-even at the same time

    I have 20 + forms that have a menu drop-down together.  Each shape has between 1 and 15 cases of this drop-down list.  The values in the drop-down list are updated on a frequent basis.

    Currently I have an identical JavaScript Document named "UpdateDropdowns" in each shape.

    function update_dropdowns()

    {

    aList var = [' ', 'A', 'B', 'C' "];

    Add any other choice dropdown in the var aList in the specified format
    getField("TradeNameDropdown1").setItems (aList);

    getField("TradeNameDropdown2").setItems (aList);

    Add any other drop down menus added to the form in the specified format

        // Open Log Console (Ctrl-J), enter update_dropdowns()  (Ctrl-Enter)

    }

    There are more than 30 choices in my current iteration of unelistede var, but for brevity, I have listed only the 3 examples to illustrate my JavaScript.

    Currently when I update the drop-down list, I followed these steps

    1. Open form
    2. Open the Document UpdateDropdowns JavaScript
    3. Add the additional values
    4. Select and copy the var aList update
    5. Close the JavaScript Document
    6. Update the form in the Console log
    7. Repeat for all forms (collage in the new aList var to ensure compliance)

    Is it possible to update all my forms at the same time without having to go through this process of form with form?

    Well done, you must create a new Action (under Tools - Wizard of the Action), add to that a command run JavaScript with your code (no need to function definition, just the code itself), and then add a Save command, and then run it on your files and finished...

  • Migration of the apex of one schema to another in the same database

    Hello

    I'm new to Apex and installed Apex 4.2 on a database and creates a dashboard based on some tables.
    Now I have to create a diagram in the same database and have to replicate all tables and should have the same dashboard.

    Now my question is-

    1 can I install Apex on the other schema and then having to export and import dashboards and reports to the installed Apex?
    2 is it possible that the installed Apex even can be used also for the other schema and can have two separate (Dev and Prod) environment?

    Help, please... Please provide any document or link for the same.

    Thanks in advance.

    Kind regards
    Sébastien Pallav

    A database can have a single schema of apex (APEX_040200).
    It is not a good idea for DEV and PROD in the same PB (so using the same data to the APEX). He makes hard development (because he may - or is - break PROD at one point).

    But - if you must - you can create two schemas: like A and B.
    Export your APP1 then import it under a different id (in the same workspace - but you can also set up two work spaces).
    Using the apex management console, change the schema by using your new imported application is to B. In this way, your app will run "as user B".

Maybe you are looking for

  • Bluetooth music stuttering - IOS 9.3.1 Iphone 6

    This problem is with my Toyota 4 2016 runner via bluetooth only. Note that I can play with success of music via bluetooth with other devices, wireless speaker, etc. This occurs intermittently when you play pandora, spotify or other radio applications

  • Drop down address bar

    I don't know if the name 'bar' is right, so I describe first, which I'll talk. On the right side bar which is used to type in the URL is a yellow star to bookmark sites. On the right side of this star is an arrow pointing down. If you click on this b

  • Upgrade to 750 GTX ti - will not start

    I want TO 700-209 I just swapped the graphics card and added a ti 750 gtx The computer does not start and goes to auto repair. I also added a blu ray player.

  • How can I get the milliseconds of the unit of milliseconds courses GMT?

    How can I design the following? I need to get the milliseconds of the unit of milliseconds courses GMT. I read the article 'compensation of time zone with DST' to http://supportforums.blackberry.com/t5/Java-Development/Get-time-zone-offsets-with-DST/

  • Formatted Windows recovery disk, how can I get that back?

    I formatted my recovery disk windows that was created or pre installed in the system by mistake the last morning. is their any way to recover or anything else I can dousing hp ENVY m6-k015dx Recovery of the title: original Windows