Need how to create DTD file  for database elements

can any one write the DTD file for below query?
SELECT TRX_NUMBER,
INVOICE_CURRENCY_CODE,
CTT_TYPE_NAME ,
RAC_BILL_TO_CUSTOMER_NAME ,
FROM APPS.RA_CUSTOMER_TRX_PARTIAL_V V
DTD file structure For below query(data from two tables) also?
SELECT TRX_NUMBER,
INVOICE_CURRENCY_CODE,
CTT_TYPE_NAME ,
RAC_BILL_TO_CUSTOMER_NAME ,
V.RAT_TERM_NAME
FROM APPS.RA_CUSTOMER_TRX_PARTIAL_V V,APPS.RA_CUST_TRX_TYPES_ALL H
WHERE V.CUST_TRX_TYPE_ID=H.CUST_TRX_TYPE_ID;
DTD file structure For below program (Data should be come in that loop formate (1st c1 loop then 2nd loop details then 1st loop)
DECLARE
cursor c1 is SELECT TRX_NUMBER,
CUSTOMER_TRX_ID,
INVOICE_CURRENCY_CODE,
CTT_TYPE_NAME ,
RAC_BILL_TO_CUSTOMER_NAME ,
V.RAT_TERM_NAME
FROM APPS.RA_CUSTOMER_TRX_PARTIAL_V V,APPS.RA_CUST_TRX_TYPES_ALL H
WHERE V.CUST_TRX_TYPE_ID=H.CUST_TRX_TYPE_ID;
cursor c2(P_CUSTOMER_TRX_ID number) is SELECT CL.INTERFACE_LINE_ATTRIBUTE1 ,
CL.CUSTOMER_TRX_LINE_ID,
MTL.SEGMENT1,
MTL.DESCRIPTION
FROM APPS.RA_CUSTOMER_TRX_LINES_V CL,
APPS.MTL_SYSTEM_ITEMS_B MTL
WHERE MTL.INVENTORY_ITEM_ID(+)=CL.INVENTORY_ITEM_ID
AND MTL.ORGANIZATION_ID(+) = CL.WAREHOUSE_ID
and cl.CUSTOMER_TRX_ID=P_CUSTOMER_TRX_ID
BEGIN
FOR I IN C1 LOOP
DBMS_OUTPUT.PUT_LINE(I.TRX_NUMBER||I.CUSTOMER_TRX_ID||INVOICE_CURRENCY_CODE);
FOR J IN C1(I.CUSTOMER_TRX_ID) LOOP
DBMS_OUTPUT.PUT_LINE(J.INTERFACE_LINE_ATTRIBUTE1 ||J.CUSTOMER_TRX_LINE_ID||J.SEGMENT1);
END LOOP;
DBMS_OUTPUT.PUT_LINE(I.RAC_BILL_TO_CUSTOMER_NAME);
END LOOP;
END;

how to create batch file for windows application ??
I hava 2 jar files
     1) b.jar (not have main class)
     2) a.jar (have main class and dependent on b.jar)
so how i call main class of a.jar     ??Just set the main class in the manifest of a.jar and make sure the manifest knows about b.jar
http://java.sun.com/docs/books/tutorial/deployment/jar/index.html

