Regarding Procedure

Hi every1,
i have following 5 queries,i need to combine these 5 queries to generate a report by using procedure ,the output will be
1.e.empid 2. e.empname 3.c.desn 4.p.pay 5.e.KNO 6.e.mn 7.m.RECVNAME in('FA','AdvPay') 8.b.ALLOWNAME 9.to_number(pa.ALLWAMT) 10.dt.dedcNAME 11. to_number(pd.dedcAMT) 12.RECVNAME NVL(to_number(RECVPRIMONAMT),0)
the above are the columns,will be output of the procedure.....
1.select e.empid ,e.KNO,e.empname,to_number(currpay) ,
d.CADRE,c.desn,p.pay, e.Mn from e join
c on e.CADRE = c.CADRE and e.DEPTCD = c.DEPTCD join d on d.PAYSCCD =e.PSCD where
e.CCD = '3' and ecd = '1'
2.select e.ed,e.empname, RECVNAME, NVL(to_number(RECVPRIMONAMT),0) +
NVL(to_number(RECVAMT),0) , to_number(currpay) from g join
f on g.RECVNO = f.recvno and g.month='6' and g.year='2007' join m
on m.recvid = f.recvid and g.month='6' and g.year='2007' and RECVNAME in('FA','AdvPay') join eg on eg.empid = g.empid
and eg.month='6' and eg.year='2007' join e on e.empid = g.empid
and e.srsta='A' and e.CE='3' left outer join pbd on pbd.PAYNO = eg.PAYBILLNO
where ecd = '1'
3.select pa.EMPID,e.empname,b.ALLOWNAME ,to_number(pa.ALLWAMT)from e join pa on e.empid = pa.empid join b on a.ALLWID = b.allowid and
pa.MONTH = '6' and pa.YEAR = '2007' where sr.ecd = '1' and sr.CCD = '3' ____________________________________________________________________________________________
4.select pd.EMPID,e.empname,dt.dedcNAME ,to_number(pd.dedcAMT) from e
join pd on e.empid = pd.empid join dt on pd.dedcID = dt.dedcid and pd.MONTH = '6'
and pd.YEAR = '2007' where e.ecd = '1' and e.CCD = '3'
5.select e.empid , empname, kno, RECVNAME, NVL(to_number(RECVPRIMONAMT),0) +
NVL(to_number(RECVINSMONAMT),0),POLCYNO , currpay from g
join f on g.RECVNO = f.recvno and gr.month='6' and g.year='2007' join m
on m.recvid = f.recvid and gr.month='6' and gr.year='2007' join eg on eg.empid = g.empid
and eg.month='6' and eg.year='2007' join e on e.empid = g.empid and e.srstat='A' and
e.CCD='3' left outer join pb on pb.PAYBILLNO = eg.PAYBILLNO where m.RECVID <> '7'
and m.RECV_ID <> '11' and ecd = '1'
Thanks & Regards,
Ram

Why not check out the documentation for writing procedures and using OUT parameters with them...
http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14261/subprograms.htm#i14202
http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14261/subprograms.htm#i23202

