APEX Timesheet application

Hello,
I installed APEX timesheet application from http://www.oracle.com/technetwork/developer-tools/apex/application-express/packaged-apps-090453.html#TIME
It got installed fine, but seems to have lot of bugs.
1. "Add Row" does not work on the timesheet page
2. "Delete" for a row gives weired results.
3. Can't create any admin user and there-after 2 parts of the application can't be seen.
Has anyone faced similar issues, and if YES, is there a fixed version of this application?
regards, Yora

Hi all,
In response to my previous post, I would like to update that I have been able to generate my required region.
Now the final query is as follows:
DECLARE
v_query varchar2(10000);
v_count number;
BEGIN
select count(*) into v_count from tb_opti_emp_ts where emp_id=:P7_EMPLOYEE and proj_ref=:P7_PROJ_REF and rel_id=:P7_RELEASE_ID;
IF ((:P7_RELEASE_ID is not null) and (v_count>0)) THEN
v_query := 'SELECT b.act_code activities,apex_item.text (1, a.ts_wd1, 10, 10) monday,apex_item.text (2, a.ts_wd2, 10, 10) tuesday,apex_item.text (3, a.ts_wd3, 10, 10) wednesday,apex_item.text (4, a.ts_wd4, 10, 10) thursday,apex_item.text (5, a.ts_wd5, 10, 10) friday,apex_item.text (6, a.ts_wd6, 10, 10) saturday,apex_item.text (7, a.ts_wd7, 10, 10) sunday,apex_item.text (8, a.ts_remarks, 70, 128) remarks from tb_opti_emp_ts a, tb_opmi_proj_act_map b WHERE a.proj_ref = b.proj_ref
AND a.rel_id = b.rel_id
AND a.emp_id = '''||:P7_EMPLOYEE||'''
AND b.rel_id = '''||:P7_RELEASE_ID||'''
AND a.proj_ref = '''||:P7_PROJ_REF||''';';
ELSIF (:P7_RELEASE_ID is null) then
v_query := 'SELECT 1 FROM dual WHERE 1=0';
else
v_query:='select (select act_desc from tb_opmi_act_code a where a.act_code=b.act_code) as activities,apex_item.text(1,null) Monday,apex_item.text(2,null) Tuesday,apex_item.text(3,null) Wednesday,apex_item.text(4,null) Thursday,apex_item.text(5,null) Friday,apex_item.text(6,null) Saturday,apex_item.text(7,null) Sunday,apex_item.text(8,null) Remarks from tb_opmi_proj_act_map b where proj_ref='''||:P7_PROJ_REF||''' and rel_id='''||:P7_RELEASE_ID||''';';
END IF;
return(v_query);
END;
Now I have created a button which have dynamic action as its on click action. Now in the dynamic action I have to write the code for inserting/updating the data in the timesheet table.
I need help with it please its urgent..........

Similar Messages

  • How to create a button icon list similar to Timesheet application

    Hi,
    Can someone tell me how to create an icon, with drop down list that looks and work similar to the button we can find in the Timesheet application in the URL below: http://apex.oracle.com/pls/otn/f?p=35222:LOGIN
    Thanks!

    Hi,
    Click your list region
    click the name of the list
    it will redirects to list property
    choose the name of the specific list item it will open for attribute setting
    choose image right side small button will pop up the existing images or
    upload your image [shared components] access #APP_IMAGES#image1.gif
    Thanks,
    Loga

  • SQL Injection threat with APEX developed applications

    We are using a tool, HP WebInspect, to scan some of our APEX developed applications for web application security testing and assessment. We are getting some critical and high vulnerabilities identified (see below) and would like to know if someone else has encoutered these and to determine a solution, whether it be a setting/settings within APEX or is it more related to the application and the way it was developed.
    Critical:
    Possible SQL Injection
    File Names: • https://xxx.edu:443/pls/apex/f?p=4550:1:36080644498857::NO:4::&success_msg=If+7
    77-777-1911form%40value777.com+exists+in+our+records'+OR%2cwe+will+send+the+workspace+name
    s+associated+with+this+email+address.+If+you+are+having+problems+receiving+the+workspace+name
    s%2cplease+contact+your+administrator.%2fC34A0EF5494AB92C95AA4D0F7BF52332%2f
    • https://busaff-test.utdallas.edu:443/pls/apex/f?p=4550:1:36080644498857::NO:4::&success_msg=If+7
    77-777-1911form%40value777.com+exists+in+our+records%2cwe%2bwill%2bsend%2bthe%2bworkspace
    %2bnames%2bassociated%2bwith%2bthis%2bemail%2baddress.%2bIf%2byou%2bare%2bhaving%2bprob
    lems%2breceiving%2bthe%2bworkspace%2bnames'%2bOR%2cplease+contact+your+administrator.%2fC3
    4A0EF5494AB92C95AA4D0F7BF52332%2f
    High:
    Possible Username or Password Disclosure
    File Names: • https://xxx.edu:443/pls/apex/f?p=104:101:1328157658320206:&notification_msg=Invali
    d%20Login%20Credentials/156F2A38AC41E25732821ABED8AA98B6/
    • https://xxx.edu:443/pls/apex/f?p=104:101:2360963243212364&notification_msg=Invali
    d%20Login%20Credentials/156F2A38AC41E25732821ABED8AA98B6/

    You can help us by telling us your first name, putting it into your profile, and by selecting a friendlier handle.
    The details you showed indicate no SQL injection possibilites whatsoever. The "Critical" examples also are unrelated to Application Express applications that you may have developed (application 4550 is the login application for the product itself and should rarely be used by end users in production environments).
    Scott

  • Oracle DB 10g express edition & APEX for application development for free?

    Can we use Oracle DB 10g express edition & APEX for application development for free? Are there any license fees?
    Thanks

    Hi,
    both Oracle DB 10g express edition & APEX for application development is free.
    Regards,
    Kartik Patel
    http://patelkartik.blogspot.com/
    http://apex.oracle.com/pls/apex/f?p=9904351712:1

  • Apex Custom Application Behaviour

    I've got a Apex custom application that utilizes AJAX. In essence its a custom drop down list within a search bar.
    If i login to my workspace and run application the drop down list works. If i try to just login to the application(no workspace login) drop down list doesnt work. I receive no error messages.

    In Firefox, the javascript console shows these errors when you're not logged in to the development environment and you run your page:
    Error: missing ; before statement
    Source File: http://apex.oracle.com/pls/otn/wwv_flow_file_mgr.get_file?p_security_group_id=1396442715580038168&p_fname=ac.js
    Line: 1, Column: 7
    Source Code:
    Access Denied
    Error: InstallAC is not defined
    Source File: http://apex.oracle.com/pls/otn/f?p=17165:10:1221306345298369::NO
    Line: 18
    I have no more clues.
    Scott

  • Configuring Dad for APEX in Application server 10.2

    HI All,
    On my application server 10.1.2.0.2. I am trying to create dad for apex which the database (apex 3.0 is installed) is on other server. I created dad in http_server-> Pl/Sql Properties->dads. I added new dad but i am not able to access
    using url http://myserver:7777/pls/test. Please help me. I posted same question in Fusion Middleware » Application Server - General but I was told repost here.
    Re: HTTP 404 - File not found
    Thanks

    Hi Ron,
    Thanks you. I tried without prot number then I got HTTP 404 error. I checked my httpd.conf file the ports are
    Port 7777
    Listen 7777
    when it tried http:/myserver:7777 it shows http server page and we have forms on this server every thing is working fine.
    error log under Apache/Apache/logs/errror.xxxx
    [Thu Jun  7 12:35:00 2007] [error] [client xxx.xxx.xxx.xxx] [ecid: 23412312144900:1
    34.233.379.11:6218:0:634513,0] File does not exist: /app/oracle/oraInfra/Apache/Ap
    ache/htdocs/pls/test
    I have the following error in sql error
    ORA-06550: line 20, column 7: PLS-00306: wrong number or types of arguments in call to 'PROCESS_DOWNLOAD' ORA-06550: line 20, column 2: PL/SQL: Statement ignored
    Please help me. Any one able to access the APEX from Application server ???
    Message was edited by:
    james.

  • Data schema for timesheet application

    I have to design a timesheet application.
    Th epurpose is to store a worker, a project, an accounting code, a date and
    a duration.
    How would arrange the tables and their relations to do that?
    Message was edited by: Jochem van Dieten

    My interpretation was that the OP wanted to build an application like that, not that he had.
    Dave Watts, CTO, Fig Leaf Software
    http://www.figleaf.com/
    http://training.figleaf.com/

  • Apex Essential application is not working in Apex 4.0

    Hi,
    We recently upgrated from apex 3.2 to apex 4.0. After the upgrade the apex essentials (developed by Patrick Wolf and team) is not working.
    The application can be opened, but the pages look very odd as the icons are not displayed properly. The advisor and power search options can be run, however get the following error.
    " ORA-20555: Unknown dictionary view APEX_APPLICATION_PAGE_DA
    Return to application."
    Can it be only used in 3.x?. In order to run apex 4.0 what we need to do? We already deinstalled and reinstalled the application, but got the same error.
    Advance Thanks,
    Natarajan

    I haven't used 4.0 extensively, but get the impression that all that functionality is now built into 4.0, thus not requiring an external application any longer.

  • Apex mixes applications working with two windows at the same time

    Hi all, while developing in Apex I have found the following problem:
    Working with two different applications at the same time, the browser goes from one to another indistinctly.
    To reproduce the problem:
    1. Open the same application builder in two different Firefox windows
    2. Open a different application in each window (In my case: application 103 in window1 and application 105 in window2)
    3. Go to shared components in both windows (window1 first)
    - window1 breadcrumbs show: Home > Application Builder > Application 103 > Shared Components
    - window2 breadcrumbs show: Home > Application Builder > Application 105 > Shared Components
    4. Click in any shared component in window1 (Templates, Authentication Schemes...)
    - window1 breadcrumbs show: Home > Application Builder > Application *105* > Shared Components > Templates (Application 105 instead of 103)
    Is it a bug? I have read the known issues [[Here]|http://www.oracle.com/technetwork/developer-tools/apex/downloads/apex402knownissues-189793.html] but it does not appear.
    Related Data:
    Application Express version 4.0.2.00.07
    Firefox 3.6.15
    SO: Windows XP
    The error is not reproduced with IE7. I have not tested any other browser.
    Regards,
    Molina

    If you tried opening up two pages in the same application each of which modifies the same page items, you would notice the same issue.
    This is because, in a session there is only one set of values for page items(or application items) and every parallel call to the same page would update the same bind variables.
    Now the development environment or Apex Builder is also an apex application , and when try and open up the pages as you mentioned, they both access the same Application Builder page and sets/resets any existing values for those variables(and maybe cookies too if they are being used) , hence the 'mixing up'.
    If that didn't convince you, check the URL of both the pages when you load them, they should show the same page number ( f?p=APP_ID:PAGE_NUMBER syntax). Imagine if the same approach was done with one of your application pages, say an edit form opened from a report with multiple records in multiple tabs like what happened with this case: {message:id=9346663}
    So this really isn't a bug in a way, because that is how session states in apex is/was maintained. Ofcourse if they used another kind of development platform for building pages, it may have been avoided, but thats an altogether different point in itself.

  • Change over from Apex to Application Express

    When I connect to Oracle 10G XE I use the following URL:
    http://127.0.0.1:8087/apex/f?p=4550:11:73807998927860::NO:::
    Now I have downlaoded Oracle Application Express. How do I use it with my existing data on 10G XE?
    Do I need to have 11g?
    Thanks
    Edited by: user506392 on Sep 15, 2009 2:42 PM

    Perhaps the following will help:
    Oracle has a family of Database products. These are released every few years. The last few releases are
    Oracle 7; Oracle8; Oracle8i Database; Oracle9i Database; Oracle Database 10g; Oracle Database 10g Release 2; Oracle Database 11g; Oracle Database 11g Release 2
    For Oracle Database 10g Release 2, the family consists of a number of Editions which represent groups of features. In the follow list of editions, each successive one to the right includes the features of the one to the left:
    Express Edition; Standard Edition One; Standard Edition; Enterprise Edition; Personal Edition
    SO you can see, Express Edition (known as XE) has the fewest features. Each feature, when released, has a version. Some of these features included with Express Edition are
    - SQL language version 10.2.0.1
    - Oracle Networking 10.2.0.1
    - SQL*Plus 10.2.0.1
    - Oracle XDB 10.2.0.2
    - Application Express 2.2 (known in the community as HTMLDB, ApEx or Apex)
    The Apex feature gives us several capabilities: a web application development tool; an Oracle database access tool; (with XDB) a web application run time engine a bit like a mini Apache server. All of these capabilities (and more) are available using a browser.
    Apex 2.2 was a customized version of Apex designed for Express Edition. It includes several applications that can be used to administer an Oracle database.
    Oracle designed Apex to be easily upgraded. Since "Oracle Database 10g Release 2 Express Edition" (Oracle 10g XE for short) Oracle has provided several new versions, any of which can run in XE. However, the special applications used to manage Oracle DB are not available.
    By looking on the page I previously mentioned, you can get an idea of the new capabilities available in the newest version of Apex - version 3.2. It's up to you to decide whether it's worth losing the DB Admin capabilities in order to get those new Apex developer capabilities.
    In any case, you shoudl have enough background now to at least look at, and start to understand, the Apex tutorial and some of the other info on the Apex page, as well as the XE documentation page at http://www.oracle.com/pls/xe102/homepage

  • Weired apex  export application issue

    Very weired problem.
    My app works fine in apex3.2.
    I exported it to apex 4.0 and there I face following issue without making any change to the apex 3.2 version of the app:
    I am assigning some value to an application item in the login process.
    When I sign into the workspace and loginto the app and try to display the application item on any page, it shows nothing. But there are some authorization based tabs, which display correctly as expected.
    But then when I log out of the app and log back again(while I am still in that workspace), I see the value of the application item. But some tabs disappear.
    Any clue?

    I tried to debug a lot but ...
    Let me narrow down my questions and start again:
    USING APEX 4.0
    I have custom authentication.
    In the login process, code stucture is like this:
    declare
    begin
    custom_login_prc_call();
    :some_app_item:='some value';
    wwv_flow_custom_auth_std.login();
    end;
    The problem is that I am not able to pass the value of application item "some_app_item" to another page. I tried to put some debug statements in the login process code. For example, tried to insert the value of this application item to a table and it worked. But when I tried to pass it some other page, I don't see the value of this item.
    Is there any situation an application item gets cleared? I think not. Thats why its a global variable.
    Any and all suggestions are welcome.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Can I use APEX Packaged applications for commercial purposes

    Hi,
    When you download and Install APEX, it comes with pre build packaged applications. Can I use it to make money?
    I understand that I will not be able to get any support for Oracle and all that.  But  using  Database XE with APEX, can I start shipping these applications and make money lawfully without violating Oracle's terms?
    Please advise.
    Darsh

    Hi Darsh,
    I can't say that this was a good answer, but I addressed a similar question in this forum posting:  https://forums.oracle.com/thread/2600958
    Joel

  • Adding APEX as Application Layer on my Current Application

    Hi All
    I'm starting to explore APEX as a development platform. I have an application using packages and tables for the business logic.
    Currently it was working within EBS using forms.
    I now want to move this to APEX basically changing the application layer from forms to APEX.
    The packages work for all the Creation, Updating and Deleting. There are also views.
    From what I have been playing around with I am looking at this approach and would like input as to if its viable.
    I need a report that behaves like a form. This will be based on a view to bring data.
    From this report form the user will be able to update the data and if he want to insert it should open a new line.
    All the validation I want the package to do as well as the inserting and updating.
    So is there a best way of doing this and also does anyone have any suggestions as to how.
    Would I create a blank page and build it from the ground up for each form or maybe start with either a form or report page and then customize it.
    Thanks
    Hilton
    APEX 4.2
    Oracle 11g2

    Hi Hilton,
    you can use tabular forms for this:
    http://docs.oracle.com/cd/E37097_01/doc/doc.42/e35125/bldapp_frm.htm#BCEECEFA
    If you want for all to be cleaner in APEX, you can create instead of trigger over your view that uses your package API for DML.
    Br,
    Marko Goricki
    http://apexbyg.blogspot.com/

  • Wrong Apex import application

    Hi people.
    After migrating to Application express 3.1, I discovered the Apex features in SQLdev.
    Finally, today I tried to import an application inside SQLdev that I'd exported yesterday from another instance.
    The app imported without error messages, but when I run the application, strange characters (ñ / á) are replacing special spanish characters as á and ñ letters.
    I'm used to change the settings of character set values of NLS_LANG and other environment variables in installation of products and prior to run IMP and other utilities, due I run translated versions of Oracle Application Express and Oracle Database XE, but in this case, the procedures to run the Apex import inside SQLdeveloper don't include any place to change any international settings.
    After this failed try, I imported the same export app file using the Application express import utility, without errors, and displaying the "special" characters in the right way. (Then, the export file is correct)
    SQL dev didn't foresee this or I'm loosing some in the way?
    Thanks a lot.

    This has been addressed and should be in the next release.
    Sue

  • Apex based applications

    Dear all
    We have developed several applications using apex 4.0 with oracle 10g XE, all of these have been deployed on productin envirornment and working fine.
    Now i have read some thing on this forum that drawback of oracle 10gXE is that it can support only upto 4GB of data size. does this mean that i will not be able to use this application once data reaches 4GB of size.
    If this is true that what are the options left out for me.
    Thanks in advance
    Regards
    Uday

    Hi,
    Yes, XE can use max 1GB memory and only 1CPU.
    More users, more resources are needed for that.
    So even you have lot of CPU:s and memory available, XE can not take advantage of those.
    You can not run app with thousands users.
    Full version of database should not have memory limit.
    But depend of license CPU:s might be limited.
    I'm not expert with Oracle licenses as others take care that for me.
    As I understand there is many variations/prices available.
    I do not have good links where to start, but check Oracle store
    https://shop.oracle.com/pls/ostore/f?p=ostore:home:0
    Regards,
    Jari
    Edited by: jarola on Feb 4, 2011 11:45 AM
    When upgrade XE
    http://www.oracle.com/technetwork/database/express-edition/overview/database-xe-when-to-upgrade-128052.pdf
    http://www.oracle.com/technetwork/database/express-edition/overview/index.html

Maybe you are looking for

  • 2 accounts on the same computer

    hi guys. sorry for probably submitting a basic question but im struggling to work how to do something. ive just bought a new intel imac and want to set up my wife as a second user. i also want her to have access to the itunes library and iphoto. so t

  • Satellite L300 laptop won't load Windows

    I have a Satellite L300 model number PSLB0A-00L022 running windows Vista. The problem is that it won't load Windows. It starts ok and I can access the boot manager and the setup utility and that's it. It just stops loading. After researching the prob

  • Enhancements Naming Conventions - Recommended

    Hi All, Can somebody suggest me the Recommended Naming Covention for: 1. Project 2. Business Add-In Implementation <b>3. Composite Enhancement Implementation 4. Composite Enhancement Spot 5. Enhancement Implementation 6. Enhancement Spot</b> Thanks,

  • Lightroom presets help

    How do I get my presets that I purchased to go into Lightroom? I followed directions and about 20 times no result.

  • Store Photos on external LaCie hard drive vs. Mac Mini?

    I have a Mac Mini purchased in 2006 and a LaCie external hard drive. The combination was bought primarily for video editing. Now I am considering transferring a large number of jpeg photos from my PC. I have been told that it is better to put them on