Query regarding Oracle Apps Personalization

Hi all,
In Oracle Personalization, I want to concatenate Global Variable value with message using Show Message .
How it is possible ?
Anyone help me in this regards ?
Thanks in advance.....
regards
sanjay

Pl post details of OS, database and EBS versions.
Pl see these MOS Docs
How to Zoom or Create Master-Details relationship Using Forms Personalization?          (Doc ID 457643.1)
ORDER MANAGEMENT SUITE - USAGE OF CUSTOM LIBRARY CUSTOM.pll          (Doc ID 438922.1)
HTH
Srini

Similar Messages

  • Any pdf files regarding oracle apps hrms

    please tell the pdf fies and net links regarding oracle apps hrms

    http://www.oracle.com/applications/human_resources/intro.html

  • Regarding oracle apps hrms

    please help me with proper information regarding oracle apps hrms.
    I am very new to oracle

    http://www.oracle.com/applications/human_resources/intro.html

  • Regarding Oracle Apps Financial Training

    Dear All,
    Can anyone tell me which is the Best Oracle Apps Financial Training Institute in Mumbai or Pune.
    Apart from iWareLogic and Oracle University i.e Oracle Authorised Education Partner.
    Regards
    Hitesh Parsawala

    Duplicate post.
    Regarding Oracle R12 Financials Training
    Regarding Oracle R12 Financials Training.

  • Is there a way to use multiple query is Oracle apps or XMPL Desktop?

    I know that you can use the concatenate sql data source option in the Enterprise. But what about the Oracle apps or the XMLP Desktop?

    You can use Data Templates. Please check UserGuide for detais.

  • Query Regarding Oracle Database Client

    Hello,
    I'm new to ORACLE and Intented to become Oracle Developer and DBA. I've question regarding Oracle Database Client software.
    I know that there is Oracle Database server software but what is this Oracle Database Client. Is there any need to Install it on client machine as client mostly access the database use application software mainly develope in Java or C# etc. So, what is it need.
    and one more question regarding SQL *Plus. Is it client process or server process as I learnent that it is client process and if it is. Is it can be part of Oracle Database Client. and can we seperately install the Oracle Database Client on machine on which DB server is aslo Installed.
    Looking for reply.
    Regards,
    Danish Kamran

    Certainly you are not mentioning the Oracle version, it is very important. Whenever you post a question reference the oracle version. There is a disk known as the oracle Client (10gR1, 10gR2 and 11gR1), this disk contains all required software to setup a client environment. If you are working with clients such as Java or C# you must have either the jdcb client driver (Jjava) or the ODBC software to access the database, this is included in the Oracle client disk.
    Instant Client
    There are other options for the client, you can install the instant client, this option allows you to install only the drivers without the Oracle utilities, this is particular useful if you are deploying third party applications and you don't want to install the complete client disk.
    SQLPlus
    SQL*Plus is a client application that runs on the client side, when you open a session it requests an Oracle server process to be executed on the server side. Once the session has been successfully setup then you can issue SQL commands from the client side. You should be aware that even if you launch SQL*Plus from the server side you will be working with two processes, one for the client and the second one for the oracle server. This connection mode is also known as dedicated server, but you should be aware that there is another connection mode known as shared server, I won't explain it since it already goes off topic.
    ~ Madrid
    http://hrivera99.blogspot.com

  • Regarding oracle.apps.aia.core.eh.i18n.EHCorrectiveActionRB class

    Hi,
    The Integration developers guide mentioned that the Corrective action codes and details in the oracle.apps.aia.core.eh.i18n.EHCorrectiveActionRB class.
    Do we need to write this class or is there any configuration file exists,which is referred by this class?
    My use case is to create a key-value pairs for Corrective actions.
    Please let me know of you've done the similar excercise.
    Thanks,
    Bhanu

    1. Does this class oracle.apps.aia.core.eh.i18n.EHCorrectiveActionRB already exist within AIA so to add new error message etc... you just need to modify it?
    Yes this exists oob with FP. In 10g it will be under bpel/system/classes folder.
    2. If the above is true then where do i find this class to add new messages?
    In 10g it will be under bpel/system/classes folder. In 11g it will be under <MW_HOME>/soa/modules/oracle.soa.ext_11.1.1/classes folder.
    3. Must this Listresource bundle be implemented in all AIA composites? If so how do i do this?
    No, only one resource bundle exists and you can add your messages to the same class.
    3. Does anyone have any example which i can use to implement error handling?
    Please refer AIADemo available in OTN for download. All the composites have error handling.
    4. Any other general advice about using this resource list bundle
    In 11g the resource bundles class is replaced with a properties text file.

  • Query regarding Oracle SQL select statement

    Hi,
    How does Oracle ensures a consistent snapshot with the select statement
    without locking the table. My question is summarized with an example below:
    1. At time T1, Oracle select statement is fired and is fetching the result.
    2. At time T2, some DML operation is performed on the same table on which
    the select was executed and a commit was fired.
    3. At time T3, The Oracle select statement (Step 1) completes.
    My question is whether the records of transaction at time T2 will be visible at time T3 or not?
    If "not", then does it mean that Oracle retrieves the rows from the time of last commit.
    I would also like to know if for the above mechanism, Oracle would make use of the rollback segemt to access the rows at a particular instant of time.
    TIA
    Regards,
    Raj

    This is called Read Consistency in the oracle. Its all about SCN before starting the transaction.
    Lets say
    1. T1 executs SELECT statement on EMP table.
    2. T2 made an update on the EMP and commited.
    But, T1 only still sees only old image of the data not the new one. This is called read consistency.
    You will be having two images in the buffer, one is consistent and changed image.
    When the T1 give SELECT statement it notes the SCN of the transaction. Read oracle document about read consistency.
    SJH.

  • Query Regarding Oracle SQL Developer

    Hi Guru's,
    There is a confusion regarding Installing SQL Developer, whether i need to install Oracle Software on my machine so that i use SQL Developer from my machine or i use SQL Developer without installing Oracle Software as i check the documentation for installing SQL Developer it gives info for installing SQL Developer JDK need to be installed and the correct path need to be initialized. May be this is stupid question but i want to clear my doubt.
    Any suggestion for the same. Thanks in advance.

    Hi,
    Install Oracle client Software first then SQL Developer
    Thanks,
    Ajay More
    http://www.moreajays.com

  • Issue with SQL query of Oracle Apps Alert

    Hi,
    I have build the following SQL Query for one of the alert.
    But when i try to valid it it is throwing an error as
    "APP-ALR-04108: SQL Error - ORA-07144 in appropriate into occurred in '
    My SQL is as follows:
    ===============
    SELECT details into
    &v_details from (SELECT 2, RPAD(SUBSTR(lookup_code,1),25,' ') ||' - '||RPAD(SUBSTR(NVL(lu.description,' '),1),240,' ') Details
    INTO &V_seq,&V_resp
    from apps.FND_LOOKUP_VALUES_VL lu,apps.fnd_user fu
    where lookup_type ='XX_TEST'
    AND lookup_code = fu.user_name
    AND (fu.end_date IS NULL OR fu.end_date >= SYSDATE))
    Please help on this.
    Thanks,
    Naz

    Why there are 2 into clauses? You need to change your query to fetch all columns first and then use into to fetch into variables.
    Thanks
    Shree

  • Query regarding oracle functions

    Hi All,
    I ahve been trying to work with decode and NVL to get the following output:
    Value     Output
    NULL     1
    0     1
    1     1
    2     2
    3     3
    for this i have written the below query:
    SELECT DECODE(NVL(high_value,1),0,1,NVL(high_value,1)) from tab1;
    Can there be any alternate to this using other functions?
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi
    PL/SQL Release 10.2.0.4.0 - Production
    CORE     10.2.0.4.0     Production
    TNS for Solaris: Version 10.2.0.4.0 - Production
    NLSRTL Version 10.2.0.4.0 - Production
    Thanks
    Nikhil

    Use CASE
    with t_data as
    select null as val from dual union all
    select 0 from dual union all
    select 1 from dual union all
    select 2 from dual union all
    select 3 from dual
    SELECT
         val,
         CASE
              WHEN  (val IS NULL ) OR ( val    = 0 )
              THEN
                   1
              ELSE
                   val
         END AS output
    FROM
         t_data;
    VAL                    OUTPUT                
                           1                     
    0                      1                     
    1                      1                     
    2                      2                     
    3                      3                     

  • Help me Regarding Oracle Apps Plz

    Hi, I am Nagarjuna, did B.Tech Food Technology and having 2yrs Experience in Production willing to shift to Oracle ERP ...so pls help me choosing a correct module

    Hi,
    You can choose SCM modules like inventory,Order Management,Purchasing.
    These modules will have good scope.
    Regards,
    Simbu..

  • Query on Oracle form personalization

    Guys,
    I want to Open (Zoom) Approved Supplier Form from RFQ Form for a particular item of a buyer.
    To implement the same, I followed the below provided steps.
    A. I just opened the RFQ Form.
    1. Seq# 10
    Condition# WHEN-NEW-FORM-INSTANCE
    Processing Mode# Not in Enter-Query Mode
    Actions#
    Seq: 10
    Type: Menu
    Menu Entry: SPECIAL10
    Menu Label: Open Approved Supplier
    2. Seq# 20
    Condition# SPECIAL 10
    Processing Mode# Not in Enter-Query Mode
    Actions#
    Seq: 10
    Type: Property
    Object Type: Global Variable
    Target Object: XX_ITEM_NUM
    Property Name: VALUE
    Value : =:PO_LINES.ITEM_NUMBER
    Seq: 20
    Type: Message
    Message Type: Show
    Message Text: :GLOBAL.XX_ITEMNUM
    Seq: 30
    Type: BuiltIn
    Builtin Type: Launch a function
    Function Code: PO_POXSCASL
    Funcation Name: Define Approved Supplier List
    Saved my personalization and clicked on 'Open Approved Supplier' that takes me to "Approved Supplier" form.
    B. Approved Supplier form is opened
    1. Seq# 10
    Condition# WHEN-NEW-FORM-INSTANCE
    Processing Mode# Not in Enter-Query Mode
    Actions#
    Seq: 10
    Type: Builtin
    Builtin Type: GO_BLOCK
    Arguement: ASL_ITEMS
    Seq: 20
    Type: Builtin
    Builtin Type: DO_KEY
    Arguement: ENTER_QUERY
    2. Seq# 20
    Condition# WHEN-NEW-RECORD-INSTANCE
    Trigger Object# ASL_ITEMS
    Processing Mode# Both
    Actions#
    Seq: 10
    Type: Property
    Object Type: Item
    Target Object: ASL_ITEMS.ITEM_NUM
    Property Name: VALUE
    Value : =:GLOBAL.XX_ITEM_NUM
    Seq: 20
    Type: Builtin
    Builtin Type: DO_KEY
    Arguement: EXECUTE_QUERY
    Saved everything and log out/log in and navigate to RFQ form and clicked on "Open Approved Supplier". the moment controller takes me to the Approved Supplier Form, it throws me an error message "Duplicate Item/Commodity being defined (ITEM_COMMODITY = 900842)" Though If I open Approved Supplier form without any personalization and query for 900842 item, it does not throw me an error. I am wondered why its happening. Can you guys please advise me where I am wrong?
    Waiting for your replies.
    Thanks
    Sunil

    Pl post details of OS, database and EBS versions.
    Pl see these MOS Docs
    How to Zoom or Create Master-Details relationship Using Forms Personalization?          (Doc ID 457643.1)
    ORDER MANAGEMENT SUITE - USAGE OF CUSTOM LIBRARY CUSTOM.pll          (Doc ID 438922.1)
    HTH
    Srini

  • Query  regarding oracle 10g connection in Visual Studio 2005

    Hi ,
    I am having visual studio 2005 installed in my system . when i am adding oracle database connection it is displaying that "use this connection for oracle 7 ,8, 9i versions ..i want to connect oracle 10g database in visual studio 2005. plz tell me how to do that?

    looks like u'r try connecting to oracle using server explorer, just hit OK an then fill in your server name, userid and password.
    server name might be SID defined in your tnsnames.ora, or in the form of //<machine_name>/<service_name>

  • Query regarding Oracle certification for Admin path

    hi I have the below certifications under my belt :- 1. Oracle Certified PL/SQL Developer Associate 2. Oracle Certified PL/SQL Developer Professional I would like to give Oracle Database 11g administration Associate certification. For which I can see I need to give 1Z0-051 and 1Z0-052 exams. So my question is whther I need to give Z051 exam??Keeping in mind I have OCP level path cleared for PL/SQL developer track. Thanks in advance..

    How can i get confirmation on this officially?
    Go to the FAQ:
    https://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=82
    Search for 'SQL Fundamentals'.  One of the questions will be: "How long can I use a passed exam to earn a certification? Do exam results expire?"
    The answer is: "Exam results do not expire, but certifications retire, and this affects whether or not your older exam result will help you earn a certification.
    If a specific exam meets a requirement in a current certification path, it does not matter when you passed the exam. For example, if you took SQL exam #1Z0-001 in 1997, you can still use it to meet the SQL requirement for a current Oracle Database certification."
    If you don't trust that -- the forum moderator, Brandye, may come along in a day or so to confirm what I said.  However, there is no doubt.  The question comes up fairly often.  For that matter, I wrote a blog post about it over a year ago (although this would still not be 'official', of course):
    Oracle Certification Prep: Oracle's SQL Fundamentals Exams and Database Releases

Maybe you are looking for