CPM error: Graphic: Invalid XML data format

Hi guru's
When I execute a cockpit the system shows the error: "Graphic: Invalid XML data format"
We have BI 7.0 and SEM-BW 600 SAPKGS6014
What can I do.
Thanks
Jose

Hi guru's
I still with the problem, I found a  Note 768114 - Message 'Invalid XML format' if chart should be displayed. the note decribe my proble exactly. But the correction in the note are only until version 400 of SEM any our company is in 600.
With this clue, maybe you can help me.
Jose

Similar Messages

  • BD/ctor-ArgumentError: Error #2015:Invalid Bitmap Data

    When upload to the server the following error occurs: BD/ctor-ArgumentError: Error #2015:Invalid Bitmap Data or Muse freezes.

    Hello,
    On the weekend, I tried to upload my website again. I got an interesting error message.
    Error: Error #1000: The system is out of memory.
                at flash.data::SQLStatement/internalExecute()
                at flash.data::SQLStatement/execute()
                at Function/http://adobe.com/AS3/2006/builtin::apply()
                at com.adobe.muse.framework.database::RecordManager$/retryOnSQL3119Errors()
                at com.adobe.muse.framework.database::RecordManager$/getRecordFromTable()
                at com.adobe.muse.framework.database::RecordManager/getRecord()
                at com.adobe.muse.framework.objectModel::DataBase/getDBRecord()
                at com.adobe.muse.framework.objectModel::DataBase/instantiate()
                at com.adobe.muse.framework.objectModel::PersistContext/instantiate()
                at com.adobe.muse.framework.objectModel::PersistList/getItemAt()
                at mx.collections::ListCollectionView/getItemAt()
                at mx.collections::ListCollectionView/http://www.adobe.com/2006/actionscript/flash/proxy::nextValue()
                at com.adobe.muse.site.links::BaseLink/getProxy()
                at com.adobe.muse.site.links::BaseLink/hasLinkProxy()
                at com.adobe.muse.site.links::BaseLink/isMediaLink()
                at com.adobe.muse.site.links::BaseLink/needMoreImageData()
                at com.adobe.muse.site.links::LinkUtils$/getUnexpectedLinkStatuses()
                at com.adobe.muse.importExport::ExportUtil$/preflightLinksInActiveDoc()
                at com.adobe.muse.importExport.html.ui::MuseExportMenuRegion/onChildItemClick()
                at com.adobe.muse.framework.menus::MuseMenuRegionBase/onChildItemClickEvent()
                at flash.events::EventDispatcher/dispatchEventFunction()
                at flash.events::EventDispatcher/dispatchEvent()
                at com.adobe.muse.framework.menus::MuseMenuItemBase/onClick()
                at flash.events::EventDispatcher/dispatchEventFunction()
                at flash.events::EventDispatcher/dispatchEvent()
                at com.adobe.muse.framework.menus::MuseMenuManager/onMenuItemSelect()
                at flash.events::EventDispatcher/dispatchEventFunction()
                at flash.events::EventDispatcher/dispatchEvent()
                at com.adobe.pash.air::AIRMenuManager/onClickMenuItem()
    There is also the latest MuseLog.txt.
    Von: Zak Williamson (Adobe) [email protected]
    Gesendet: Freitag, 21. Juni 2013 19:58
    An: Mondputzer
    Betreff: BD/ctor-ArgumentError: Error #2015:Invalid Bitmap Data
    Re: BD/ctor-ArgumentError: Error #2015:Invalid Bitmap Data
    created by  <http://forums.adobe.com/people/ZakWilliamson%28Adobe%29> Zak Williamson (Adobe) in Help with using Adobe Muse CC -  <http://forums.adobe.com/message/5436292#5436292> View the full discussion

  • DeleteXml() causing xml data format error in database

    Hi, guys,
      I'm using the oracle  xml db 11g in my website application. Last week I found that using the deletexml() to delete a node in the xml may cause a terrible problem that the rest data in the database had wrong xml format. I wonder is it a bug when using binary xml storage.
      My xml data is describe below,
    <root>
         <nodes>
              <node id="1">
                   <name>John</name>
                   <age>16</age>
                   <hobby>football</hobby>
              </node>
              <node id="2">
                   <name>Alex</name>
                   <age>22</age>
                   <hobby>table tenisl</hobby>
             </node>
         <nodes>
    </root>
      I using deletexml() to delete just a node once time,
    "update projects set object_value=deletexml(object_value, '/root/nodes/node[@id="1"]')"
    Usually it successes and the rest data is as excepted, but sometime, I find that after deleting a node, any query in the database except "select * from projects" gets null. And the rest data has wrong format like below,
    <root>
         <nodes>
              <node id="1">
                   <name>John</name>
                   <age>/hobby>
              </node>
              <node id="2">
                   <name>Alex</name>
                   <age>22</age>
                   <hobby>table tenisl</hobby>
             </node>
         <nodes>
    </root>
    Just one format error causes the whole xml data valueless, but it seems that in most time the deletexml() works well, does anyone knows what happens?
    Thanks a lot.

    KnightOfBlueArmor wrote:
    The better idea is to use XMLPatch() if you can.
    XMLPatch?
    Do you use it yourself on a regular basis?
    Personally, I find it fun to use but the performance doesn't match my expectations (no piecewise update/streaming eval AFAIK).
    Message was edited by: odie_63

  • Error while running XML data definition

    Hi,
    Want to run report using XML Publisher, created one Data Definition using xml file,
    <?xml version="1.0" encoding="WINDOWS-1252" ?>
    <dataTemplate name="EmpDT" description="Employee Details" Version="1.0">
    <parameters>
    <parameter name="p_DeptNo" dataType="character"/>
    </parameters>
    <dataQuery>
    <sqlStatement name="Q1">
    <![CDATA[ SELECT Empno, Ename,Job,Mgr,Hiredate,Deptno FROM Emp WHERE deptno = nvl(:p_DeptNo,deptno) ]]>
    </sqlStatement>
    </dataQuery>
    <dataStructure>
    <group name="G_EMP" source="Q1">
    <element name="EMPLOYEE_NUMBER" value="Empno"/>
    <element name="NAME" value="Ename"/>
    <element name="JOB" value="Job"/>
    <element name="MANAGER" value="Mgr"/>
    <element name="HIREDATE" value="Hiredate"/>
    <element name="DEPTNO" value="Deptno"/>
    </group>
    </dataStructure>
    </dataTemplate>
    Added concurrent program and trying to run request but it's getting completed with error, when i checked log file it was showing error like,
    XDO Data Engine Version No: 5.6.3
    Resp: 20420
    Org ID : 204
    Request ID: 5810677
    All Parameters: p_Dept_No=20
    Data Template Code: EMP_DET
    Data Template Application Short Name: AMW
    Debug Flag: N
    {p_Dept_No=20}
    Calling XDO Data Engine...
    [042811_124713802][][EXCEPTION] java.lang.NullPointerException
         at oracle.apps.xdo.dataengine.DataTemplateParser.GetNodeNumChildren(DataTemplateParser.java:334)
         at oracle.apps.xdo.dataengine.DataTemplateParser.templateParser(DataTemplateParser.java:266)
         at oracle.apps.xdo.dataengine.XMLPGEN.setDataTemplate(XMLPGEN.java:140)
         at oracle.apps.xdo.dataengine.DataProcessor.setDataTemplate(DataProcessor.java:193)
         at oracle.apps.xdo.oa.util.DataTemplate.<init>(DataTemplate.java:231)
         at oracle.apps.xdo.oa.cp.JCP4XDODataEngine.runProgram(JCP4XDODataEngine.java:283)
         at oracle.apps.fnd.cp.request.Run.main(Run.java:157)
    java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
         at com.sun.java.util.collections.ArrayList.RangeCheck(ArrayList.java:492)
         at com.sun.java.util.collections.ArrayList.get(ArrayList.java:306)
         at oracle.apps.xdo.dataengine.DataTemplateParser.getParentDataSource(DataTemplateParser.java:1796)
         at oracle.apps.xdo.dataengine.XMLPGEN.writeDefaultGroup(XMLPGEN.java:331)
         at oracle.apps.xdo.dataengine.XMLPGEN.writeGroupStructure(XMLPGEN.java:286)
         at oracle.apps.xdo.dataengine.XMLPGEN.processData(XMLPGEN.java:273)
         at oracle.apps.xdo.dataengine.XMLPGEN.processXML(XMLPGEN.java:215)
         at oracle.apps.xdo.dataengine.XMLPGEN.writeXML(XMLPGEN.java:254)
         at oracle.apps.xdo.dataengine.DataProcessor.processDataStructre(DataProcessor.java:390)
         at oracle.apps.xdo.dataengine.DataProcessor.processData(DataProcessor.java:355)
         at oracle.apps.xdo.oa.util.DataTemplate.processData(DataTemplate.java:334)
         at oracle.apps.xdo.oa.cp.JCP4XDODataEngine.runProgram(JCP4XDODataEngine.java:294)
         at oracle.apps.fnd.cp.request.Run.main(Run.java:157)
    can any one help me to solve this error? it's urgent.....
    reply awaited..
    Regards,
    Priyanka.

    HI,
    We are facing some issue with CXML. I have posted a new thread [cXML with SAP PI;. 
    The content of that thread is pasted below: You can give your solution in the above mentioned thread so that I can grant points.
    We need to use cXML for our project. Based on the thread ( [Error while uploading CXML data definition.; )
    the following steps need to be done with the cXML DTD.
    1.First Delete the Multiple Declaration of "Method .ANY"
    2.replace all "ds:" character with 'ds_'
    3.replace all "xades: " with 'xades_'
    4.replace all "xmlns" with 'attr_'
    5) After this use Altova to convert the DTD to XSD.
    First of all, we could not carry out the 4th point, as in that case Altova says that it is invalid, and it fails to get imported in PI as well.
    Without step 4 , if we import it as external definition, then there are certain attributes with type xml:lang coming in Red.
    Can anybody tell us on how to fix this.
    Thanks,
    Himadri

  • Error when  importing xml data

    I am getting the following error when loading xml datafile to my Oracle XE database table. This data I exported from htmldb.oracle.com.
    ORA-31011: XML parsing failed ORA-19202: Error occurred in XML processing LPX-00222: error received from SAX callback function
    please help
    George

    George,
    I expect that this is simply an incompatibility with the date format that was used for XML Import/Export as part of XE Beta. This is a bug that has been fixed for XE production and you will be able to freely export from HTML DB 2.0 and import into XE and vice versa.
    Your NLS settings do not control this. The date format used for XML Export is fixed - a canonical date format is always used.
    If you want to be able to import into XE Beta, your date fields probably look like:
    <HIREDATE>2005-12-03T00:00:00.000</HIREDATE>Just remove the trailing .000 from your date entries.
    <HIREDATE>2005-12-03T00:00:00</HIREDATE>
    Note: This will only be necessary for XE Beta. You should not have to do this for XE Production.
    Joel

  • Compiling Error While Viewing XML Data in Word

    I received the following message, "Compile error in hidden module: Module_starter" while trying to load sample xml data to view within MS Word while using BI Publisher. Any ideas of what causes this and how to fix it would be greatly appreciated.
    Thanks.
    G. Wright

    Getting this error as well.
    I've read the announcement from Tim, and also the Metalink article: Note:457235.1
    However, our desktops at work are locked down to such an extent that I don't have an 'all programs' entry on my start menu.
    I tried what I thought might be the 'Template Builder for Word Language' executable but that also gave me an error (changeUILang.exe).
    Error is: Runtime error '9'. Subscript out of range.
    Could someone please confirm what the shortcut:
    "All Programs --> Oracle BI Publisher Desktop --> Template Builder for Word Language "
    actually points to.
    As to the other option (uninstalling the security patch) this is just a non-starter where I work.
    Thanks for your help,
    Ben

  • Error while impoting XML schema format

    Hi Experts,
    I have successfully generated XSD schema from XML file by using third party tool but I was getting the below mentioned error while importing XML schema.Kindly suggest your ideas.
    Error:Cannot Import metadata.
    XML Parser failed:<invalid element name'xs:scehmaxmlns'> at line <2>,
    char<>in file <\\sapbobjbi40\DS Files\Charan\ ZWY_SVCLAIMS_TO_WTYWAREHOUSE.xsd>. (BODI-1112338)
    Regards,
    Ram

    Can you please share the XSD file ?

  • Error executing SQL (Wrong date format)

    Hello,
    I'm trying do this SQL statment.. and i'm getting the error....
    I hear this error is about wrong format picture date.... Can anyone help me ?
    Thanks
    Fernando.
    1 update cargo a
    2 set dat_validade_fim =
    3 ((nvl((select min(b.dat_validade_ini)
    4 from cargo b
    5 where b.cod_cargo = a.cod_cargo and
    6 b.dat_validade_ini > a.dat_validade_ini
    7 group by b.cod_empresa, b.cod_cargo),'18/08/2205 14:41:47')) - 0.00001)
    8* where a.cod_cargo = 25
    9 /
    group by b.cod_empresa, b.cod_cargo),'18/08/2205 14:41:47')) - 0.00001)
    ERRO na linha 7:
    ORA-01830: date format picture ends before converting entire input string

    It may be due to the value you are using for Null Replacement. Try using To_Date in that e.g.
    update cargo a
    set dat_validade_fim =
    ((nvl((select min(b.dat_validade_ini)
    from cargo b
    where b.cod_cargo = a.cod_cargo and
    b.dat_validade_ini > a.dat_validade_ini
    group by b.cod_empresa, b.cod_cargo),TO_DATE('18/08/2205 14:41:47','DD/MM/RRRR HH24:MI:SS')) - 0.00001)
    where a.cod_cargo = 25
    /

  • Error specifying spry xml data source?

    I have been using Dreamweaver's Spry XML Data Sets without any trouble until I added the calendar YUI widget. After that I get an error message "no expected entity name for reference (65, 23)". Also nothing shows in the Bindings Panel. I have a Mac OS X, which I find very frustrating after being on a PC for 15 years. I can never find anything I am looking for in the help section.
    Here is what I have tried so far that has not worked.
    1. Removed the YUI extension
    2. Deleted the ******.dat file from the configuration folder in the library user folder
    3. Renamed the configuration folder in the library user folder
    4. Copied the configuration library folder from my functioning laptop
    5. Uninstalled and reinstalled Dreamweaver CS4
    I can code everything by hand, but that is very time consuming and makes this software a virtual paper weight.
    I would appreciate any advise that could be offered.

    The preferences files for Mac programs is in your user account folder/Library/Preferences.  The files that DW and other applications create end in .plist.  These files are creating by Mac OS for many different applications.  If you delete one, the OS will re-create another preferences file upon the next opening of the application.
    Also the other files that DW saves during a re-install are saved only if you go through the uninstall process and enable that option.  This is the same for the Windows version.  Sometimes if there are strange errors you can contact Adobe support for general information.
    If not and you need to do a re-install I would recommend de-activating first.  Then running the adobe CS# clean tool.  Just type that phrase into Google and you will find it as the top result for CS3 or CS4.
    Adobe - Adobe CS3Clean Script
    Adobe - Adobe CS4 Clean Script
    Those do more than just remove the program.  They will remove all components in the applications folder and shared in the user library and system library.  That is the only true way to do a re-install as far as I know.  But you will need to de-activate before doing this because it will erase every file and all serial numbers from all Adobe programs with this tool.

  • Error in loading XML data in BW delta queue

    Hi All
    My requirement is to stage small amount of XML data in SAP BW 3.5. For doing so, i have followed the steps specified in How to send XML data to BW
    Link for "How to send XML data to BW"
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/21d8aa90-0201-0010-5e83-a3798b9a5ee0
    1. Created File data source
    2. Defined data source using file data source with Function module
    3. Initialize load process without no data transfer
    4. Using SOAP RFC service, Load xml records in delta queue.
    Now in step number 4, i have created the following
    1. Created the html code
    2. On created HTML page, select .CSV file as an input and URL of SOAP service which is pointing out to the application server
    3. When i press "XML Send recordset" button, HTML page throws "Java script" error and data is not being pushed to BW delta queue
    Any help in this regard will be highly appreciated.
    Thanks
    Yeshwant

    Hi All
    My requirement is to stage small amount of XML data in SAP BW 3.5. For doing so, i have followed the steps specified in How to send XML data to BW
    Link for "How to send XML data to BW"
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/21d8aa90-0201-0010-5e83-a3798b9a5ee0
    1. Created File data source
    2. Defined data source using file data source with Function module
    3. Initialize load process without no data transfer
    4. Using SOAP RFC service, Load xml records in delta queue.
    Now in step number 4, i have created the following
    1. Created the html code
    2. On created HTML page, select .CSV file as an input and URL of SOAP service which is pointing out to the application server
    3. When i press "XML Send recordset" button, HTML page throws "Java script" error and data is not being pushed to BW delta queue
    Any help in this regard will be highly appreciated.
    Thanks
    Yeshwant

  • Error while inserting XML data

    Hi,
    When I try to insert xml data, it gives the following error.
    --CREATE TABLE XMLTABLE OF XMLType;
    INSERT INTO XMLTABLE VALUES(XMLTYPE(getCLOBDocument('example.xml')));
    ORA-00600: internal error code, arguments: [qmxiUnpPacked2], [121], [], [], [], [], [], []
    ORA-06512: at "SYS.XMLTYPE", line 0
    ORA-06512: at line 1
    Any ideas?

    I've updated the FAQ with the answer to this one..
    XML DB FAQ

  • Xml data formatting

    Hi everybody!
    I'm trying to output some xml data using this query:
    select xmlelement("Sectie",
         os1(s.cods, trim(s.den),
         cast ( multiset(
              select p.codp, p.den, p.pret
              from produse p, vanzari v
              where p.codp = v.codp and v.cods=s.cods
              ) as list_produse
         )as "xml"
         from sectii s
         where s.cods =1;
    However, the result is not formatted:
    <Sectie><OS1><CODS>1</CODS><DEN>Sectia 1 </DEN><PROD_VANDUTE><OP1><CODP>3</CODP><DEN>Prod.3 </DEN><PRET>300</PRET></OP1><OP1><CODP>5</CODP><DEN>Pr
    od.5 </DEN><PRET>100</PRET></OP1><OP1><CODP>7</CODP><DEN>Prod.7 </DEN><PRET>350</PRET></OP1></PROD_VANDUTE></OS1></Sectie>
    Is there an easy way to make this xml more human readable?
    Like:
    <Sectie>
    <OS1>
    <CODS>1</CODS>
    etc.

    SQL> with t as (
      2             select xmltype('<Sectie><OS1><CODS>1</CODS><DEN>Sectia 1 </DEN><PROD_VANDUTE><OP1><CODP>3</CODP><DEN>Prod.3 </DEN><PRET>300</PRET></OP1><OP1><CODP>5</CODP>
      3  <DEN>Prod.5 </DEN><PRET>100</PRET></OP1><OP1><CODP>7</CODP><DEN>Prod.7 </DEN><PRET>350</PRET></OP1></PROD_VANDUTE></OS1></Sectie>') "Sectie" from dual
      4            )
      5  select  "Sectie"
      6    from  t
      7  /
    Sectie
    <Sectie><OS1><CODS>1</CODS><DEN>Sectia 1 </DEN><PROD_VANDUTE><OP1><CODP>3</CODP><DEN>Prod.3 </DEN><PRET>300</PRET></OP1><OP1><CODP>5</CODP>
    <DEN>Prod.5 </DEN><PRET>100</PRET></OP1><OP1><CODP>7</CODP><DEN>Prod.7 </DEN><PRET>350</PRET></OP1></PROD_VANDUTE></OS1></Sectie>
    SQL> with t as (
      2             select xmltype('<Sectie><OS1><CODS>1</CODS><DEN>Sectia 1 </DEN><PROD_VANDUTE><OP1><CODP>3</CODP><DEN>Prod.3 </DEN><PRET>300</PRET></OP1><OP1><CODP>5</CODP>
      3  <DEN>Prod.5 </DEN><PRET>100</PRET></OP1><OP1><CODP>7</CODP><DEN>Prod.7 </DEN><PRET>350</PRET></OP1></PROD_VANDUTE></OS1></Sectie>') "Sectie" from dual
      4            )
      5  select  xmlserialize(document "Sectie" as clob indent size=2)
      6    from  t
      7  /
    XMLSERIALIZE(DOCUMENT"SECTIE"ASCLOBINDENTSIZE=2)
    <Sectie>
      <OS1>
        <CODS>1</CODS>
        <DEN>Sectia 1 </DEN>
        <PROD_VANDUTE>
          <OP1>
            <CODP>3</CODP>
            <DEN>Prod.3 </DEN>
            <PRET>300</PRET>
          </OP1>
          <OP1>
    XMLSERIALIZE(DOCUMENT"SECTIE"ASCLOBINDENTSIZE=2)
            <CODP>5</CODP>
            <DEN>Prod.5 </DEN>
            <PRET>100</PRET>
          </OP1>
          <OP1>
            <CODP>7</CODP>
            <DEN>Prod.7 </DEN>
            <PRET>350</PRET>
          </OP1>
        </PROD_VANDUTE>
      </OS1>
    XMLSERIALIZE(DOCUMENT"SECTIE"ASCLOBINDENTSIZE=2)
    </Sectie>
    SQL> SY.

  • String conversion gives error when converting to date format

    Hello,
    I need to convert a character to a date format. The character string is 201053131415151 where the first eight characters represent YYYYMMDD. The string may also be null ( second value). I used the following select statement
    select distinct sysdate "Run Date",
    rcreviewdate "Review Date",
    nvl((to_char(substr(rcreviewdate,1,8))),'None') "Review Date2"
    and got the following result.
    Run Date Review Date Review Date2
    30-NOV-09 201005131415151 20100513
    30-NOV-09
    1. Why is "None" not returned for the secord valule which is null?
    2. How can the valule "20100513" be converted to DD-MON-YY ( the date format)?
    to_date(substr(rcreviewdate,1,8),'YYYYMMDD') gives the following error with the null value
    Error report:
    SQL Error: ORA-01841: (full) year must be between -4713 and +9999, and not be 0
    01841. 00000 - "(full) year must be between -4713 and +9999, and not be 0"

    Hi,
    PANY wrote:
    1. Why is "None" not returned for the secord valule which is null?
    2. How can the valule "20100513" be converted to DD-MON-YY ( the date format)?
    to_date(substr(rcreviewdate,1,8),'YYYYMMDD') gives the following error with the null value
    Error report:
    SQL Error: ORA-01841: (full) year must be between -4713 and +9999, and not be 0
    01841. 00000 - "(full) year must be between -4713 and +9999, and not be 0"Are you sure reviewdate is NULL, and not a string consisting only of spaces or tabs?
    TO_DATE will return NULL if its 1st argument is NULL, so it looks like reviewdate is not NULL.
    You can use LTRIM (among other functions) to remove spaces from reviewdate, if that's the problem.
    Post a little sample data (CREATE TABLE and INSERT statements), and the results you want from that data.

  • IOS7 Safari error Code: "invalid Input Data. No javascript allow." On payment by Credit cards. Pls help

    Its Not possible to make any payment by Credit Card. After filling in the Data Form and continuing to finish the payment an error window appears Witz the Text " invalid Input Data. No javascript allow..."  Orher Browsers are working well.
    How can i fix this Problem

    Its Not possible to make any payment by Credit Card. After filling in the Data Form and continuing to finish the payment an error window appears Witz the Text " invalid Input Data. No javascript allow..."  Orher Browsers are working well.
    How can i fix this Problem

  • BIP Trial 11.1.1..6: Error while generating XML data in Data Model

    Hello,
    I have created a Data Model with a single query. After saving the DM and clicking on the XML icon to generate sample data, I get the following error:
    The XML page cannot be displayed
    Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.
    End tag 'span' does not match the start tag 'img'. Error processing resource 'http://localhost:7001/xmlpserver/servlet/xdo'...
    *<table style='background=color: #d9e5ef; margin-top: 10px;' width='100%' cellspacing='0' cellpadding='0' border='0' summa...*
    I have verified that the SQL runs without errors in SQL Developer using the same connection parameters as whats used in the DM.
    There are no html tags/key-words etc being used in the sql our it's output.
    Is there a a way to debug this? This is extremely frustrating. Especially since the same sql works without any issues in Oracle Reports.
    Thanks,
    Manish

    ya i can understand we wont do the sql logic at the data model part as some time performance issue may come when comparaed to sql run in package and sql running in data model . so i have mostly done using package and i will just do select * from table in the data set of data model so i didn't face any issue's like this .
    once check this tutorial may be you already
    i use to create parameters like this i didn't face any issue
    SELECT * from TEST where ID=:p_id
    http://st-curriculum.oracle.com/obe/fmw/bi/bip/bip11g/gettingstarted/gettingstarted.htm

Maybe you are looking for