Auto query based on set of books where web page is launched.

I have created a simple search page in the OA Framework. What I need to do is that when this page is launched, I need to do auto execute query of VO based on set_of_book of responsibility so that it displays only USD records if responsibility is in USD book. Can you give me an idea how I can achieve this requirement?

Set the required where clause and its value on the VO associated with the results table and invoke executeQuery api on the VO.

Similar Messages

  • How do you set up a simple web page to upload photos from iMac?

    How do you set up a web page on the iMac so you can upload photos and maybe even video from iPhoto to it?

    You really do not need to create your own web page or site to upload photos to the web.
    There are many sites that can host photos for free or very cheaply per year.
    You create your own user location on these sites.
    Do a search for either web hosting sites or photo hosting sites.
    Here are a few you can look at to get you started.
    There's Apple's own iCloud
    Facebook
    Image Shack
    Photobucket
    Picasa
    Flickr
    To name a few.
    Do a search and see which photo uploading site works best for you .

  • I create a database with character set ZHS16GBK,but manage web page failed

    1 copy F:\oraclexe\app\oracle\product\10.2.0\server\config\scripts\init.ora'
    to
    F:\oraclexe\app\oracle\product\10.2.0\server\config\scripts\test.ora'
    modify all path to E:\ORADATA\TEST and its sub-directories,
    then we mkdir E:\ORADATA\TEST\bdump etc,those we can copy from F:\oraclexe\app\oracle\admin\XE
    2 we should remove EXTENT MANAGEMENT LOCAL,or show error message(why)
    CREATE DATABASE XE
    第 1 行出现错误:
    ORA-25146: EXTENT MANAGEMENT ?????
    3 test.ora中的db_name cannot be modified,or show error message(why)
    ORA-02778: Name given for the log directory is invalid
    detailed steps(under Windows XP)
    1In cmd window run net start oracleservicexe
    C:\Documents and Settings\Administrator>net start oracleservicexe
    OracleServiceXE 服务正在启动 .........
    OracleServiceXE 服务已经启动成功。
    2
    C:\Documents and Settings\Administrator>sqlplus /nolog
    SQL*Plus: Release 10.2.0.1.0 - Production on 星期二 5月 30 22:07:45 2006
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    SQL> conn / as sysdba
    已连接。
    3
    SQL> set lines 140
    SQL> select * from nls_database_parameters;
    PARAMETER
    VALUE
    NLS_LANGUAGE
    AMERICAN
    NLS_TERRITORY
    AMERICA
    NLS_CURRENCY
    $
    NLS_ISO_CURRENCY
    AMERICA
    NLS_NUMERIC_CHARACTERS
    NLS_CHARACTERSET
    AL32UTF8
    NLS_CALENDAR
    GREGORIAN
    NLS_DATE_FORMAT
    DD-MON-RR
    NLS_DATE_LANGUAGE
    AMERICAN
    NLS_SORT
    BINARY
    NLS_TIME_FORMAT
    HH.MI.SSXFF AM
    NLS_TIMESTAMP_FORMAT
    DD-MON-RR HH.MI.SSXFF AM
    NLS_TIME_TZ_FORMAT
    HH.MI.SSXFF AM TZR
    NLS_TIMESTAMP_TZ_FORMAT
    DD-MON-RR HH.MI.SSXFF AM TZR
    NLS_DUAL_CURRENCY
    $
    NLS_COMP
    BINARY
    NLS_LENGTH_SEMANTICS
    BYTE
    NLS_NCHAR_CONV_EXCP
    FALSE
    NLS_NCHAR_CHARACTERSET
    AL16UTF16
    NLS_RDBMS_VERSION
    10.2.0.1.0
    已选择20行。
    SQL> select lengthb('择') from dual;
    LENGTHB('择')
    3
    已选择 1 行。
    AL32UTF8 occupy 3 bytes each Chinese Character
    4 关闭数据库,但不停止服务
    QL> shutdown immediate
    数据库已经关闭。
    已经卸载数据库。
    ORACLE 例程已经关闭。
    5
    SQL> startup nomount pfile='F:\oraclexe\app\oracle\product\10.2.0\server\config\scripts\test.ora'
    ORACLE 例程已经启动。
    Total System Global Area 285212672 bytes
    Fixed Size 1287016 bytes
    Variable Size 92277912 bytes
    Database Buffers 188743680 bytes
    Redo Buffers 2904064 bytes
    6
    SQL> CREATE DATABASE XE
    2 CONTROLFILE REUSE
    3 LOGFILE
    4 GROUP 1 'E:\ORADATA\TEST\REDO01.LOG' SIZE 10M,
    5 GROUP 2 'E:\ORADATA\TEST\REDO02.LOG' SIZE 10M,
    6 GROUP 3 'E:\ORADATA\TEST\REDO03.LOG' SIZE 10M
    7 DATAFILE 'E:\ORADATA\TEST\SYSTEM01.DBF' SIZE 400M
    8 AUTOEXTEND ON NEXT 50M MAXSIZE UNLIMITED
    9 SYSAUX DATAFILE 'E:\ORADATA\TEST\SYSAUX01.DBF' SIZE 250M
    10 AUTOEXTEND ON NEXT 50M MAXSIZE UNLIMITED
    11 DEFAULT TEMPORARY TABLESPACE temp
    12 TEMPFILE 'E:\ORADATA\TEST\TEMP01.DBF' SIZE 100M
    13 AUTOEXTEND ON NEXT 100M MAXSIZE 8000M
    14 UNDO TABLESPACE undo
    15 DATAFILE 'E:\ORADATA\TEST\undo01.DBF' SIZE 200M
    16 AUTOEXTEND ON NEXT 100M MAXSIZE UNLIMITED
    17 CHARACTER SET ZHS16GBK
    18 NATIONAL CHARACTER SET AL16UTF16
    19 USER SYS IDENTIFIED BY SYS
    20 USER SYSTEM IDENTIFIED BY SYS
    21 ;
    数据库已创建。
    7
    @F:\oraclexe\app\oracle\product\10.2.0\server\RDBMS\ADMIN\catalog.sql
    @F:\oraclexe\app\oracle\product\10.2.0\server\RDBMS\ADMIN\catproc.sql
    大约需要10几分钟
    8
    SQL> shutdown immediate
    数据库已经关闭。
    已经卸载数据库。
    ORACLE 例程已经关闭。
    9
    SQL> startup pfile='F:\oraclexe\app\oracle\product\10.2.0\server\config\scripts\test.ora'
    ORACLE 例程已经启动。
    Total System Global Area 285212672 bytes
    Fixed Size 1287016 bytes
    Variable Size 92277912 bytes
    Database Buffers 188743680 bytes
    Redo Buffers 2904064 bytes
    数据库装载完毕。
    数据库已经打开。
    10
    SQL> set lines 140
    SQL> select * from nls_database_parameters;
    PARAMETER VALUE
    NLS_LANGUAGE AMERICAN
    NLS_TERRITORY AMERICA
    NLS_CURRENCY $
    NLS_ISO_CURRENCY AMERICA
    NLS_NUMERIC_CHARACTERS .,
    NLS_CHARACTERSET ZHS16GBK
    NLS_CALENDAR GREGORIAN
    NLS_DATE_FORMAT DD-MON-RR
    NLS_DATE_LANGUAGE AMERICAN
    NLS_SORT BINARY
    NLS_TIME_FORMAT HH.MI.SSXFF AM
    NLS_TIMESTAMP_FORMAT DD-MON-RR HH.MI.SSXFF AM
    NLS_TIME_TZ_FORMAT HH.MI.SSXFF AM TZR
    NLS_TIMESTAMP_TZ_FORMAT DD-MON-RR HH.MI.SSXFF AM TZR
    NLS_DUAL_CURRENCY $
    NLS_COMP BINARY
    NLS_LENGTH_SEMANTICS BYTE
    NLS_NCHAR_CONV_EXCP FALSE
    NLS_NCHAR_CHARACTERSET AL16UTF16
    NLS_RDBMS_VERSION 10.2.0.1.0
    已选择20行。
    SQL> select lengthb('A') from dual;
    LENGTHB('A')
    1
    已选择 1 行。
    SQL> select lengthb('择') from dual;
    LENGTHB('择')
    2
    已选择 1 行。
    ZHS16GBK occupy 2 bytes each Chinese Character
    11 If we want to start old database
    SQL> shutdown immediate
    数据库已经关闭。
    已经卸载数据库。
    ORACLE 例程已经关闭。
    SQL> startup
    ORACLE 例程已经启动。
    Total System Global Area 285212672 bytes
    Fixed Size 1287016 bytes
    Variable Size 96472216 bytes
    Database Buffers 184549376 bytes
    Redo Buffers 2904064 bytes
    数据库装载完毕。
    数据库已经打开。
    If we want to startup new database when oracleservicexe starts
    SQL> create spfile from pfile='D:\oraclexe\app\oracle\product\10.2.0\server\config\scripts\test.ora';
    文件已创建。
    SQL> shutdown immediate;
    数据库已经关闭。
    已经卸载数据库。
    ORACLE 例程已经关闭。
    SQL> startup
    ORACLE 例程已经启动。
    Total System Global Area 285212672 bytes
    Fixed Size 1287016 bytes
    Variable Size 92277912 bytes
    Database Buffers 188743680 bytes
    Redo Buffers 2904064 bytes
    数据库装载完毕。
    数据库已经打开。
    SQL> select lengthb('择') from dual;
    LENGTHB('择')
    2
    已选择 1 行。
    It seems good
    but if we input
    http://127.0.0.1:8080/apex
    it shows
    HTTP Status 404 -
    type Status report
    message
    description The requested resource () is not available.
    Sun Java System Application Server Platform Edition 9.0

    Yes, Apex is almost entirely independent of the file system. There is no 'Apache' and the 'file system' is really the database exposed as a WebDAV environment.
    If I understand the question correctly, what you want to do is export from the original database and import to this one. That may be done using the 'exp' and 'imp' commands at command line.
    Details of advanced use of exp and imp are available in the Utilities manual found in the 10g Release 2 docco at http://www.oracle.com/pls/db102/portal.portal_db?selected=1 (under the 'Books' tab).

  • How can i set up multiple default web pages in one window

    I want multiple web pages in one window i.e for example google.com and yahoo.com should open in one window,showing their respective home pages in one window in a rectangular box(in my words).

    I presume this is to open multiple home pages, when FireFox launches. This will open one tab per URL, on one browser. To do so...
    Go to 'tools' > 'options' > type your URL as such: http://www.google.com|https://www.yahoo.com.
    There should be a vertical bar (shift backslash key), between each URL typed.
    Source: http://www.davidgumpper.com/applications/open-multiple-tabs-as-a-browser-default-home-pages

  • Mac Book Flash web page error message

    Error Message:
    'Could not open one or more scenes probably because of low
    memory'
    Any ideas? This is a soul cushing impasse in a time sensitive
    college project. Can anyone help?

    I am able to add images to my personal webspace without any issue. If you can give me some more information about the process you are using, maybe I can play with it a little and see if I can find a solution.
    What browser and version are you using?
    What format are the images you are trying to add? (.bmp, .gif, .jpg, .jpeg...?)
    How large are the files?
    Can you give me a step-by-step of the path you are taking to upload the files?
    Have you tried uploading the files from a different location? (For instance, if they are in your My Documents folder, try moving them to your Desktop and upload from there.)
    Using an FTP client is a valid workaround, but if there's something broken then Verizon or Trellix (or both) need to fix it.
    If a forum member gives an answer you like, give them the Kudos they deserve. If a member gives you the answer to your question, mark the answer as Accepted Solution so others can see the solution to the problem.
    "All knowledge is worth having."

  • Incorrect data for proportional factor in query based on Planning Book

    hi,
    We have upgraded from APO 3.1 to SCM 5.0.
    Post upgrade, the proportional factor is being displayed incorrectly in the BEX query based on the Planning Book data if we run the query for multiple months.
    for eg,
    if, in the planning book, the proportional factor for months 10.2009 and 11.2009 are as follows :
    Brand  >> Month >> Proportional Factor
    B1 >> 10.2009 >> 70%
    B2 >> 10.2009 >> 30%
    B1 >> 11.2009 >> 80%
    B2 >> 11.2009 >> 20%
    When we execute the query for the above brands for months 10.2009 and 11.2009,
    then, at the total level, the % displayed is 100% and the data at brand level is halved.
    We do not have any exits or formulae operating at the key figure level in the query and hence are unable to figure out why this is happenning...
    Any clue on this ?
    regards,
    Anirudha

    Resolved.

  • Select query based LOV for tabular form attributes

    Hi HTMLDB Team,
    Congrats u all for the new release of HTMLDB in htmldb.oracle.com.
    I badly need a solution of the below problem.
    Say , i have table called user_col_comments now i want to display the table_name ,column_name and comments in a tabular form.I displayed only one row for the tabular form.Now i create a select query based LOV for attribute table_name where i got all table_name in drop down list.
    Point is that after selecting any data from drop down table list i want to get the corresponding fields to be populated in column_name attributes.How can i wrote the select query based LOV for the attibute column_name.
    I wrote it as 'select column_name d,column_name r from user_col_comments where table_name=:TABLE_NAME Its not working?
    Similarly i want same thing to display for comments after matching both table_name and column_name.
    Any solution to get rid of those problem will be highly appreciable...
    If u need my htmldb.oracle.com userid and password to solve the problem i will sure let u email it.
    Cheers,
    Eman

    hi rchalton,
    can u plz little bit more clearer .I know hopefully u can imagine the problem and may u guide me thru proper way.....One think i understand that there must be multiple process and submit but "only when..." that u have said i cant understand that part........
    U are welcome to give me proper solution.....
    Thanks for the reply ....atleast one can pay hid to me.....
    Cheers,
    Eman

  • Calendar common address book - where is it stored in OID ?

    Just a query about the common address book, where in the OID is it located ?
    cn=CommonAddressBook,cn=Products,cn=oracleContext doesn't contain users address book.
    If I do a uniuser -user -ls -ext -n the result shows the users address book formatted as CAB, yet I can not
    find it stored in OID.
    $ uniuser -user -ls "UID=xxxxxx" -ext -n 1
    + ShowTuesday=TRUE/ShowThursday=TRUE/ABSTATUS=CAB/ALIAS=a1064915/AUTOREFRESH=1/
    [OCS 10.1.something]

    The ldapsearch tools are producing LDIF format (RFC 2849) which requires that non ascii values and values with some specific characters be Base64 encoded.
    XML is out of these formats that start with a special character with regards to LDIF ('<') and for which values must be base64 encoded.
    There are many decoders for base64 encoding.
    Alternately, you can use an LDAP API (C or Java) and the value will not be encoded.
    Regards,
    Ludovic.

  • Differet Load query based on parameter input

    Hi all,
    I'm developing my first application with HTML DB and I have a problem. I have a table with no primary key and a unique index on three columns and only one of these can be null. I'm building a form with my events that execute a query based on the data passed from another page.
    My problem is that I have two queries (one with the clause column_a is null and another one with column_a=value) but I'm not able to condition the execution on more than one item values; I'd like to know how to express into conditional processing section
    PXXvariable_1 is null and PXXvariable_2 is not null.
    I can use a workaround in the query using nvl but I'm wondering if is possible to expresso such constraints in constional processing section.
    Thanks to all,
    Giovanni

    Giovanni,
    See this section of the documentation on the HTML DB URL syntax:
    http://download-west.oracle.com/docs/cd/B14117_01/appdev.101/b10992/mvl_fund.htm#sthref447
    You want something like this:
    f?P=101:<page ID>:&APP_SESSION.::::PXXPARAM_1,PXXPARAM2:VAL,
    Here, PXXPARAM_1 will be set to VAL and will be set to NULL
    Sergio

  • Query AD user's "Web page" attribute?

    On the General tab of a user account, there is a field labeled "Web page."
    Can we export a list of all users with specific text in that field?
    If so, how can we add users to a security group based on matching text in their web page field?  For instance, if their web page field has contains "xyz" text, add the user to "xyz" security group.

    If so, how can we add users to a security group based on matching text in their web page field?  For instance, if their web page field has contains "xyz" text, add the user to "xyz" security group.
    Use this in PowerShell:
    import-module activedirectory
    Get-ADUser -Filter {wWWHomePage -like "*boo*"} | % {Add-ADGroupMember Boo $_.samaccountname}
    Mahdi Tehrani   |  
      |  
    www.mahditehrani.ir
    Please click on Propose As Answer or to mark this post as
    and helpful for other people.
    This posting is provided AS-IS with no warranties, and confers no rights.
    How to query members of 'Local Administrators' group in all computers?

  • I am using the latest Safari. When I open a saved web page, the page is replaced by a grid view of 12 sites I visited.  How can I restore the original setting ?

    I am using MacBook Air 13 for more than two years.  I appears some setting in Safari has been changed unwittingly. Now whenever I open a web-page I have previously saved, the "saved as" page disappears and is replaced by a screen showing in grid view the last 12 pages of sites I have visited.  How to restore the setting so that the web page when opened shows the page I have saved.

    From the Safari menu bar, select
              Safari ▹ Preferences... ▹ Extensions
    Turn all extensions OFF and test. If the problem is resolved, turn extensions back ON and then disable them one or a few at a time until you find the culprit.

  • Setting web pages resource in web.xml

    Hi all
    I want to set the location of my jsps in a different folder of my web app root.
    I mean i have a subfolder of web app root and i want to set this subfolder as web pages location.
    Any idea ? setting anything with the web.xml?

    you need not set a different path.. u can just type in folder name in the browser
    http://localhost ..../folder/index.jsp
    (immediately after the port number)

  • Query for Auto Calculation based on input of 2 Fields

    Hi,
    I would like to write a sql query to allow for auto calculation based on the Inputs of 2 other fields before Adding the Order.
    For example. A query on Sales Order where I have Item 040634 (Code for a Flower) and Quantity 200.
    I have a UDF (Bunching) where the value is 10, 15 or 20.
    Based on the Bunching the result should be given in another UDF (Noofsleeves).
    (Quantity) 200 / (Bunching) 10 = 10 (Noofsleeves)
    The Order will be having multiple items where the Bunching can differ for each item.
    Is it also possible to remove the calculated noofSleeves from Inventory.
    I am using 2007A SP01 PL05

    Hi ,
    You may try this: Apply this fms on other udf and auto refresh on the udf mentioned in the query (in your case Bunching).
    SELECT $[RDR1.Quantity.number] / $[RDR1.U_UDF.number]
    You may check these too.
    cALCULATION OF udf ON UNIT PRICE
    FMS
    Thanks,
    joseph
    Edited by: Joseph Antony on Jul 8, 2010 12:31 PM

  • How to multiple/ parellal sets of books to generate more than one financial statement based on different (or the same) accounting principles.

    How to multiple/ parallel sets of books to generate more than one financial statement based on different (or the same) accounting principles.
    My Client needs Parallel Ledger in SAP B1 similar like SAP ECC. Is this functionality available ?

    Dear Mr. Nagrajan,
    Thank you for your response. I have already gone through documents but not able to understand. Is there any setup for this ? or its just work around i.e. using template and special field in JV i.e. Ref. 1 /2
    My doubts :
    I understand that Chart of Account structure is one and common for IFRS and other accounting method. We need to create only those account separately ( 2 times with prefix like IFRS revenue account, GAAP Revenue account).
    Now at time of entry, Assume some entries / adjustment are specifically for IFRS and not for other ledger. In this case, What need to do ?
    You have mentioned about DTW approach but do we need to insert all JV's again with other ledger ?
    Someone suggested that if any entry which are specific to IFRS Ledger, We need to user Ref.1 /2 column or Transcation code column and in which we can put IFRS
    Based on this, Need to create 2 seperate template for IFRS and other ledger for all report.
    This is my understanding of Solution in SAP B1. Please help me to clarify my though process
    Please do needful.If you have done implemenation and if you can share doucment, it would be great help.
    Email :[email protected]

  • I am using R12 oracle application, where can I choose set of Book?

    Dear all,
    I am creating a new organization and I want to choose set of Book. However, I don't know where can I choose?
    Thanks & Regards,
    Amy

    If you want to see step by step screen shots explaining how to define Primary Ledger, Operating Unit, et al in R12, please visit this portal:
    http://www.oracle-apps-training-online.com/inventory-organization-structure.html
    I keep monitoring this site and find that they are adding really good stuff one page at a time!

Maybe you are looking for