apex page modification date

I would like to display the last date of a page has been changed as kind of a version number

APEX knows this date (as it appears on the index page of programmer) but is there a substitution string or other access?

ebenwalker wrote:

I would like to display the last date of a page has been changed as kind of a version number

APEX knows this date (as it appears on the index page of programmer) but is there a substitution string or other access?

The modified date is available in the APEX_APPLICATION_PAGES:

select
    last_updated_on
from
    apex_application_pages
where
    application_id = :app_id
and page_id = :app_page_id

Tags: Database

Similar Questions

  • I want out emails in folders of ordinary files, but when I drag-and-drop, the "modification date" gets changed. How I can still see the date?

    To archive my e-mail files until I decided to switch to Thunderbird, I create regular folders in windows and drag and drop emails to outlook express in the appropriate folders. The "update" column displays the original date of the email... which is what I want to do with Thunderbird. In my view, that he treats it as a new file created today... that is not good for my archiving system of these professional work files that I need to find often in approximate date.

    I understand the forum that it is by default in Thunderbird. There is an add-on that can do what I'm doing?

    Thank you in advance,
    Netwon

    I think the reason what OE is the original date because each message is stored in a single file, while TB stores all messages in a folder in a file, an mbox file. Thus, when you save a message as a single eml file, its 'modification date' corresponds to the eml file date was written in the mbox file.

    You can find the ImportExportTools add-on useful because it allows you to add the date of the e-mail eml file name when enamel is exported ("Save selected messages" of the message right-click menu).

  • OS 6.5.1 setting of false creation/modification dates

    Just updated to 6.5.1 this morning and suddenly, all files in all directories have been updated with incorrect or false creation and modification dates. Using this one/mult shared defining where we rsync files between local system and the ReadyNAS, we have huge problems that all the files are in conflict. It also seems the files are updated with a user/group of root/root when each file should be owned by our own users.

    Help?

    It seems that the culprit was the Amazon Cloud Drive sync. I think that the reason 6.5.1 exposed the question was it introduced the 'support for two-way synchronization with accounts Amazon Cloud Drive' email release notes I got from Netgear.

    So, if you use the synchronization of Amazon Cloud Drive, I suggest not upgrading to 6.5.1 until you have disabled it. All then maybe after you upgrade, don't turn it back on? I'm not sure. I don't need to use it, so I'll leave it off.

  • File modification date/time problem

    Hello

    I'm trying to use file of a file modification date/time to fix a system of synchronization between a blackberry and a PC. However, the date/time of the file is not updated as I expected.

    The following occurs:

    -Using a program, a file is modifidied to make more than 100 bytes.

    -> When checking for windows Explorer (using the mass storage mode to access the file) the change date is updated

    -Using the same program, the file is changed to be the shorter of 50 bytes.

    -> When checking for windows Explorer, the change date is NOT updated

    -Using the same program, the file is modified to be more than 20 bytes.

    -> When checking for windows Explorer, the change date is NOT updated

    -Using the same program, the file is modified to be more than 100 bytes. It is now longer that he has never been.

    -> When checking for windows Explorer, the change date is updated

    The code that updates the file is basically something like this:

    FileConnection connection = (FileConnection) Connector.open (fileName, Connector.READ_WRITE);        {if (!) {(Connection.Exists ())}
    Connection.Create ();
    }
    OutputStream out = connection.openOutputStream ();
    Output PrintStream is new PrintStream (out);.
    output.println ("a lot of text ');

    Various printlns... followed

    output. Close();
    out. Close();
    Connection.Close;

    I use a v4.5.0.55 8310 platform, 2.7.0.68.

    BlackBerry JDE 4.5.0.7

    Any ideas what's wrong?

    Kind regards

    Anders

    Yes, delete the file is kind of a workaround. Last updated date/time will be correct. Created date/time will be of course lost, however, since the time created is generally much less important that her last updated date/time is better.

    I ended up doing the following whenever I change a file of Java code:

    FileConnection connection = (FileConnection) Connector.open (fileName, Connector.READ_WRITE);

    {if (Connection.Exists ())}

    Connection.Delete ();
    }
    Connection.Create ();

    Thank you

    Anders

  • kernel by page fault data

    Hi guys

    so I had the same problem that hundreds within core by the page fault data I don't know why and how or when it lies outside No. where I ran chkdsk/f/x and I checked my ram with the ram diagnostic tool and every thing came clean but the problem remains so please any help will be highly appreciated and p.s. Please use language very very simple because I don't really know anything ANYTHING! on pcs and stuff like that, maybe just how to turn it on.

    Thank you very very well anyway, your help is very appreciated

    Dtsoftbus01.sys is part of daemon tools or Alcohol120.  You can simply delete based on what's installed.

    Sorry about the old link

  • Modification date instead of the date of Capture in grid mode

    I noticed that in Grid mode (expanded cell information) Lightroom see the change date instead of the date of Capture. How can I fix this?

    Sigh, metadata of image are such a mess, with different programs and operating systems using similar labels for different areas. I suspect what is happening with your images is that some of them didn't have not a metadata field "capture date".  If you download one of the suspicious images on Dropbox and post the link here, I can verify this.  (This is probably the most effective way to solve your problem, rather than a long exchange of posts.)  Also, note that the Date change is not as known as the Date of Capture.

    Gory details:

    The EXIF: DateTime of metadata fields (Exiftool called EXIF:ModifyDate) and XMP:ModifyDate are shown in LR in the metadata > Panel EXIF as "Date Time".  It is a metadata field defined as LR image manipulation programs whenever they change the image or its metadata.   This metadata field is not the same as the last modification date/time indicated by Mac Finder or Windows File Explorer - who is a field maintained for all files automatically by the operating system.

    The time, that the image was captured by a digital camera stores, EXIF:DateTimeOriginal and XMP:DateCreated. These fields are displayed in the form of 'Capture time' in the LR metadata > by default, and as a 'DateTime Original' Panel in the metadata > EXIF.

    When an image is missing EXIF:DateTimeOriginal / XMP:DateCreated, then for its 'Date of Capture' inside, LR 5.6 uses EXIF:DateTime / XMP:ModifyDate (if present), otherwise it uses the date of last modification of the file system.  (Versions prior to 5.6 had a different behavior, buggy).

  • Triggers on key substitution and modification date

    What is the best practice to create a trigger on the surrogate keys and modification date?

    You create each trigger individual on all the tables again a sequence on surrogate keys and a update trigger date change = sysdate?
    Is there a better way to do it for a large number of tables?

    Is it better to use before the update or after the update on the triggers in this case?

    Published by: Rinne on August 15, 2012 14:47

    Hello

    Rinne says:
    What is the best practice to create a trigger on the surrogate keys and modification date?

    You create each trigger individual on all the tables again a sequence on surrogate keys and a update trigger date change = sysdate?

    Depending on what you mean by "new sequence", Yes. Each trigger can only be triggered by actions on a single table.

    Is there a better way to do it for a large number of tables?

    You need a trigger for each table. If they are very similar, you could wirte a script to generate the triggers, but it's pretty easy to copy and change the names of table and sequence.

    Is it better to use before the update or after the update on the triggers in this case?

    BEFORE is better.
    You probably want the triggers to fire before INSERTION, too, not only the UPDATE.

  • Ability to change the size of the font of the APEX page

    Hello

    I need the ability to change the size of the font of the APEX page.
    I mean something like - size police-> + (increase font size) and -(reduce font size)

    Thank you
    Deepak

    Hello

    What is your version of the Apex?
    If you use 4 Apex or integrate jQuery in the previous version, see for example this
    http://www.shopdev.co.uk/blog/text-resizing-with-jQuery/

    Kind regards
    Jari

  • Flex 4.5 allows multiple components of the page retrieve data in parallel?

    There are frameworks that allow several components of the page to go in parallel with multi threading. Framework of the new Flex 4.5 allows that several components of the page retrieve data in parallel? Because I think that there is no other framework that allows that several components of the page retrieve data in parallel.

    Needs of light on it. Thank you.

    If you mean, it allows you to perform several Web service calls at the same time (asynchronous), then the answer is Yes.  If you need complete a component that is located on another page before the user this page is displayed, you can use this:

    
    

    creationPolicy = "all" create the component before the user saw, so that you can use these components programmatically.

  • Creating APEX pages via SQL scripts...

    Hi guys,.

    I want to create APEX via Script SQL pages. The main reason for having this option I have couple of applications that contains XML files for the definition of the screen where I can read all the properties of the screen (field types, sizes, legend, etc...)

    Is there a documentation or help tips where I can find the APEX page tables definitions? I found something as WWV tables but I couldn't understand it correctly...

    Any help?

    Thank you
    Osman...

    Check out ApexGen, the Apex Oracle generator. It allows you to use a PL/SQL API to generate a SQL script, similar to an Apex application export file.

    http://sourceforge.NET/projects/apexgen/

    With ApexGen, it does not matter if you have 5 or 500 tables in your database, you can easily generate report for each table, and form pages very quickly.

    M

  • APEX 4.2 - Dates of passage on the next page does not work. Bug?

    I'm working on upgrading applications 4.1.0.0.23 APEX to APEX 4.2.1 (Oracle 11 g).

    I have a page that is a select statement as follows:
    <-code
    Select TBL_ADMIN_COUNT. ADMIN_ID as ADMIN_ID,
    TBL_ADMIN_COUNT. ADMIN_EMPLOYEE as ADMIN_EMPLOYEE,
    TBL_ADMIN_COUNT. ADMIN_DATE as ADMIN_DATE,
    TBL_ADMIN_COUNT. ADMIN_GROUP as ADMIN_GROUP,
    : P1_SELECT_FROM as FROM_DATE: P2_SELECT_TO like TO_DATE
    of TBL_ADMIN_COUNT TBL_ADMIN_COUNT

    -end code >

    where the: P1_SELECT_FROM and: P1_SELECT_TO are the fields date (format MM/DD/YYYY) and the default value is: to_char (NEXT_DAY(sysdate,'MON')-7, ' MM/DD/YYYY')

    When the link that uses the FROM_DATE is generated, the URL ends up like this:
    ... f?p=75160:2:102604017305620::NO::P2_DATE_FROM,P2_DATE_TO:04%26#x2F;08/2013,.

    What is mess up the URL? This same code works fine on APEX 4.1

    It has been duplicated at apex.oracle.com:

    Workspace: CHECKDATES
    USER: GUESTUSER
    Password: datecheck

    Please notify.
    Thanks in advance for your help...

    You are dealing with the new security setting for your application. He escapes the URL for you...

    Under the app, change security attributes, browser security, set your HTML escaping mode Basic...

    Thank you

    Tony Miller
    Ruckersville, WILL

  • Layers of combine: logic, process and Apex pages gui?

    When explaining models for example relational data or logic model, it is often easier if the template could be included as well as the process, or to the Applications Page navigation?

    Is it possible to combine the photo layer designs?

    Basically, it would be neat to be able to calculate dependencies of object database for the application of the Apex and pages applications Apex to the layer image.

    Rgrds Paavo

    Hi Paavo,

    How to represent on the elements of unique scheme of mode of data flow diagrams and logical and relational data types is shown here http://www.thatjeffsmith.com/archive/2015/04/more-fun-with-data-modeler-diagrams-in-version-4-1/

    So that I could begin to show the first process then add navigation of gui beside him and turn more details to the display by clicking the layer 'SHOW '.

    You can create overview subview as entry point to the network of the subviews nested - you can navigate forward and back using "Figure" diagram nested and ' go to the diagram >... ". "feature

    Philippe

  • Way to know which table APEX stores the data of particular application?

    If, for example, I went to the shared-> components Templates-> change the Page template
    and I want to know what APEX table stores the data that is displayed on this page in the definition-> header section
    is it possible to do?

    In this particular case, I would like to ask all requests for one ' < link rel = "stylesheet" ' string

    Any guidance would be GREATLY appreciated

    You can find it in every application > utilities > APEX views > APEX_APPLICATION_TEMP_PAGE. You must connect this point of view the point of view of APEX_APPLICATION_PAGES in order to get this info.

    Denes Kubicek
    -------------------------------------------------------------------
    http://deneskubicek.blogspot.com/
    http://www.Apress.com/9781430235125
    http://Apex.Oracle.com/pls/Apex/f?p=31517:1
    http://www.Amazon.de/Oracle-Apex-XE-Praxis/DP/3826655494
    -------------------------------------------------------------------

  • How to have an e-mail link that accesses the APEX page without you connect again.

    Greetings,

    It is common in our applications APEX to send e-mail to a user with a link to a specific data line so that they can access the line and approve it. The user who receives the email is already connected to the application, but when they click on the link in their email, he is asked to open a session. How to do this?

    Thank you, Tony

    Published by: hidden on 5 July 2012 14:47

    What you need is a custom page Sentinel installation that will detect if there is a session already valid and which then uses.
    See {: identifier of the thread = 2283805} for a fantastic example of Patrick Wolf on the functions of sentry page. You will need to change to get a valid session, through apex_custom_auth.get_session_id.

    For some tips, check out these blog posts
    http://joelkallman.blogspot.be/2010/10/custom-authentication-scheme-for-Oracle.html
    http://Zetetic.net/blog/2010/12/10/updating-page-sentry-for-Apex-40-upgrade.html
    http://timnzblog.WordPress.com/2010/09/13/application-express-and-JanRain/

    (from the last blog :) code example

    FUNCTION PAGE_SENTRY
    RETURN BOOLEAN
    IS
        l_username VARCHAR2(512);
        l_session_id NUMBER;
    BEGIN
        IF USER != 'APEX_PUBLIC_USER' THEN
            RETURN false;
        END IF;
         l_session_id := wwv_flow_custom_auth_std.get_session_id_from_cookie;
         -- check application session cookie.
         IF wwv_flow_custom_auth_std.is_session_valid THEN
             apex_application.g_instance := l_session_id;
             l_username := wwv_flow_custom_auth_std.get_username;
             wwv_flow_custom_auth.define_user_session(
                 p_user => l_username, p_session_id => l_session_id);
             RETURN true;
         ELSE
             OWA_UTIL.REDIRECT_URL('f?p=RPXAUTH:LOGIN:'||
                 nv('APP_SESSION')||
                 '::::RETURN_APP_ID,RETURN_PAGE_ID:'||
                 v('APP_ID')||
                 ','||v('APP_PAGE_ID'));
         END IF;
         RETURN false;
    END page_sentry;
    

    Perhaps others have more recent links, but that's where you should look. I have not set myself up again, however, so I can't really be much more help on this.

  • Adding validation to Apex 4.1 data Excel loading screens

    Hello

    I use the standard data loading Apex 4.1 of the CSV file option, which works very well. However, I would like to add data validation custom before inserting data into the table. Which means, I can run some sql code and then a message appears saying that the line already exists. However the user is allowed to continue with the load, in the affirmative, he takes or cancels. I was wondering what would be the way to add this logic? I think one way would be to update the front insert trigger, however, that only would have the option to generate an error. So I was wondering if this can be done in the data loading screen.

    Thank you
    Sun


    • Start by filling the data in the apex_collections/temporary table

    • Add validation on the page that runs when a button is clicked (lets say process) OR make an ajax call to verify the data in the collection for the lines double

    • If there is a duplicate and then display a confirmation message using http://docs.oracle.com/cd/E23903_01/doc/doc.41/e21676/javascript_api.htm#CHDGHCBE

    • If Yes, select bypass validation, then fill in the data in the main/basic table

