Adding a substitution string without exporting the entire application

Hello

I was wondering if it was possible to add a substitution string to an application on a different environment without having to export the entire application.

I use export by component a lot, but now I have a small update a page and a substitution string (specified in the Application definition).

I have to get this update to another copy of our application, without the substitution of the entire application.

With a full export, I noticed that the wwv_flow_api.create_flow function is called that has a lot of parameters and substitution strings:

p_substitution_string_18 = > 'TEST ',.

p_substitution_value_18 = > ' < img src = "" & test.png "title ="test"/ >".

There is another function that can add them separately? Or I can insert them with a statement on a table?

Hope someone can shine some light on this case, so I know how to export more different components.

Thank you


Robert

PS: I use apex 4.2 with 11g, but I don't think that what really matters on this case.

The substitution variables are found in the wwv_flows table and run from 01-20, you have to identify you with the user/schema of APEX_040200...

Select substitution_string_01, substitution_value_01 from wwv_flows where id = 101;

Update wwv_flows set substitution_value_01 = 'new value' where id = 104;

Kind regards

Tags: Database

Similar Questions

  • How to close a pop-up window without closing the entire application?

    Greetings!

    I just want to ask for help with this case. Here, I have a screenshot of what I'm trying to accomplish:

    screenshot.jpg

    I used this code, but it turns out that it closes the whole application:

    import flash.system.fscommand;
    btn_exit.addEventListener (MouseEvent.CLICK, goExit);
    function goExit(evt:MouseEvent) {}
    fscommand ("QUIT");
    }

    should what code I use to accomplish my goal? Thanks in advance!

    Sincerely,

    Milo

    1. don't you implement event handing in CongratsMC?

    2. Yes, there is a conflict because congratulations to instance inside function is a quite different case: it is not seen outside the dropObject() method - therefore it can not be removed in the listener. So, you must do the following (read the comments in the case of top):

    function dropObject(e:MouseEvent):void {
         stage.removeEventListener(MouseEvent.MOUSE_UP, dropObject);
         stopDrag();
         var droppedOn:MovieClip;
         correctCounter.text = String(correct);
         if (currentlyDragged.dropTarget) {
              // loop through targets belonging to the currently dragged clip
              for each(var mc:MovieClip in currentlyDragged.dropTargets) {
                   if (currentlyDragged.hitTestObject(mc)) {
                        // get the target
                        droppedOn = mc;
                        currentlyDragged.removeEventListener(MouseEvent.MOUSE_DOWN, pickObject);
                        currentlyDragged.buttonMode = false;
                        currentlyDragged.x = droppedOn.x;
                        currentlyDragged.y = droppedOn.y;
                        correct++;
                        correctCounter.text = String(correct);
                        // stop loop - it is not necessary to continue
                        break;
                   }
              }
         }
         attempt++;
         attemptCounter.text = String(attempt);
         // return to the initial position if there is no hit
         if (!droppedOn) {
            currentlyDragged.x = startX;
            currentlyDragged.y = startY;
         }
         // DO NOT DECLARE THIS VARIABLE AGAIN - YOU ALREADY HAVE THE INSTANCE
         //var congrats:CongratsMC;
         if (correct == objects.length) {
              // DO NOT INSTANTIATE IT
              //congrats = new CongratsMC();
              // place i in the middle of the screen
              congrats.x = (stage.stageWidth - congrats.width) * .5;
              congrats.y = (stage.stageHeight - congrats.height) * .5;
              addChild(congrats);
         }
    }
    
  • How can I keep an iPhoto library, update on two Macs without copying the entire library every time?

    Sorry if this has been asked several times before, I looked but could not find an answer to my specific questions...

    Currently, I keep my iPhoto on two different Macs library by periodically copy the package to the main computer entire iPhoto library to an external hard drive, then loading into iPhoto on the second machine.

    The problem is that it takes a lot of time and I find myself doing less, which means that I am often without recent photos I want to join the second Mac. Is there a way to copy only the new pictures/videos added since the last copy was made on the hard drive, which I can then add to the library on the second machine without replacing the entire library?

    I was wondering if it was possible to use the software of incremental backup to backup on the external drive that I could then use to update the second mac. In this case would be that I have to replace the entire library on the second mac every time, but at least it would be a faster process that also copy entire library since the first mac in the first place.

    Or I can just select the most recent photos and videos in iPhoto and batch export via the external hard drive to the second mac? I think I read that this is not copy all information such as good changes? Or am I wrong?

    If none of this is possible in the way that I'm demanding, could someone suggest an alternative photo storage software for Mac that I can have more control on?

    Yes, you can use an incremental backup or clone (like Carbon Copy clone or SuperDuper) program for updating the second library - this will not libraries merge in order to not do that is you make changes to the second library on this machine - it only makes library 2 exactly as 1 library each time that you run

    LN

  • How to export a subdirectory of my address book without exporting the full address book?

    I use subdirectories (contact groups) in my address book for different groups of contacts. I need to move a group to a different mail client, but when you use the export function, it doesn't seem to be a way to select a single group. The export function exports the entire address group without taking into account my groups of void. Is there a way to get around this?

    Yes, by selecting the addresses before clicking on tools seems to do the trick

  • I have an ipod touch 128 GB... but I'm almost to reach its maximum.  I want to do is buy a new ipod touch 128 GB and add new music without synchronizing the entire library to it... I have 2 ipods in conjunction with other copies

    I have an ipod touch 128 GB... but I'm almost to reach its maximum.

    I want to do is buy a new ipod touch 128 GB and add new music without synchronizing the entire library to it... I have 2 ipods in conjunction with the other copies of the other.

    is this possible?

    What should I do?

    Matt

    When you get the new iPod, you can use iTunes on your computer to select and synchronize the music you want on it, in the same way that you synchronize your current iPod - your iTunes will recognize them as different devices and will remember your choice of synchronization for each, it will not (unless, for example, you restore the backup of your current on her iPod) put the same content on both.

    (I asked for your post be moved to the iPod Touch forum, where you have posted is the iPad forum use.)

  • Updated scoreboard celled without redrawing the entire table

    I have a program that uses a Table hint. Each line is a step program and in the same row, there is a countdown indicating the time remaining.

    Update the remaining length of cell is easy enough to help replace the subset of table (is there a better way?) but whenever I do it looks like LabView redraws the entire table on the screen, and this causes the annoying flashing-flashing of text in the table.

    I reduced the updates to 500mS and that "works", but there are still some flashes and 500mS reduces the precision of the synchronization.

    Is it possible to update a single cell on a table hint without redrading the entire table?

    Tables, always teetering.

    Try to drop a decoration above it, the value transparent border/fill. I remember that, with my field engineer, back in LV 8.5 and ending up in the incredibly annoying time discussing.

    I think that not fair to say he'd be only even partially covering it to remove the flicker of screen refresh.

    Edit - in fact, I * think * he has to cover even the label of the table to delete a part.

  • I need a file to an exact width and height and it must be in png format, because it allows to translucency. My graphics are only the top of the page and when I export only the graph is not exported the entire file. How can I get the entire file to ex

    I need a file to an exact width and height and it must be in png format, because it allows to translucency. My graphics are only the top of the page and when I export only the graph is not exported the entire file. How can I get the entire file of export including blank parts?

    in the export dialog box, you have chcked 'use of work plans? ''

  • How come back initially on an editing session without closing the entire program and start again?

    How come back initially on an editing session without closing the entire program and start again?

    Hello

    There are two answers to this. If you have not saved the image since the opening, you can restore the file Menu-Revert or F12 and that will bring back you at the beginning. A more elegant solution is the historical Panel.

    Photoshop has a history panel (Windows Menu-history) that keeps track of everything you do on an image and allows you to go back in the flow of work and in effect then go ahead if you change your mind. The original image is always registered as a snapshot and then subsequent action recording. So you can come back not only the original image, but any previous change after opening. You can even take your own snapshots which is a useful feature.

    Hope that helps

    Terri

  • Dimension of image without loading the entire image

    Hello

    I would like to know, how can I get a picture (JPEG / PNG) dimension without loading in the flash interface. Could someone suggest me the way to achieve flash AS3.

    Kind regards

    Kelifaoui has.

    This should help.

    http://www.anttikupila.com/Flash/getting-jpg-dimensions-with-AS3-without-loading-the-entir e-file.

  • I added the user name to log on to the computer in the active directory after adding, I can't connect to the internal application by using the user name and password...

    Hello

    I added the user name to log on to the computer in the active directory after adding, I can't connect to the internal application by using the user name and password...

    Please give the solution

    What happens when you try to connect?

    If you are able to connect using the different account, try running gpupdate/force.

    If the problem persists, you can open the discussion on:

    http://social.technet.Microsoft.com/forums/Windows/en-us/home

    What is responsible technical issues forum.

  • the entire application is pullable and bugged

    As in the title.

    I built the app and tested on android (smartphone and tablets) and that's ok.

    But on IOS it is buggy. Basically, if I drag / drag / pull with my fingers on the screen, the movements of the entire application, up and down as it is not fixed to the screen... I don't know. What is c? How can I fix it? I also tried fullscreen = true from my file config.xml but nothing changes. Help, please

    Add to your config.xml file. Who should consider this issue.

    Chris

  • Take into account the selected color for the entire application

    Hi all

    I use 11.1.7.

    and my new requirement is "if I select all color(ex: blue) it will reflect all of the application.". "once more I select Green reflect the entire application with the green. How can achieve. Please help me.

    Thanks and regards

    Hello

    What technology do you use? ADF Faces? You use the count? When the click on the button set a variable scope/bean. On the next page, set the af inlineStyle: document with scope/bean variable that you define in the login page.

    ex:

    inlineStyle = "background-color: #{pageFlowScope.bgcolor};'"

    Arun-

  • Hello. Recently, I buy the suite adobe for students. I also paid for two months. But in my profile it says I have a free plan for testing applications. And I can't get the entire application. How can I solve this?

    Hello. Recently, I buy the suite adobe for students. I also paid for two months. But in my profile it says I have a free plan for testing applications. And I can't get the entire application. How can I solve this?

    Your subscription to cloud shows correctly on your account page?

    https://www.adobe.com/account.html for subscriptions on your page from Adobe

    If you have more than one email, you will be sure that you use the right Adobe ID?

    .

    If Yes

    Sign out of your account of cloud... Restart your computer... Connect to your paid account of cloud

    -Connect using http://helpx.adobe.com/x-productkb/policy-pricing/account-password-sign-faq.html

    -http://helpx.adobe.com/creative-cloud/kb/sign-in-out-creative-cloud-desktop-app.html

    -http://helpx.adobe.com/x-productkb/policy-pricing/activation-network-issues.html

    -http://helpx.adobe.com/creative-suite/kb/trial--1-launch.html

    -ID help https://helpx.adobe.com/contact.html?step=ZNA_id-signing_stillNeedHelp

    -http://helpx.adobe.com/creative-cloud/kb/license-this-software.html

    .

    If no

    This is an open forum, Adobe support... you need Adobe personnel to help

    Adobe contact information - http://helpx.adobe.com/contact.html

    Chat/phone: Mon - Fri 05:00-19:00 (US Pacific Time)<=== note="" days="" and="">

    -Select your product and what you need help with

    -Click on the blue box "still need help? Contact us. "

  • You can directly download the CC applications and authenticate with my adobe cloud identification information without using the desktop application? whenever I have try with the desktop app it says impossible to arrive on the same adobe servers when I'm c

    Hello

    You can directly download the CC applications and authenticate with my adobe cloud identification information without using the desktop application? whenever I have try with the desktop app it says impossible to arrive on the same adobe servers when I'm connected to the Internet and I don't have any active anti-virus software?

    Thank you

    No application of cc, no clouds. It's the simple truth here. Programs cannot operate without him, since he controls the installation and licensing. the rest, we do not know, since you have not provided any useful technical information. Start by reading this (yet?):

    Solutions to connection errors, activation and connection with creative Cloud applications and Creative Suite

    What also good technical details are necessary.

    Mylenium

  • How can I test updates to a folio in a multi-folio without affecting the direct application?

    Earlier this year, we have created a multi-folio for a client application and it is available in the app store. We are working on the updating of a folio in the multi folio and have difficulties to test updates before they go live.

    We have transferred the files through Folio Builder under the same ID as the original folio was built. According to ng.html https://helpx.adobe.com/digital-publishing-suite/kb/errors-incomplete-publishing-or-updati (Solution 2), we have updated the folio in Folio Producer with the status of soldier to test the updates before going live. A private time has been selected, the folio direct since the app store was removed from our iPad and was no longer available for download. Once we went into producer Folio and changed from private to public, it instantly shows up on our iPad.

    Once the revised files are uploaded through Folio Builder, we can connect to Adobe Content Viewer to review updates but the content viewer is not always a perfect finished product representation (ex: videos).

    My question is: How can I test updates to a folio in a multi-folio without affecting the direct application?

    We have an application multi-folio as well and we test in the Adobe Content Viewer application. You can either sign with your publishing Adobe ID and it will appear or share the folio in InDesign with a different Adobe ID if you prefer.

Maybe you are looking for

  • What is the best things about the iPhone OS?

    I wonder if anyone thinks that the SE would be a good option for a child of 12 years instead of going with the more expensive models.  He seems to have everything a pre-teen would use.

  • Search the source code for directories

    I'm developing a tool which is a directory of search optimizer. I was wondering where the source code of search directories? I want my face to look like window optimizer directory ongoing research, but then im adding features down. Thank you!

  • Preparing to install...

    I tried to complete the installation of three recent updates, including IE8 & SP;  I get a message that says "preparing to install...." "& it looks like, it works but never seems to end.  I let it run all night & not good. I like printing, the proble

  • *.chk del does not delete files

    *.chk del does not delete files change the attrib - r any ideas?

  • Add location of network problem

    'Create a new folder' is grayed out after you have specified the location of the web site.  How can I make a new forder? Ideas: You have problems with programs Error messages Recent changes to your computer What you have already tried to solve the pr