Similar Messages

  • How to create xpi file for my own extension?

    I have created my own extension and directly added profile extension folder in my system.its working fine. but while installing extension using .xpi file its produce error "Install script not found
    -204".Please explian me how to create .xpi file for my extension folder.
    I hope you can help this issues.
    Thanks in advance.
    Regards
    vasanthi

    See this:
    https://developer.mozilla.org/en/Building_an_Extension

  • How to create Variant file for ECATT(MM01)?

    Any one know how to create variant file for ECATT (MM01)

    Hello TJK,
    What do you mean by variant file? Please give some more details.
    Meanwhile here is the link on how to use eCATT,
    New to Materials Management / Warehouse Management?
    Hope this helps.
    Regards
    Arif Mansuri

  • How to create License file for New ADDON.

    Hi,
    Can any one tell me steps to create license file for any addon which is developed in VB.NET.
    Regards ,
    Ganesh

    Hi,
    The license system for addons is working fine for a long time now. The date of January 2005 now changed to 2007 or 2008 is only the date until when you can work without the AddOnIdentifier (we give some extra time for the addons to migrate to the new system).
    If you use the AddOnIdentifier then you have to ask for a LicenseKeyName to SAP to create your solution AddOnIdentifier. Then your clients to be able to run your addon will need a specific license in their file corresponding to your licenseKeyName (when you ask for a license file you can ask for different partners addons licenses). The system is up and running for a long time now.
    What problems are you having with it? I cannot see your point.
    Regards
    Trinidad.
    Hope it helps

  • How to create command file for the Database Project?

    Hi All,
    We are using Oracle 10G.
    We are using Database Project in Visual Studio.NET to source control the SQL Scripts of SPs and Tables.
    Now, while creating commad file, it asks me select all the files to be included. thats fine. But after creation, if I open and see...It starts like....
    osql...test1.sql.
    osql...test2.sql
    but, osql is commad of SQL Server not of Oracle...if am not wrong..!
    Is there any settings that can help me create command file that works on Oracle?
    Thanks and Regards
    Senthil

    File>Print
    Choose Adobe PDF as your printer
    Go to Setup
    Go to preferences
    Choose the standard
    Make sure the rest of your settings are correct for the page size etc.
    It's a big screenshot so I've linked instead of posting here.
    Sorry had to blur out some PDF settings for privacy reasons
    http://img339.imageshack.us/img339/6103/37345539.png

  • How to create SDA file for using AXIS Framework in the SOAP Adapter

    Hi experts,
    I have the following question:
    How I can create the SDA file aii_af_axisprovider.sda for using the AXIS Framework in the SOAP Adpater described in http://help.sap.com/saphelp_nw04/helpdata/en/45/a4f8bbdfdc0d36e10000000a114a6b/content.htm ?
    I have downloaded the files axis.jar, commons-discovery-0.2.jar, commons-logging-1.0.4.jar, commons-net-1.0.0-dev.jar and wsdl4j-1.5.1.jar. But how to create the SDA file aii_af_axisprovider.sda? Which tool I have to use for this? It is enough to compress these 5 jar-files in the sda file or need I further files with further information (meta information etc.)?
    Thanks and best regards
    Christopher

    Hi Christopher,
        Check this discussion if you have not checked already.
    Re: NTLM Authentication dosent work with XI ?
    Regards,
    Ravi

  • How to create index file for pdf.

    Hello,
    I need to create a plugin which will read a list of pdf files and then create a full text index with catalog. I searched on net and came to know about the catalog plugin which does this work.In AV layer there is a catalog object but I am unable to find any example on net which uses the catalog object to create the pdx file and a support folder(contains idx files).
    I also read the java script documentation but there was no example for creating index.We can build index but for that we need to retrieve the index object first.
    Can somebody please giude me.
    Thanks!

    Hi Irosenth,
    Is it possible to use DOM/IAC to create index files. The example given in SDK(SearchPdfVB) allows us to add,remove,enable and disable index files. But there is no method given in example to create an index file.
    I want to create index file and the supporting folder which contains .idx files automatically ie through code. Is it possible to do so??
    I also looked into the AVCommands but couldn't understand how to create the index files using AVCommands.
    Can you please guide me.
    Thanks!!

  • How to create .sda file for tables directly created in SQL ,not Dictionary

    Hi friends,
    According to my project requirements, I need to create tables in a different schema than the default location provided.
    hence I have created my tables using the SQL client rather than creating the Dictionary project and then deploying.
    But I have to create a .sda file for these tables in SQL database, so the problem is that I can't see the tables in my Dictionary perspective of NWDS, to create the archive.
    So is there any other alternative to create a sda file for these tables so that I can transport these tables to another location.

    HI Brian,
    No.
    You have to create a java dictionary project.
    As without project you can not create a .sda file.there is no relationship between a database level table and .sda..
    .sda is an archive of java dictionary projects...

  • SEPA file – how to create one file for multiple company codes

    Dear experts,
    My company has multiple company codes and they process automatic payments (F110) for multiple company codes in the same run.
    The company wants to generate one SEPA file for all company codes.
    In OBPM1  for SEPA format in the section ``Payment medium output devided by level of detail`` I unchecked everything (attached).
    OBPM4 for SEPA format is showing `` No separation of payment medium output``.
    Unfortunately, when I run automatic payments (F110) for multiple codes, multiple files for each company code are created.
    Can anyone let me know how it is possible to create one SEPA file that will contain payments for multiple company codes?
    Thank you

    Hi Zara,
    Please check in transaction DMEE your format tree (eg. SEPA_CT), 'DMEE tree: properties' - tab 'Sort/key field'. Is the Sort/key field 'ZBUKR' defined there with Level 1?
    Please follow the recommendation of note http://service.sap.com/sap/support/notes/1742584
    Regards,
    Emöke

  • How to Create Executable file for a project for Crio Platform

    hi,
    i am using CRIO 9014  platform  for my application development.
    i am controlling (   Reset  &  then Run )  FPGA   from RT application .
    Through TCP/IP  communication the  Acquired data  (   from FPGA  then followed by some Computation Logic in RT )   is sending   to HOST computer .
    during the above process  
    First i am starting the RT Application    (  the TCP  network will be continuously in listen mode )    then
     i am  starting my HOST Application   in the project .
     here i want  to build my complete project as an  executable file 
    so that i no need to start  RT Application first and then HOST Application.
    Could you please send me One sample Project           with built in simple  ADC Acquisition  loop /  logic  in FPGA  ,  then  one sample logic  / while loop   in RT   to   acquire  this ADC data from FPGA and  send to HOST    via  TCP/IP network then   the  HOST   with GUI    for  Display in the HOST .
    This  complete project should be build in  .exe  file .
    Please  complete project  files  and .exe file    as a  zip file.
    Regards,
    Venkat

    Hi,
    I might be confused but what I understand from what you have mentioned is that you want to create a project having two VI's. One running on your FPGA target and another running on you host computer.You want to build a single executable file to complete the entire operation.
    Unfortunately you cannot have both VI's in same executable file. You can build one executable file and deploy on your FPGA target that will start running as soon as the target is booted. And you can create another executable file for running VI on your host computer. And instead of using TCP to transfer data, you could use "Interface FPGA" from FPGA module to communicate between your host computer and communicate.

  • How to create .a files for iPhone applications

    Hi guys,
    I am working on iphone library in Objective-C and I need to create .a files in this library. Please let me know if anybody knows how can I create the .a files from .m files in Objective-C.
    Thanks in advance,
    Ishita

    hello,
    it is not officially supported. however, it can be done when you write your own makefile. how to call the compiler and necessary flags and so on see the "build results" output of xcode. it's like
    /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.0 -x objective-c -arch i386
    and so on. after you created the object files you create the library with the archive tool, like
    ar -crv libwhatever.a Dada.o Bubu.o AnotherOne.o
    regards,
    sebastian mecklenburg

  • How to create a file for the file format PDF/A?

    I want to create a file,which conform to the standard  PDF/A.
    when i use InDesign to create a pdf file and export it,i find the file format only support PDF/X,
    but i can't find any menu for PDF/A.
    who can help me?
    thank you !

    File>Print
    Choose Adobe PDF as your printer
    Go to Setup
    Go to preferences
    Choose the standard
    Make sure the rest of your settings are correct for the page size etc.
    It's a big screenshot so I've linked instead of posting here.
    Sorry had to blur out some PDF settings for privacy reasons
    http://img339.imageshack.us/img339/6103/37345539.png

  • Help! How to create Jar file for a packaged class?

    Hi!
    I am new in jar complexities. I made a swing frame that just prompts a JOptionPane when executed. I accomplished the same using jar without packaging my class SwingTest.
    But when i package it, it doesn't run. Can any one tell me how to make jar file of packaged classes and include images in the jar files too!
    Really Thanx!

    Call the Jar from the commandline to see the exceptions thrown.
    java -jar <jarFileName> <className>

  • How to create web service for database application

    Hi everyone
    Is it possible to create a web service for an apex database application page which has reports and radio fields and dialog boxes and validations in it. IF it is possible to create, pls help me with example or step by step procedure. I have seen all oracle docs of implementation of Web services in apex but unable to figure out how to get that link of wsdl for an application.
    Thanks in advance.
    Regards
    Sandeep Artham

    Hi,
    I guess there are other ways. But this is an easy way, if you find the right wizards.
    Besides this it is good practise to define interface methods so that session bean implement these interface methods, and thus seperate the interface from the implementation.
    In this approach you will need 3 projects:
    An enterprise application project (will contain EJB Module)
    An EJB Module project (will contain session bean)
    A Java project (contains code that implements the session bean methods)
    In my previous post I suggested to use a J2EE web mudule project. This was a mistake, it should be EJB module.
    But it should be possible to do it in another way. It is up to you.
    Good luck, Roelof

  • How many appsutil.zip files for database server w/multi application tiers

    Hi Gurus,
    Two questions needing your help:
    1) Patching in a multiple application tiers systems, do we need to create the appsutil.zip file from each application tier (three) and ship it to each of the database tier (two) and unzip appsutil.zip?
    Go to Apps tier and create the appsutil.zip file:
    perl <AD_TOP>/bin/admkappsutil.pl
    I am unable to find any document to address this question. Please help.
    2) Noticed $ORACLE_HOME/appsutil/admin directory missing following autoconfig per RUP7 patching
    Not sure what caused it.
    Thanks,
    Newbie

    Hi,
    1) Patching in a multiple application tiers systems, do we need to create the appsutil.zip file from each application tier (three) and ship it to each of the database tier (two) and unzip appsutil.zip?
    Go to Apps tier and create the appsutil.zip file:
    perl <AD_TOP>/bin/admkappsutil.pl
    I am unable to find any document to address this question. Please help.You will have to do this only once (not three times).
    2) Noticed $ORACLE_HOME/appsutil/admin directory missing following autoconfig per RUP7 patching
    Not sure what caused it.Please see if (Note: 820077.1 - How To Recreate The Missing "scripts" Folder Under $ORACLE_HOME/appsutil On the Database Tier Server ?) helps. Once you follow all the steps, run AutoConfig on the database tier and see if the directory still there or not.
    Regards,
    Hussein

Maybe you are looking for

  • IMovie 9.0.9 doesn't start with yosemite

    Good morning, I've found in Application folder that there's the old iMovie 9.0.9, but when I try to launch it, it doesn't start .... But, If I select the package content of the App (mouse right click) and double click over "iMovie EXE", only in this

  • How to insert time line

    In iMovie 10 how do I insert a time line reference.  In the attached photo I downloaded a movie file in which the time line shows up.  On the 2nd photo which is my clip the time line does not show up.  Thanks.

  • How can i specify username/password while creating a virtual directory

    Hi, i m trying to create a virtual directory in 9iAS on a mapped drive. How can i specify which username password to use to enable to connect to the network mapped drive. Is there any way where we can specify username / password ??? thanks Unmesh

  • Material master ALE

    I would like to add a new field Proj stk val. class (QKLAS-MBEW) and send it through ALE  .We use reduced message types send the Idocs through ALE. What are the settings need to be done at outbound system and Inbound system. Can any body help ?. Than

  • CMS Design and Development

    Hi, we are a small graphic and web design company. With the expansion of CMS etc and the constant enquires by customers (rightly so) "we want to be able to update photos and text ect" I allways find when I ask the client that they actually don't want