Similar Messages

  • Regarding Procedures in PO

    Hi All,
    Have a small query,
    Even though i enable print parameters in Tax procedure(TAXINJ), they are not printed in the PO printout, in my system they have found out a solution for this,they are moving the total tax to a Pricing Procedure condition type say NAVS and printing the tax amount from that, how to do this i.e. how to move the total tax to a pricing procedure condition type.
    Thanks and Regards:-
    Santhu

    Hi Santosh
    do u want to move the total tax as a condition type to the pricing schema?
    the calculation schemas in pricing already incorporate various condition types for taxes, if any new condition type is required u can create a new condition type and insert it in ur pricing schema
    then the total tax can be calculated putting the step numbers in 'from' and 'to' fields

  • Give Me Some Information Regarding procedures and Constraints

    HI Seniors
    Please give me some idea about stand-alone procedures ..?
    1)When to use Standalone procedure ?
    2)What are the constraints in Pl/SQL ?When to use these constraints in pl/sql?
    3)What is Named Notation ?
    Best Regards
    Busi

    Why wouldn't read Documentation ?
    Rgds.

  • Regarding procedure pricing

    Hi experts
    I am practising in IDES in 000 clint i have created enterprise structure. when it comes to pricing procedure which one i need to assign is it RVAA01 or cin related like 4 procedures
    and also which jusrisdiction i should assign is it UTXJ or JTX1
    JINDEPOT
    JFACT
    regards and thanks in advance

    Hi Swapna,
    After creating enterprise structure, you have to maintiaine pricing procedure for your sales area, for proceeding with sales process.
    Use the T.Code OVKK.
    Here you can give,
    1. Sales Area ( Sales Organization, Dist. Channel and Division )
    2. Customer Pricing Procedure ( Which you maintained in Customer master -> sales area data -> sales tab, standard is 1)
    3. Document pricing Procedure ( which you maintained Sales Document type configuration - standard is A)
    4. Give the pricing procedure (If you created any pricing procedure then you can give that or standard on RVAA01)
    5. Condition type (its not mandatory, you can maintiane any condition type, which will be reflected in sales order line item level)
    This is for maintaineing standard pricing procedure.
    HOpe this is helpful.
    REWARD IF HELPFUL.
    Regards,
    Praveen

  • Regarding Procedure & Trigger (Plz Some one Help me... Its Urgent)

    HI,
    I think its a Big Message........ I dont know How many Will have patience in reading this...... Sorry for this Inconvience........
    Iam having 4 tables:
    3 Input table and 1 target table.
    LOgic: Want to Load in the Target table From the input table Based on Some Criteria
    Input Tables:
    Table 1:Tbl_A
    It has ID and Name
    TBL_A
    Ex: ID Name
    201 Anu
    202 Banu
    203 Chitra
    Table 2: Tbl_B
    It has Name and Id
    (The record of Column Name in this table should Contain the same Names of Tbl_A and id should be different from Table a)
    TBl_B:
    ID NAME
    501 Anu
    502 Banu
    503 Chitra
    Table 3: TBL_C
    (It is independent on both Tbl_A and Tbl_b)
    it has this Static records as Follows:
    TBL_C
    ID NAME
    1 A
    2 P
    Output Table:
    TBL_Target: ( It has 3 columns): ID,Source id, and Identifier
    ID SRC_ID IDENTIFIER
    LOgic:
    For Loading data into Target tbl :TBL_Target
    1. Procedure should have 'Name' of TBL_C as input parameter. So input will be
    'A' or 'P'
    *Based on the input Name from TBL_C  the corresponding ID should be taken   
    from TBL_C and inserted into the ID Column of TBL_Target
    EX: IF 'A' Then 1 Should be inserted . IF P means 2 should be inserted
    2. we have to select the IDs from TBL_A and TBL_B based on Their Names as Join condition and insert the ID of TBL_A into IDENTIFIER Column of TBL_Target
    and insert the ID of TBL_B into SRC_ID Column of TBL_Target
    (Note: Actually We have to get the ID'S of all the rows from TBL_A and TBL_B based on their join Condition and load into Target table)
    Out PUt: ( if the input of Procedure is 'A')
    TBL_Target
    ID SRC_ID IDENTIFIER
    1 501 201
    1 502 202
    1 503 203
    Out PUt: ( if the input of Procedure is 'P')
    TBL_Target
    ID SRC_ID IDENTIFIER
    2 501 201
    2 502 202
    2 503 203
    LOgic2:
    I want to Write a Trigger So that Whenever Iam Inserting New Records in TBL_A
    the Trigger should Call the Procedure We have Created
    Thanks......

    Hi,
    I created a Trigger based on After inserting.....
    I called the Procedure inside the Trigger.....
    Trigger is created. But While executing the trigger it Throws an error: Table is Mutating .Trigger or Function May not see it.
    This is the procedure Created:
    CREATE OR REPLACE PROCEDURE Proc_Load (Tblc_Name in Varchar2)
    AS
    -- VARIABLE AND CURSOR DECLARATION:
    V_name Varchar2(100);
    V_id_c number;
    V_id_a number;
    V_id_b number;
    CURSOR cur_name IS SELECT a.id,b.id
    FROM tbl_a a,tbl_b b WHERE TRIM(a.name)=TRIM(b.name);
    begin
    V_name:=Tblc_name;
    SELECT id INTO V_id_c FROM Tbl_c WHERE name=V_name;
    OPEN Cur_name;
    LOOP
    FETCH cur_name INTO V_id_a,V_id_b;
    INSERT INTO tbl_target VALUES (V_id_c,V_id_b,V_id_a);
    COMMIT;
    EXIT WHEN (cur_name %NOTFOUND);
    END LOOP;
    CLOSE Cur_name;
    END;
    Trigger Created:
    CREATE OR REPLACE TRIGGER Trig_name
    AFTER INSERT ON TBL_A
    FOR EACH ROW
    BEGIN
    Proc_Load ('A');
    END;
    If iam Executing trigger Error OCcurs Table is Mutating .Trigger or Function May not see it.
    How to solve it?

  • Regarding Procedures and functions

    can we pass a cursor,table or ref cursor to a procedure and functions and can a function return cursor,table or ref cursor to a procedure and functions?please if possible give some examples with explanations
    thanks in advance..

    Hi,
    The definition for a Procedure or Function can be edited by selecting Edit from the drop-down menu for the Procedure/Function object in the Browser.
    The definition can then be edited as text, and so Table, REF CURSOR, ... parameters or return types can be added.
    (After completing the edit, select Save from the File menu, or alternatively Close the tab displaying the definition and select Yes to the Save Changes dialog.)
    The Oracle Database PL/SQL Language Reference documentation contains some examples of Procedure and Function definitions.
    David

  • Help regarding procedure

    hello,
    i juast want to know is oracle provide temporary procedure concept like ms-sql server provides .
    if yes please explain with example or post related links.
    if no then how can i achive it.
    i want to convert ms-sql server sp into oracle.
    any help appriciated
    thanks
    pankaj
    Message was edited by:
    Pankaj M

    Question is - what they are doing with this temporary procedure?
    Calling it just from the main proc?
    Then you can use just subprocedure in your main proc and call it whatever times you need:
    SQL> ed
    Wrote file afiedt.buf
      1  create or replace procedure main_prc is
      2    procedure nested_prc is
      3    begin
      4      null;
      5    end;
      6  begin
      7    nested_prc;
      8    nested_prc;
      9    nested_prc;
    10    nested_prc;
    11    nested_prc;
    12* end;
    SQL> /
    Procedure created.If these are used in another sessions i.e. according to article above - global temporary procedures, then you just simply need to think about the design, because craeting objects on the fly is bad style, for example, what you should do if another session has already created that global temporary proc?
    It seems that temporary procedures just like temporary tables are probably used here without actually thinking whether they are useful or not.
    Gints Plivna
    http://www.gplivna.eu

  • Regarding "Procedure Builder"

    In my PC I installed Oracle9iDS which is downloaded free form Oralce website, but I couldn't find "Procedure Builder" in this suite. So "Procedure Builder" is not included in DS free version? Or I didn't install properly?
    Thanks in advance

    As far as I know, Procedure builder is not available beginning with Oracle9ids(Experts, correct me if I am wrong). You may want to start looking at Oracle's JDeveloper.

  • Regarding procedures

    Hi,
    Now my requirement is to declare a cursor inside a procedure. How can I do it?
    Please send me sample code for doing this
    Thanks in advance

    Sample Code.....
    CREATE OR REPLACE PROCEDURE my_proc( in_var CHAR(1) ) AS
    CURSOR my_cur IS
    SELECT col1, col2 FROM my_table WHERE .........;
    begin
    FOR rec IN my_cur LOOP
    END LOOP;
    end my_proc;
    Hope this helps....!
    ~Chinmay

  • Questions regarding procedures

    1. How do we develop a procedure to create our own print statement?
    2. How do we write a procedure to accept for example deptno as input from an employee table and print all the details of employees ( name, number, job etc) with their grade from a salary table?
    Thanks

    user8706975 wrote:
    1. How do we develop a procedure to create our own print statement?Print on what, where and how?
    PL/SQL cannot "+print+" anything. It is a background server process. It is not connected to a mouse or keyboard to read user input. It is not connected to a computer screen or printer to provide user output.
    2. How do we write a procedure to accept for example deptno as input from an employee table and print all the details of employees ( name, number, job etc) with their grade from a salary table?Agree with Tubby. Sounds like homework.
    The correct way to do this is to create a procedure that accepts the data from the client software as parameters. The client program needs to interact with the user.
    It then creates a reference cursor for the required rows and returns that to the client. The client program uses this reference cursor, fetches from it, and displays the data to the user.
    Details on REF CURSORs in the [Oracle® Database PL/SQL User Guide and Reference|http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14261/sqloperations.htm#sthref1392].
    As for the client part - I assume you will be using SQL*Plus. You need to research how to use bind variables in SQL*Plus (the VAR command in SQL*Plus) - you need to use that to call the stored procedure and receive (as output variable) the reference cursor.
    As for displaying the ref cursor in SQL*Plus - that's the easy part. SQL*Plus sports a PRINT command that does that for you.
    All this information is readily available in the Oracle manual, in these forums and on the net. And hopefully part of this homework assignment is teaching you how to use the resources available (documentation and the Net) to research and solve a problem. That is as important as writing the right code at the end of the day.

  • Procedure Entry point HandleWindowFont

    Getting this error message regarding procedure entry point....You can click through it and it will eventually open but it's annoying as heck to have to do this every time I want to use PE11. Any advise will be appreciated...

    System info:
    Adobe Photoshop Elements Version: 11.0 (11.0 (20120922.r.32287)) x32
    Operating System: Windows 7 64-bit
    Version: 6.1 Service Pack 1
    System architecture: Intel CPU Family:6, Model:10, Stepping:7 with MMX, SSE Integer, SSE FP, SSE2, SSE3, SSE4.1, SSE4.2
    Physical processor count: 4
    Processor speed: 2292 MHz
    Built-in memory: 8106 MB
    Free memory: 5824 MB
    Memory available to Photoshop Elements: 3255 MB
    Memory used by Photoshop Elements: 70 %
    Image tile size: 128K
    Image cache levels: 6
    Display: 1
    Display Bounds:=  top: 0, left: 0, bottom: 900, right: 1600
    Video Card Number: 1
    Video Card: Intel(R) HD Graphics Family
    Driver Version: 8.15.10.2345
    Driver Date: 20110326000000.000000-000
    Video Card Driver: igdumd64.dll,igd10umd64.dll,igd10umd64.dll,igdumdx32,igd10umd32,igd10umd32
    Video Mode: 1600 x 900 x 4294967296 colors
    Video Card Caption: Intel(R) HD Graphics Family
    Video Card Memory: -234 MB
    Application folder: C:\Program Files (x86)\Adobe\Photoshop Elements 11\
    Temporary file path: C:\Users\JOHNSN~1\AppData\Local\Temp\
    Photoshop Elements scratch has async I/O enabled
    Scratch volume(s):
      C:\, 679.0G, 164.6G free
    Required Plug-ins folder: C:\Program Files (x86)\Adobe\Photoshop Elements 11\Required\
    Primary Plug-ins folder: C:\Program Files (x86)\Adobe\Photoshop Elements 11\Plug-Ins\
    Additional Plug-ins folder: C:\Program Files (x86)\Adobe\Plug-Ins\Filters\Filter Forge 3\
    Installed components:
       ACE.dll   ACE 2011/03/29-16:11:44   63.457850   63.457850
       adbeape.dll   Adobe APE 2011/01/17-12:03:36   64.452786   64.452786
       AdobeLinguistic.dll   Adobe Linguisitc Library   5.0.0  
       AdobeOwl.dll   Adobe Owl 2012/06/20-18:39:56   4.1.9   78.509892
       AdobeOwlCanvas.dll   Adobe Owl Canvas   3.0.68   61.2954
       AdobePDFL.dll   PDFL 2011/03/29-16:11:44   63.378681   63.378681
       AdobePIP.dll   Adobe Product Improvement Program   6.0.0.1654  
       AdobeXMP.dll   Adobe XMP Core 2010/10/12-08:45:30   63.139439   63.139439
       AdobeXMPFiles.dll   Adobe XMP Files   5.0   61.134777
       adobe_caps.dll   Adobe CAPS   4,0,42,0  
       Adobe_OOBE_Launcher.dll   Adobe OOBE Launcher   2.2.0.4 (BuildVersion: 2.2; BuildDate: Wed Apr 27 2011 21:49:00)   1.000000
       AGM.dll   AGM 2011/03/29-16:11:44   63.457850   63.457850
       ahclient.dll    AdobeHelp Dynamic Link Library   1,7,0,56  
       aif_core.dll   AIF   3.0   1.486530
       aif_ogl.dll   AIF   3.0   1.486530
       amtlib.dll   AMTLib   4.2.0.4 (BuildVersion: 4.2; BuildDate: Wed Apr 27 2011 21:49:00)   1.000000
       amtservices.dll   AMTServices   4.2.0.4 (BuildVersion: 4.2; BuildDate: Wed Apr 27 2011 21:49:00)   1.000000
       ARE.dll   ARE 2011/03/29-16:11:44   63.457850   63.457850
       asneu.dll    AsnEndUser Dynamic Link Library   1, 7, 0, 1  
       AXE8SharedExpat.dll   AXE8SharedExpat   3.3   49.279053
       AXEDOMCore.dll   AXEDOMCore   3.3   49.279053
       AXSLE.dll   AXSLE   3.3   49.279053
       Bib.dll   BIB 2011/03/29-16:11:44   63.457850   63.457850
       BIBUtils.dll   BIBUtils 2011/03/29-16:11:44   63.457850   63.457850
       boost_threads.dll   DVA Product   5.0.0  
       cg.dll   NVIDIA Cg Runtime   2.0.0015  
       cgGL.dll   NVIDIA Cg Runtime   2.0.0015  
       CoolType.dll   CoolType 2011/03/29-16:11:44   63.457850   63.457850
       data_flow.dll   AIF   3.0   1.486530
       dvaadameve.dll   DVA Product   5.0.0  
       dvacore.dll   DVA Product   5.0.0  
       dvaui.dll   DVA Product   5.0.0  
       ems.dll   Elements Organizer   11.0  
       ExtendScript.dll   ExtendScript 2010/03/05-08:21:15   61.423205   61.423205
       FaceDetector.dll   FaceDetector 0000/00/00-00:00:00   2.0.1.1   2.0.1.1
       FileInfo.dll   Adobe XMP FileInfo   5.0   61.134777
       filter_graph.dll   AIF   3.0   1.486530
       hydra_filters.dll   AIF   3.0   1.486530
       icucnv36.dll   International Components for Unicode 2009/06/17-13:21:03    Build gtlib_main.9896  
       icudt36.dll   International Components for Unicode 2009/06/17-13:21:03    Build gtlib_main.9896  
       image_compiler.dll   AIF   3.0   1.486530
       image_flow.dll   AIF   3.0   1.486530
       image_runtime.dll   AIF   3.0   1.486530
       JP2KLib.dll   JP2KLib 2011/03/29-16:11:44   63.196876   63.196876
       libifcoremd.dll   Intel(r) Visual Fortran Compiler   10.0 (Update A)  
       libmmd.dll   Intel(r) C Compiler, Intel(r) C++ Compiler, Intel(r) Fortran Compiler   10.0  
       LogSession.dll   LogSession   2.1.2.1640  
       MPS.dll   MPS 2011/05/24-09:45:42   63.464027   63.464027
       MSVCP100.dll   Microsoft® Visual Studio® 2010   10.00.30319.1  
       MSVCP71.dll   Microsoft® Visual Studio .NET   7.10.3077.0  
       MSVCR100.dll   Microsoft® Visual Studio® 2010   10.00.30319.1  
       MSVCR71.dll   Microsoft® Visual Studio .NET   7.10.3052.4  
       pdfsettings.dll   Adobe PDFSettings   1.04  
       Photoshop.dll   Adobe Photoshop Elements Editor   11.0  
       platform.DLL   Adobe Help System   1, 0, 0, 1  
       Plugin.dll   Adobe Photoshop Elements Editor   11.0  
       PSArt.dll   Adobe Photoshop Elements Editor   11.0  
       PSViews.dll   Adobe Photoshop Elements Editor   11.0  
       ScCore.dll   ScCore 2010/03/05-08:21:15   61.423205   61.423205
       shfolder.dll   Microsoft(R) Windows (R) 2000 Operating System   5.50.4027.300  
       Tbb.dll   Intel(R) Threading Building Blocks for Windows   2, 2, 2009, 1011  
       updaternotifications.dll   Adobe Updater Notifications Library   2.0.0.15 (BuildVersion: 1.0; BuildDate: BUILDDATETIME)   2.0.0.15
       WRServices.dll   WRServices Thursday January 21 2010 12:13:3   Build 0.11423   0.11423
    Required plug-ins:
       Accented Edges 12.0
       ADM 3.11x01
       Angled Strokes 12.0
       Auto Divide 11.0.0.0 (11.0 (20120922.r.32287))
       Average 12.0.2
       Bas Relief 12.0
       BMP 12.0.2
       Camera Raw 7.4
       Chalk & Charcoal 12.0
       Charcoal 12.0
       Chrome 12.0
       Clouds 12.0.2
       Color Halftone 12.0.2
       Color Variations 12.0.4 (12.0.4x001)
       Colored Pencil 12.0
       Comic NO VERSION
       CompuServe GIF 12.0.2
       Conté Crayon 12.0
       Correct Camera Distortion 12.0.2
       Craquelure 12.0
       Crop and Straighten Photos Filter 12.0.2
       Crosshatch 12.0
       Crystallize 12.0.2
       Cutout 12.0
       Dark Strokes 12.0
       Difference Clouds 12.0.2
       Diffuse Glow 12.0
       Displace 12.0.2
       Dry Brush 12.0
       Extrude 12.0.2
       FastCore Routines 12.0.4 (12.0.4x001)
       Fibers 12.0.2
       Film Grain 12.0
       Filter Gallery 12.0
       Fresco 12.0
       Glass 12.0
       Glowing Edges 12.0
       Grain 12.0
       Graphic Novel NO VERSION
       Graphic Pen 12.0
       Halftone Pattern 12.0
       Ink Outlines 12.0
       Lens Blur 12.0
       Lens Flare 12.0.2
       Lighting Effects 12.0.4 (12.0.4x001)
       Liquify 12.0.1
       Matlab Operation 12.0.4 (12.0.4x001)
       Mezzotint 12.0.2
       MMXCore Routines 12.0.4 (12.0.4x001)
       Mosaic Tiles 12.0
       Multiprocessor Support 12.0.4 (12.0.4x001)
       Neon Glow 12.0
       Note Paper 12.0
       Ocean Ripple 12.0
       OnEdge 1, 0, 0, 1
       Paint Daubs 12.0
       Palette Knife 12.0
       Patchwork 12.0
       Pen and Ink NO VERSION
       Photocopy 12.0
       Picture Package Filter 12.0.4 (12.0.4x001)
       Pinch 12.0.2
       Pixar 12.0.4 (12.0.4x001)
       Plaster 12.0
       Plastic Wrap 12.0
       PNG 12.0.2
       Pointillize 12.0.2
       Polar Coordinates 12.0.2
       Polar Coordinates 12.0.4 (12.0.4x001)
       Poster Edges 12.0
       Radial Blur 12.0.2
       Read Watermark 4.0
       Reticulation 12.0
       Ripple 12.0.2
       Rough Pastels 12.0
       Save for Web & Devices 12.0
       ScriptingSupport 12.0.4
       Shear 12.0.2
       Smart Blur 12.0.2
       Smudge Stick 12.0
       Solarize 12.0.2
       Spatter 12.0
       Spherize 12.0.2
       Sponge 12.0
       Sprayed Strokes 12.0
       Stained Glass 12.0
       Stamp 12.0
       Straighten and Crop Image 12.0.4 (12.0.4x001)
       Straighten Image 12.0.4 (12.0.4x001)
       Sumi-e 12.0
       Texture Fill 12.0.4 (12.0.4x001)
       TextureSelect 12.0.4 (12.0.4x001)
       Texturizer 12.0
       Tiles 12.0.2
       Torn Edges 12.0
       Twirl 12.0.2
       Underpainting 12.0
       Water Paper 12.0
       Watercolor 12.0
       Wave 12.0.2
       WIA Support 12.0.4 (12.0.4x001)
       Wind 12.0.2
       ZigZag 12.0.2
    Optional and third party plug-ins:
       Accented Edges 10.0 (x101)
       Angled Strokes 10.0 (x101)
       ASDStrm 1.03x2
       Auto Divide 10.0.0.0 (10.0 (20110831.m.17215))
       Average 11.0 (11.0x001)
       Bas Relief 10.0 (x101)
       Chalk & Charcoal 10.0 (x101)
       Charcoal 10.0 (x101)
       Chrome 10.0 (x101)
       Clouds 11.0 (11.0x001)
       Colored Pencil 10.0 (x101)
       CompuServe GIF 11.0 (11.0x001)
       Conté Crayon 10.0 (x101)
       Correct Camera Distortion 10.0
       Craquelure 10.0 (x101)
       Crop and Straighten Photos Filter 11.0 (11.0x001)
       Crosshatch 10.0 (x101)
       Cutout 10.0 (x101)
       Dark Strokes 10.0 (x101)
       Difference Clouds 11.0 (11.0x001)
       Diffuse Glow 10.0 (x101)
       Dry Brush 10.0 (x101)
       Film Grain 10.0 (x101)
       Filmstrip 11.0 (11.0x001)
       Filter Forge 3 3.014.28113.7042 Release, April 19, 2013 10:20
       Filter Forge 3 3.014.28113.7042 Release, April 19, 2013 10:20
       Filter Gallery 10.0 (x101)
       Frame From Video 6.0
       Fresco 10.0 (x101)
       Glass 10.0 (x101)
       Glowing Edges 10.0 (x101)
       Grain 10.0 (x101)
       Graphic Pen 10.0 (x101)
       Halftone Pattern 10.0 (x101)
       Ink Outlines 10.0 (x101)
       Magic Extractor 12.0.4 (12.0.4x001)
       Matlab Operation 11.0 (11.0x001)
       Mosaic Tiles 10.0 (x101)
       Neon Glow 10.0 (x101)
       Note Paper 10.0 (x101)
       NTSC Colors 11.0 (11.0x001)
       Ocean Ripple 10.0 (x101)
       OnEdge 1, 0, 0, 1
       Paint Daubs 10.0 (x101)
       Palette Knife 10.0 (x101)
       Patchwork 10.0 (x101)
       PCX 11.0 (11.0x001)
       Photocopy 10.0 (x101)
       PhotomergeUI 12.0.4 (12.0.4x001)
       Picture Package Filter 11.0 (11.0x001)
       Pixar 11.0 (11.0x001)
       Plaster 10.0 (x101)
       Plastic Wrap 10.0 (x101)
       PNG 11.0 (11.0x001)
       Poster Edges 10.0 (x101)
       Reticulation 10.0 (x101)
       Rough Pastels 10.0 (x101)
       Smudge Stick 10.0 (x101)
       Solarize 11.0 (11.0x001)
       Spatter 10.0 (x101)
       Sponge 10.0 (x101)
       Sprayed Strokes 10.0 (x101)
       Stained Glass 10.0 (x101)
       Stamp 10.0 (x101)
       Straighten and Crop Image 11.0 (11.0x001)
       Straighten Image 11.0 (11.0x001)
       Sumi-e 10.0 (x101)
       Targa 11.0 (11.0x001)
       Texture Fill 11.0 (11.0x001)
       TextureSelect 10.0 (10.0x001)
       Texturizer 10.0 (x101)
       Torn Edges 10.0 (x101)
       Underpainting 10.0 (x101)
       Water Paper 10.0 (x101)
       Watercolor 10.0 (x101)
       Wireless Bitmap 11.0 (11.0x001)
    Plug-ins that failed to load: NONE
    Installed TWAIN devices: NONE
    Hope this helped. I opened finally this morning after about 20 or so clicks on the ok button...

  • How to find where is bottleneck oracle 11.2

    I am running oracle 11gr2 on windows server 2008 R2 having ram 20gb.
    I am taking statspack report on database and following is it:
    i am not getting where is actual bottleneck is and some time there is problem regarding procedure hangup which having business logic fetch by cursor.
    i am generate statistics every day using :
    begin
    dbms_stats.gather_schema_stats(ownname => 'MFG',cascade => TRUE,no_invalidate => FALSE);
    end;
    and also using:
    analyze table abc compute statistics;
    stats pack report:
    Load Profile Per Second Per Transaction Per Exec Per Call
    ~~~~~~~~~~~~ ------------------ ----------------- ----------- -----------
    DB time(s): 2.0 0.8 0.00 0.01
    DB CPU(s): 1.5 0.6 0.00 0.00
    Redo size: 68,274.8 28,441.6
    Logical reads: 83,672.4 34,855.8
    Block changes: 633.0 263.7
    Physical reads: 2,763.0 1,151.0
    Physical writes: 37.4 15.6
    User calls: 379.8 158.2
    Parses: 342.6 142.7
    Hard parses: 0.3 0.1
    W/A MB processed: 9.9 4.1
    Logons: 34.0 14.2
    Executes: 2,702.3 1,125.7
    Rollbacks: 0.0 0.0
    Transactions: 2.4
    Instance Efficiency Indicators
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Buffer Nowait %: 100.00 Redo NoWait %: 100.00
    Buffer Hit %: 98.06 Optimal W/A Exec %: 99.99
    Library Hit %: 100.03 Soft Parse %: 99.90
    Execute to Parse %: 87.32 Latch Hit %: 99.97
    Parse CPU to Parse Elapsd %: 91.04 % Non-Parse CPU: 99.19
    Shared Pool Statistics Begin End
    Memory Usage %: 68.94 69.12
    % SQL with executions>1: 64.57 65.59
    % Memory for SQL w/exec>1: 81.76 82.22
    Top 5 Timed Events Avg %Total
    ~~~~~~~~~~~~~~~~~~ wait Call
    Event Waits Time (s) (ms) Time
    CPU time 2,194 71.4
    db file sequential read 131,781 323 2 10.5
    db file scattered read 89,404 206 2 6.7
    Disk file operations I/O 91,788 176 2 5.7
    direct path read 17,001 89 5 2.9
    Host CPU (CPUs: 8 Cores: 4 Sockets: 1)
    ~~~~~~~~ Load Average
    Begin End User System Idle WIO WCPU
    16.82 5.62 77.56
    Instance CPU
    ~~~~~~~~~~~~ % Time (seconds)
    Host: Total time (s): 15,156.8
    Host: Busy CPU time (s): 3,401.3
    % of time Host is Busy: 22.4
    Instance: Total CPU time (s): 2,827.1
    % of Busy CPU used for Instance: 83.1
    Instance: Total Database time (s): 3,753.3
    %DB time waiting for CPU (Resource Mgr): 0.0
    Memory Statistics Begin End
    ~~~~~~~~~~~~~~~~~ ------------ ------------
    Host Mem (MB): 20,468.5 20,468.5
    SGA use (MB): 11,022.6 11,022.6
    PGA use (MB): 779.3 807.4
    % Host Mem used for SGA+PGA: 57.7 57.8
    Time Model System Stats DB/Inst: ORACLE/oracle Snaps: 511-512
    -> Ordered by % of DB time desc, Statistic name
    Statistic Time (s) % DB time
    sql execute elapsed time 2,912.2 78.8
    DB CPU 2,825.0 76.4
    connection management call elapsed 343.6 9.3
    PL/SQL execution elapsed time 56.6 1.5
    parse time elapsed 42.8 1.2
    hard parse elapsed time 25.1 .7
    PL/SQL compilation elapsed time 1.1 .0
    repeated bind elapsed time 1.0 .0
    inbound PL/SQL rpc elapsed time 0.7 .0
    hard parse (sharing criteria) elaps 0.5 .0
    sequence load elapsed time 0.1 .0
    failed parse elapsed time 0.0 .0
    hard parse (bind mismatch) elapsed 0.0 .0
    DB time 3,697.2
    background elapsed time 56.1
    background cpu time 2.1
    Foreground Wait Events DB/Inst: ORACLE/oracle Snaps: 511-512
    -> Only events with Total Wait Time (s) >= .001 are shown
    -> ordered by Total Wait Time desc, Waits desc (idle events last)
    Avg %Total
    %Tim Total Wait wait Waits Call
    Event Waits out Time (s) (ms) /txn Time
    db file sequential read 131,324 0 321 2 28.9 10.5
    db file scattered read 89,376 0 206 2 19.6 6.7
    Disk file operations I/O 91,705 0 176 2 20.2 5.7
    direct path read 16,992 0 89 5 3.7 2.9
    log file sync 5,064 0 16 3 1.1 .5
    db file parallel read 1,575 0 14 9 0.3 .4
    enq: KO - fast object checkp 8 0 5 591 0.0 .2
    control file sequential read 4,457 0 2 0 1.0 .1
    direct path write temp 1,635 0 2 1 0.4 .1
    SQL*Net more data to client 14,776 0 1 0 3.2 .0
    SQL*Net message from dblink 603 0 0 1 0.1 .0
    ADR block file read 91 0 0 4 0.0 .0
    direct path read temp 713 0 0 0 0.2 .0
    SQL*Net break/reset to clien 152 0 0 0 0.0 .0
    asynch descriptor resize 8,239 100 0 0 1.8 .0
    library cache: mutex X 1,238 0 0 0 0.3 .0
    SQL*Net more data from dblin 345 0 0 0 0.1 .0
    ADR block file write 5 0 0 0 0.0 .0
    latch free 66 0 0 0 0.0 .0
    direct path write 4 0 0 0 0.0 .0
    cursor: pin S 10 0 0 0 0.0 .0
    SQL*Net message from client 526,480 0 238,770 454 115.7
    jobq slave wait 3,954 100 2,034 514 0.9
    wait for unread message on b 1,896 98 1,894 999 0.4
    Streams AQ: waiting for mess 379 100 1,892 4993 0.1
    SQL*Net more data from clien 11,597 0 4 0 2.5
    single-task message 29 0 1 21 0.0
    SQL*Net message to client 526,478 0 1 0 115.7
    Background Wait Events DB/Inst: ORACLE/oracle Snaps: 511-512
    -> Only events with Total Wait Time (s) >= .001 are shown
    -> ordered by Total Wait Time desc, Waits desc (idle events last)
    Avg %Total
    %Tim Total Wait wait Waits Call
    Event Waits out Time (s) (ms) /txn Time
    log file parallel write 7,020 0 16 2 1.5 .5
    db file parallel write 5,529 0 14 3 1.2 .5
    control file sequential read 5,966 0 5 1 1.3 .2
    control file parallel write 1,618 0 3 2 0.4 .1
    log file sequential read 66 0 3 50 0.0 .1
    SQL*Net more data to client 64,218 0 2 0 14.1 .1
    db file sequential read 457 0 2 4 0.1 .1
    os thread startup 66 0 1 8 0.0 .0
    Disk file operations I/O 83 0 0 1 0.0 .0
    asynch descriptor resize 64,343 100 0 0 14.1 .0
    direct path read 9 0 0 6 0.0 .0
    db file scattered read 28 0 0 2 0.0 .0
    rdbms ipc reply 8 0 0 0 0.0 .0
    LGWR wait for redo copy 57 0 0 0 0.0 .0
    log file single write 8 0 0 0 0.0 .0
    db file single write 1 0 0 2 0.0 .0
    rdbms ipc message 14,376 51 31,809 2213 3.2
    DIAG idle wait 3,738 100 3,788 1013 0.8
    smon timer 12 33 2,077 ###### 0.0
    dispatcher timer 32 100 1,920 60012 0.0
    Streams AQ: qmn coordinator 136 50 1,905 14009 0.0
    Streams AQ: qmn slave idle w 68 0 1,905 28017 0.0
    pmon timer 2,099 30 1,896 903 0.5
    Space Manager: slave idle wa 381 98 1,894 4970 0.1
    shared server idle wait 63 100 1,891 30014 0.0
    SQL*Net message from client 257,103 0 1,741 7 56.5
    SQL*Net more data from clien 64,218 0 88 1 14.1
    SQL*Net message to client 192,827 0 0 0 42.4
    -------------------------------------------------------------

    Now , I am perform only analyzed method for statics.
    but even though dbms_stats is new method and cover all limit of analyzed method why should you not prefer it?..
    second thing we don't have licence for performance tuning so,AWR does not work . I am using stats pack utility and some query to find top sql on load time which are as below:
    high memory consumed:
    110125     19483     5.65     
    begin CHECK_EMP_ISSUE(P_FOR_COMP=>:P_FOR_COMP, P_FOR_TRANS_DATE=>:P_FOR_TRANS_DATE, P_FOR_EMP_CODE=>:P_FOR_EMP_CODE, P_FOR_DEPT_CODE=>:P_FOR_DEPT_CODE, P_FOR_PROCESS=>:P_FOR_PROCESS, P_FOR_KAPAN_NO=>:P_FOR_KAPAN_NO, P_FOR_PACKET_NO=>:P_FOR_PACKET_NO, P_FOR_PACKET_ID=>:P_FOR_PACKET_ID, P_FOR_ISSUE_TYPE=>:P_FOR_ISSUE_TYPE, P_FOR_SHIFT_NO=>:P_FOR_SHIFT_NO, P_FOR_MC_CODE=>:P_FOR_MC_CODE, P_FOR_CHECK_PREF_EMP=>:P_FOR_CHECK_PREF_EMP, P_FOR_DUMMY=>:P_FOR_DUMMY, P_FOR_MSG=>:P_FOR_MSG, P_FOR_WARNING=>:P_FOR_WARNING, P_FOR_MSG_VALUE=>:P_FOR_MSG_VALUE, VREC=>:VREC); end;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             high i/o consumed:
    EVENT                         WAIT_CLASS       USER_IO_WAIT_TIME          SQL_TEXT                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              
    asynch descriptor resize     Other            32454263             SELECT /*+ result_cache */ COMP_CODE,KAPAN_GROUP,VKAPAN_GROUP,SEQ_NO,PACKET_ID,CHILD_ID,INW_DATE, VKAPAN_NO,KAPAN_NO,VPACKET_NO,PACKET_NO,SUB_ID,STONE_TYPE,PCS,WGT,CUR_WGT,P_SEQ_NO,L_SEQ_NO, STAGE,STATUS,PACKET_TYPE,:B1 DEPT_CODE,EMP_CODE,PROCESS,CLV_END_DATE,MFG_END_DATE,TRUNC(SYSDATE)-TRUNC(INW_DATE)VDAYS FROM ( SELECT /*+ leading(a) use_hash(b)*/ :B3 COMP_CODE,A.KAPAN_GROUP,A.VKAPAN_GROUP,:B1 DEPT_CODE,A.SEQ_NO,A.PACKET_ID,A.CHILD_ID,A.INW_DATE, A.VKAPAN_NO,A.KAPAN_NO,A.VPACKET_NO,A.PACKET_NO,A.SUB_ID,A.STONE_TYPE,A.PCS PCS,A.WGT,A.CUR_WGT,A.P_SEQ_NO,A.L_SEQ_NO,

  • Problem with processor consumption ntoskrnl

    In processes, System is using 15% of my processor power all the time. Just started happening yesterday. System interrupts is also showing 8% CPU. So, I clicked on GoToDetails, and I found that it was NT Kernel & System, I clicked takemetofile and it
    was ntoskrnl. For the interrupts, I was taken to service Deferred Procedure Calls and Interrupt Service Routines. How can I stop this?

    Hi rkguy,
    Please follow the WIKI article posted by Team Zigzag to take a performance trace. 
    Regarding Procedure Calls and Interrupt Service Routines, the below is a blog talking about this:
    Do you know where your processor spends its time?
    More reference:
    Troubleshooting High CPU Utilization issues using Tracelog.exe
    Best regards
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Excise,cst,vat calculation

    Hi!,
    Can any one send me the material regarding procedure /rules/regulations of our government  for excise,cenvat availament, sales taxes,cst,vat in different scenarios...
    I am new to taxes...
    [email protected] or [email protected]
    thanks in advance.
    full points will be given,
    ramesh B.
    Edited by: Ramesh Balivada on Feb 12, 2008 7:20 AM

    Dear Ramesh,
    The rule for excise,cenvat availament, sales taxes,cst,vat vary from company to company, product to product within the same company. These inputs are correctly available from the client & we require to map the same accordingly. Incase of CST, it is 4% against 'C' form when product / material crosses the state boundary, but without 'C' form the LST / VAT will be applicable.
    Regards,
    Rajesh Banka

  • Experts Experience Are Required Here

    Dear Sir,
    I have copied this code from your article from oracle.com but I need to do one modification.
    I want to send the form name to the procedure to retrieve all the information instead of opening each form.
    Best regards
    PROCEDURE Get_Canvas_Names IS
    lc$blockDeb     varchar2(60); -- start block
    lc$block          varchar2(60); -- current block name
    lc$item               varchar2(60); -- current item
    lc$Type               varchar2(20); -- item type
    lc$itemdeb     varchar2(60); -- first item
    lc$canvas          varchar2(60); -- current canvas name
    lc$tabcan          varchar2(60); -- current tab canvas name
    lc$Acanvas     varchar2(60):= ' '; -- old canvas name
    lc$Atabcan     varchar2(60):= ' '; -- old tab canvas name
    ln$NbRec          pls_integer := 0 ; -- number of records (for know if the block is multi-records)
    BEGIN
    LC$BlockDeb := get_form_property( NAME_IN('System.Current_Form'), FIRST_BLOCK ) ;
    LC$Block := LC$BlockDeb ;
    Loop -- For each block of the form
    LN$NbRec := get_block_property(LC$BLOCK, RECORDS_DISPLAYED) ;
    lc$itemdeb := get_block_property(LC$BLOCK, FIRST_ITEM) ;
    lc$item := LC$BLOCK || '.' || lc$itemdeb ;
    while lc$itemdeb is not null loop -- For each item
    -- visible item ? --
    IF GET_ITEM_PROPERTY(LC$Item , VISIBLE) = 'TRUE' Then
         -- Get the canvas and tab canvas name --
         lc$canvas := GET_ITEM_PROPERTY(LC$Item , ITEM_CANVAS ) ;
         lc$tabcan := GET_ITEM_PROPERTY(LC$Item , ITEM_TAB_PAGE ) ;
    End if ; -- GET_ITEM_PROPERTY(LC$Item , VISIBLE) = 'TRUE'
    lc$itemdeb := get_item_property(lc$item, NEXT_NAVIGATION_ITEM );
    lc$item := LC$BLOCK || '.' || lc$itemdeb ;
    end loop ;
    LC$Block := get_block_property( LC$Block, NEXTBLOCK ) ; -- next block
    exit when LC$Block is null ;
    End loop ;
    END Get_Canvas_Names;

    Hello,
    You can't. All these Forms built-ins can be applied only on the current form running in memory. There is no built-in that allows to read a Forms module that is not loaded in memory.
    Francois

Maybe you are looking for

  • Automatic Generartion of Transfer Order

    Dear SAP Prof, How Automatic Transfer order is created The moment Delivry is SAVED....? Is their any configuration settings have to be done......? Please Suggests me for the above querry... Shafi

  • HT1338 can apple remote desktop 3 access my pc work desktop?

    can apple remote desktop 3 access my pc work desktop? Do I have to get microsoft office 2011 in order to do this?

  • Function ws_upload error

    Hi , I am uploading a file through function module 'WS_UPLOAD'  but it does not uploads everything. It just uploads first 7 fields .                                   The file which i am uploading is a tab delimited file .Here is my code . data: path

  • How to remove clip of static from Real Instrument tracks

    I posted about this a while ago and never followed up on it [http://discussions.apple.com/thread.jspa?threadID=2454679&tstart=0]. Original question: I've been heavily trimming vocal/real bass guitar parts. And at the beginning of the track, there's a

  • C4680 Printing Photos HUGE

    My printer will not print the photos the sizes I want them, it just prints them all as big as it can, no matter what size I type in. It doesn't even try to tile them when they print too big for the paper, it just prints it off the page. It does this