Maybe you are looking for

  • Remote server by SwitchbladePro

    I reinstalled my MacAfee security on my pc and now when I try to enter the SwitchbladePro repeat me that I am not connected to the remote server.  Can anyone tell my how to fix this please?

  • Hi, does anyone know why my windows xp went nuts when I tried to down load yahoo messanger

    I can't download more or use the apps I downloaded / internet Explorer works I can get help or use any rich thanks system tools

  • BSOD no reboot in spite of autoReboot is set up

    Hello We have a machine running Windows XP Pro SP3 installed and lately, we get a BSOD and the rest blue screen active despite we do not want. I have configured in "advanced options"-> "Startup and recovery"-> "automatically restart". And also checke

  • HP P1102W WIRELESS PRINTING HAS STOPPED WORKING

    Our P1102W lost the wi - fi connection and we cannot get it back.  Seems to be a printer WiFi issue. It is one of two HP printers (other is a 5510) using a wifi network at home (WPA2, w/password), accessible by a Dell laptop and an Apple MacBook AIr

  • In square brackets [] as the statement does not?

    HelloWe have an application which, in c# code automatically creates a query such as this;SELECT(KTOGR) LIKE [xval].(round (sum (12 *-0,001), 1)) AS [being]TABLEIt works fine in SQL Server but not in Oracle.The problem seems to be LIKE [xval], where i