Need records after 1 to 8 employees

I need a query that shows the records of 5 employees whose salary less than after
Having the salary in descending order from 1 to 8 employees.
As for example:
select EMPNO ,sal from emp order by sal desc ;
EMPNO      SAL
7839           5000
7788           3000
7902           3000
7566           2975
7698           2850
7782           2450
7499           1600
7844           1500
7934           1300
7521           1250
7654           1250
7876           1100
7900 950
7369 800
Now i want to see the only 5(five) records with salary after 1 to 8 EMPNO.

I am not sure if this is what you want, but give it a try.
SELECT employee_id, salary
  FROM (SELECT employee_id, salary,
               ROW_NUMBER () OVER (ORDER BY salary DESC) rn
          FROM employees)
WHERE rn > 8 AND rn < 14

Similar Messages

  • Need Count of Displayed records after suprresion

    Hi All,
    My question is looks very simple but it made me very tough to get it. pls help me if you have any clue.
    I have a report having 20 detail records from Database.
    I used some condition at Section expert to suppress some data, after that I have only 10 records as report out put.
    Now, at the report footer I need the count of the records.So, when I use count function its showing 20 instead of 10.
    How to get the count of available records after suppressing.
    Thank you,
    Krishna Pingali

    Hi Krishna!
    I would try using a conditional Running Total formula to add each record that does not fit the suppression criteria, and then a display formula to display the final total.
    Ex -
    @Non-Suppressed Count Calc
    WhilePrintingRecords;
    NumberVar NSC;
    If <> <suppression criteria> Then NSC := NSC + 1
    Else NSC := NSC
    @Non-Suppressed Count Display
    WhilePrintingRecords;
    NumberVar NSC;
    NSC
    Place the first formula in your Details Section and the Second in the appropriate Footer Section.
    Hope that helps!  

  • Is there a way to get a user login record after sleep?

    I know that by opening terminal and typing in "last" (without the quote marks) that it will give me about a 3 week record of who has logged on my computer after shutdowns and restarts.
    What I want to know is this:
    a) Is there a way to get a user login record after the computer only goes to sleep?
    b) is there a way to get the terminal to go back further than just 3 weeks or so for the shutdown/restart records?
    Is there software that might do this???
    Thanks in advance, this is important for me.

    bikinijack wrote:
    Thanks, Dave: so this is what I type in the terminal? "ls -l /var/log/wtmp*" (without the quotes). And how do you unzip something that has been "gzipped"?
    "man gzip" will give you the details for using gzip
    My first question can be explained this way: To get into the computer when it is coming out of sleep you need to type in a password, then it opens to the desktop. Is there a way I can find out the times over the course of a day/week/month that this is being done? i.e., is there a log being made somewhere of when the computer is being opened and signed onto after being asleep?
    When you wake the computer from a sleep, you are not logging in again so there will be
    no record of the event as a "login"
    My computer possibly could be used by a few other people that have access to my computer password (don't ask why) and I basically want to know if they are signing on when I am away from my desk.
    You may want to look at /var/log/asl.log or /var/log/secure.log which contain details of
    authentication attempts (which is what you are doing) and failures.
    I am not asking why you have multiple people accessing your computer with your password --
    but consider setting up separate username, it is a lot easier to manage and you will probably
    not be asking questions like this one.
    Dave

  • When recording a slideshow, why does audio stop recording after about 30 seconds even though slides and presentation continues?

    I'm doing everything the same and have made many successful slideshow recordings using Keynote, but since updating the Yosemite and then updating Keynote the audio just stops recording after about 30 seconds.
    The slides keep on changing and recording the video, but after 30 seconds the audio stops recording even though it seems to be registering the sound and the mic is not muted in Keynote.
    Is there some change or new setting I am not aware of that needs to be altered?
    Any advice would be helpful as I need to record a lot of presentations.
    OS X Yosemite version 10.10
    Keynote version 6.5
    MacBook Pro (Retina, 15-inch, Late 2013)
    2.6 GHz Intel Core i7
    16 GB 1600 MHz DDR3
    Intel Iris Pro 1536 MB

    I can't imagine this will work as the the application is tied into a specific computer and user ID to prevent unauthorised use of single use applications. Copying over has not worked with previous versions of Keynote.
    It worked for me. I guess it could be because we bought our Macs together and have home sharing or something. Either way, I'm running Yosemite but with Keynote 6.2.2. and not updating again until Apple do something about this bug.

  • How to show the new table record after creating

    I have a table form. After creating a new record to the table, the page go back to the same page. I wanta know how to show the new record after click 'Create' button. Right now, all the items will be cleared.
    Thanks.

    The button submits the page so just create a branch that directs to a new page (which you'll have to create if you have not already done so) after submission which directs to a new page and uses the newly generate PK to display the row you've generated. You'll need to make the branch conditional on that press of the Create button.
    Phil

  • Need to transfer more than 150 employees from one company code to another company code

    Dear Sir/Madam,
    I am new in SAP HCM . We need to transfer more than 150 employees from one company code to another company code due to some business requirement. Please suggest the process of transfer from one company code to another company code considering the other element like gratuity , leave entitlement, Bonus , Exgratia   etc.
    Your quick response will be highly appreciated.
    Thanks & regards,
    Babuna Ray
    Mob:- 9007295305
    [email protected]

    Dear,
    do not transfer employee from one company code to another issues are as under.
    1. Employees Form 16 you will get wrong value as per I Tax law because of company is having different PAN & TAN.
    2. Form 24 Q annual return data will not get properly/easily from SAP because of form 24 Q will run on Payroll area base/ company code base
    3. PF number is different for these 2 company codes then you are unable to submit annual return.
    4. If employee will get hike after the transfer case then system will post expenses period wise means if employee is having 2 different cost center related 2 different company codes posting will done as per this scenario is it accepted to Account Depatment? it is reflected in FICO through KSBB how can they manage expenditure which is related to previous month?
    Like this many points are there you have to study it and then suggest to your client.
    Regards
    Subhedar
    9158881202

  • Duplication of records after trasport to BI PRD

    Hi all,
    I am facing problem of duplication of the records after transporting to production environment. The same is running fine in Dev.
    This development is based on function module. Please suggest if anyone has an idea. I have attached FM code for reference.
    amit shetye.
    FUNCTION zmmf_pacm.
    ""Local Interface:
    *"  IMPORTING
    *"     VALUE(I_REQUNR) TYPE  SRSC_S_IF_SIMPLE-REQUNR
    *"     VALUE(I_DSOURCE) TYPE  SRSC_S_IF_SIMPLE-DSOURCE OPTIONAL
    *"     VALUE(I_MAXSIZE) TYPE  SRSC_S_IF_SIMPLE-MAXSIZE OPTIONAL
    *"     VALUE(I_INITFLAG) TYPE  SRSC_S_IF_SIMPLE-INITFLAG OPTIONAL
    *"     VALUE(I_READ_ONLY) TYPE  SRSC_S_IF_SIMPLE-READONLY OPTIONAL
    *"     VALUE(I_REMOTE_CALL) TYPE  SBIWA_FLAG DEFAULT SBIWA_C_FLAG_OFF
    *"  TABLES
    *"      I_T_SELECT TYPE  SRSC_S_IF_SIMPLE-T_SELECT OPTIONAL
    *"      I_T_FIELDS TYPE  SRSC_S_IF_SIMPLE-T_FIELDS OPTIONAL
    *"      E_T_DATA STRUCTURE  ZMMS_PACM OPTIONAL
    Maximum number of lines for DB table
      STATICS: s_s_if TYPE srsc_s_if_simple,
               s_counter_datapakid LIKE sy-tabix,
               s_cursor TYPE cursor.
      RANGES: s_werks FOR t001w-werks,
              s_ekorg FOR ekko-ekorg,
              s_matnr FOR mara-matnr,
              s_matkl FOR mara-matkl,
              s_spmon FOR s031-spmon.
      DATA: l_s_select TYPE srsc_s_select.
      IF i_initflag = sbiwa_c_flag_on.
    Check Data Source validity
        CASE i_dsource.
          WHEN 'ZMMF_PACM'.
          WHEN OTHERS.
            IF 1 = 2. MESSAGE e009(r3). ENDIF.
            log_write 'E'                  "message type
                      'R3'                 "message class
                      '009'                "message number
                      i_dsource   "message variable 1
                      ' '.                 "message variable 2
            RAISE error_passed_to_mess_handler.
        ENDCASE.
        APPEND LINES OF i_t_select TO s_s_if-t_select.
        s_s_if-requnr    = i_requnr.
        s_s_if-dsource = i_dsource.
        s_s_if-maxsize   = i_maxsize.
        CLEAR : sy-index.
        APPEND LINES OF i_t_fields TO s_s_if-t_fields.
      ELSE.                 "Initialization mode or data extraction ?
        LOOP AT s_s_if-t_select INTO l_s_select WHERE fieldnm = 'WERKS'.
          MOVE-CORRESPONDING l_s_select TO s_werks.
          APPEND s_werks.
        ENDLOOP.
        LOOP AT s_s_if-t_select INTO l_s_select WHERE fieldnm = 'EKORG'.
          MOVE-CORRESPONDING l_s_select TO s_ekorg.
          APPEND s_ekorg.
        ENDLOOP.
        LOOP AT s_s_if-t_select INTO l_s_select WHERE fieldnm = 'MATNR'.
          MOVE-CORRESPONDING l_s_select TO s_matnr.
          APPEND s_matnr.
        ENDLOOP.
        LOOP AT s_s_if-t_select INTO l_s_select WHERE fieldnm = 'MATKL'.
          MOVE-CORRESPONDING l_s_select TO s_matkl.
          APPEND s_matkl.
        ENDLOOP.
        LOOP AT s_s_if-t_select INTO l_s_select WHERE fieldnm = 'SPMON'.
          MOVE-CORRESPONDING l_s_select TO s_spmon.
          APPEND s_spmon.
        ENDLOOP.
      viswa
    START-OF-SELECTION.                                                  *
    *START-OF-SELECTION.
        CONCATENATE s_spmon-low  '01' INTO w_date.
        CONCATENATE s_spmon-high  '01' INTO w_date1.
        CALL FUNCTION 'MM_LAST_DAY_OF_MONTHS'
          EXPORTING
            day_in            = w_date1
          IMPORTING
            last_day_of_month = w_date2.
    EXCEPTIONS
      DAY_IN_NO_DATE          = 1
      OTHERS                  = 2          .
        IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
        ENDIF.
        r_date-sign   = 'I'.
        r_date-option = 'BT'.
        r_date-low    = w_date.
        r_date-high   = w_date2.
        APPEND r_date.
        CLEAR r_date.
        r_werks-sign   = 'I'.
        r_werks-option = 'BT'.
        r_werks-low    = s_werks.
        r_werks-high   = s_werks.
        APPEND r_werks.
        CLEAR r_werks.
    ***********mov types**************
        r_bwart-sign = 'I'.
        r_bwart-option = 'EQ'.
        r_bwart-low = '101'.
        APPEND r_bwart.
        CLEAR r_bwart.
        r_bwart-sign = 'I'.
        r_bwart-option = 'EQ'.
        r_bwart-low = '102'.
        APPEND r_bwart.
        CLEAR r_bwart.
        r_bwart-sign = 'I'.
        r_bwart-option = 'EQ'.
        r_bwart-low = '122'.
        APPEND r_bwart.
        CLEAR r_bwart.
    r_matnr-sign = 'I'.
    r_matnr-option = 'BT'.
    r_matnr-low = p_matnr.
    r_matnr-high = p_matnr.
    APPEND r_matnr.
    CLEAR r_matnr.
        CLEAR : list, list[].
        FREE : list, list[].
        SUBMIT zmmr_mdl  WITH matnr IN s_matnr
                         WITH werks IN s_werks
                         WITH bwart IN r_bwart
                         WITH budat IN r_date
                         WITH ar_flag = 'X'
                         AND RETURN.
        IMPORT list FROM MEMORY ID '%%LIST%%'.
        FREE MEMORY ID '%%LIST%%'.
        DELETE list WHERE   bwart = '101'
                            AND shkzg = 'H'.
        DELETE list WHERE   bwart = '102'
                            AND shkzg = 'S'.
        DELETE list WHERE   bwart = '122'
                             AND shkzg = 'S'.
      DELETE list WHERE ebeln = space.
        SELECT ebeln
               ekorg FROM ekko INTO TABLE t_ekko
               FOR ALL ENTRIES IN list
               WHERE ebeln = list-ebeln
               AND ekorg IN s_ekorg.
        SELECT ebeln
               ebelp
               matnr
               werks
               matkl FROM ekpo INTO TABLE t_ekpo
               FOR ALL ENTRIES IN t_ekko
               WHERE ebeln = t_ekko-ebeln
               AND werks IN s_werks
               AND matnr IN s_matnr
               AND matkl IN s_matkl.
        LOOP AT list.
       LOOP AT t_ekpo WHERE werks = list-werks
                         AND ebeln = list-ebeln
                         AND matnr = list-matnr.
          READ TABLE t_ekpo WITH KEY werks = list-werks
                                     ebeln = list-ebeln
                                     matnr = list-matnr.
          READ TABLE t_ekko WITH KEY ebeln = t_ekpo-ebeln.
          IF sy-subrc = 0.
            MOVE:list-ebeln TO t_final-ebeln,
                 list-werks TO t_final-werks,
                 list-budat TO t_final-budat,
                 list-menge TO t_final-menge,
                 list-dmbtr TO t_final-dmbtr,
                 list-meins TO t_final-meins,
                 t_ekko-ekorg TO t_final-ekorg,
                 t_ekpo-matnr TO t_final-matnr,
                 t_ekpo-matkl TO t_final-matkl.
          ENDIF.
       ENDLOOP.
          APPEND t_final.
          CLEAR t_final.
        ENDLOOP.
        DATA : ind TYPE i.
        DATA : ind1 TYPE i.
        DATA : p_size LIKE s_s_if-maxsize.
        t1 = t1 + 1.
        IF t1 > 1.
          ind1 = 1.
          DO t1 TIMES.
            IF ind1 NE 1.
              DELETE t_final FROM 1 TO s_s_if-maxsize.
            ENDIF.
            ind1 = ind1 + 1.
          ENDDO.
        ENDIF.
        DATA:w_wgbez LIKE t023t-wgbez,
              w_mtart LIKE mara-mtart.
        LOOP AT t_final.
          ind = ind + 1.
          IF s_s_if-maxsize GE ind.
            e_t_data-werks    = t_final-werks.
            e_t_data-ekorg    = t_final-ekorg.
            e_t_data-matkl    = t_final-matkl.
            SELECT SINGLE wgbez FROM t023t INTO w_wgbez WHERE matkl = e_t_data-matkl.
            e_t_data-wgbez = w_wgbez.
            SELECT SINGLE mtart FROM mara INTO w_mtart WHERE matnr = t_final-matnr.
            e_t_data-mtart = w_mtart.
            IF t_final-budat+4(2) = '01'.
              e_t_data-meins    = t_final-meins.
              e_t_data-matnr    = t_final-matnr.
              e_t_data-spmon    = t_final-budat+0(6).
              e_t_data-jan_qty   = t_final-menge.
              e_t_data-jan_val   = t_final-dmbtr.
              IF NOT e_t_data-jan_qty IS INITIAL.
                e_t_data-jan_avg =  e_t_data-jan_val / e_t_data-jan_qty.
              ENDIF.
              v_jan = t_final-budat+2(2).
            ELSEIF t_final-budat+4(2) = '02'.
              e_t_data-meins    = t_final-meins.
              e_t_data-matnr    = t_final-matnr.
              e_t_data-spmon    = t_final-budat+0(6).
              e_t_data-feb_qty   = t_final-menge.
              e_t_data-feb_val  = t_final-dmbtr.
              IF NOT e_t_data-feb_qty IS INITIAL.
                e_t_data-feb_avg = e_t_data-feb_val / e_t_data-feb_qty.
              ENDIF.
              v_feb = t_final-budat+2(2).
            ELSEIF t_final-budat+4(2) = '03'.
              e_t_data-meins    = t_final-meins.
              e_t_data-matnr    = t_final-matnr.
              e_t_data-spmon    = t_final-budat+0(6).
              e_t_data-mar_qty   = t_final-menge.
              e_t_data-mar_val   = t_final-dmbtr.
              IF NOT e_t_data-mar_qty IS INITIAL.
                e_t_data-mar_avg = e_t_data-mar_val / e_t_data-mar_qty.
              ENDIF.
              v_mar = t_final-budat+2(2).
            ELSEIF t_final-budat+4(2) = '04'.
              e_t_data-meins    = t_final-meins.
              e_t_data-matnr    = t_final-matnr.
              e_t_data-spmon    = t_final-budat+0(6).
              e_t_data-apr_qty   = t_final-menge.
              e_t_data-apr_val   = t_final-dmbtr.
              IF NOT e_t_data-apr_qty IS INITIAL.
                e_t_data-apr_avg = e_t_data-apr_val / e_t_data-apr_qty.
              ENDIF.
              v_apr = t_final-budat+2(2).
            ELSEIF t_final-budat+4(2) = '05'.
              e_t_data-meins    = t_final-meins.
              e_t_data-matnr    = t_final-matnr.
              e_t_data-spmon    = t_final-budat+0(6).
              e_t_data-may_qty   = t_final-menge.
              e_t_data-may_val   = t_final-dmbtr.
              IF NOT e_t_data-may_qty IS INITIAL.
                e_t_data-may_avg = e_t_data-may_val / e_t_data-may_qty.
              ENDIF.
              v_may = t_final-budat+2(2).
            ELSEIF t_final-budat+4(2) = '06'.
              e_t_data-meins    = t_final-meins.
              e_t_data-matnr    = t_final-matnr.
              e_t_data-spmon    = t_final-budat+0(6).
              e_t_data-jun_qty  = t_final-menge.
              e_t_data-jun_val   = t_final-dmbtr.
              IF NOT e_t_data-jun_qty IS INITIAL.
                e_t_data-jun_avg = e_t_data-jun_val / e_t_data-jun_qty.
              ENDIF.
              v_jun = t_final-budat+2(2).
            ELSEIF t_final-budat+4(2) = '07'.
              e_t_data-meins    = t_final-meins.
              e_t_data-matnr    = t_final-matnr.
              e_t_data-spmon    = t_final-budat+0(6).
              e_t_data-jul_qty   = t_final-menge.
              e_t_data-jul_val   = t_final-dmbtr.
              IF NOT e_t_data-jul_qty IS INITIAL.
                e_t_data-jul_avg = e_t_data-jul_val / e_t_data-jul_qty .
              ENDIF.
              v_jul = t_final-budat+2(2).
            ELSEIF t_final-budat+4(2) = '08'.
              e_t_data-meins    = t_final-meins.
              e_t_data-matnr    = t_final-matnr.
              e_t_data-spmon    = t_final-budat+0(6).
              e_t_data-aug_qty  = t_final-menge.
              e_t_data-aug_val    = t_final-dmbtr.
              IF NOT e_t_data-aug_qty IS INITIAL.
                e_t_data-aug_avg = e_t_data-aug_val / e_t_data-aug_qty.
              ENDIF.
              v_aug = t_final-budat+2(2).
            ELSEIF t_final-budat+4(2) = '09'.
              e_t_data-meins    = t_final-meins.
              e_t_data-matnr    = t_final-matnr.
              e_t_data-spmon    = t_final-budat+0(6).
              e_t_data-sep_qty   = t_final-menge.
              e_t_data-sep_val   = t_final-dmbtr.
              IF NOT e_t_data-sep_qty IS INITIAL.
                e_t_data-sep_avg = e_t_data-sep_val / e_t_data-sep_qty.
              ENDIF.
              v_sep = t_final-budat+2(2).
            ELSEIF t_final-budat+4(2) = '10'.
              e_t_data-meins    = t_final-meins.
              e_t_data-matnr    = t_final-matnr.
              e_t_data-spmon    = t_final-budat+0(6).
              e_t_data-oct_qty   = t_final-menge.
              e_t_data-oct_val   = t_final-dmbtr.
              IF NOT e_t_data-oct_qty IS INITIAL.
                e_t_data-oct_avg = e_t_data-oct_val / e_t_data-oct_qty.
              ENDIF.
              v_oct = t_final-budat+2(2).
            ELSEIF t_final-budat+4(2) = '11'.
              e_t_data-meins    = t_final-meins.
              e_t_data-matnr    = t_final-matnr.
              e_t_data-spmon    = t_final-budat+0(6).
              e_t_data-nov_qty   = t_final-menge.
              e_t_data-nov_val   = t_final-dmbtr.
              IF NOT e_t_data-nov_qty IS INITIAL.
                e_t_data-nov_avg = e_t_data-nov_val / e_t_data-nov_qty.
              ENDIF.
              v_nov = t_final-budat+2(2).
            ELSEIF t_final-budat+4(2) = '12'.
              e_t_data-meins    = t_final-meins.
              e_t_data-matnr    = t_final-matnr.
              e_t_data-spmon    = t_final-budat+0(6).
              e_t_data-dec_qty   = t_final-menge.
              e_t_data-dec_val   = t_final-dmbtr.
              IF NOT e_t_data-dec_qty IS INITIAL.
                e_t_data-dec_avg = e_t_data-dec_val / e_t_data-dec_qty.
              ENDIF.
            ENDIF.
            v_dec = t_final-budat+2(2).
            e_t_data-till_qty = e_t_data-jan_qty + e_t_data-feb_qty + e_t_data-mar_qty + e_t_data-apr_qty +
                     e_t_data-may_qty + e_t_data-jun_qty + e_t_data-jul_qty + e_t_data-aug_qty + e_t_data-sep_qty
                    + e_t_data-oct_qty + e_t_data-nov_qty + e_t_data-dec_qty.
            e_t_data-till_val = e_t_data-jan_val + e_t_data-feb_val + e_t_data-mar_val + e_t_data-apr_val +
                    e_t_data-may_val + e_t_data-jun_val + e_t_data-jul_val + e_t_data-aug_val + e_t_data-sep_val
                    + e_t_data-oct_val + e_t_data-nov_val + e_t_data-dec_val.
            IF NOT e_t_data-till_qty IS INITIAL.
              e_t_data-till_avg = e_t_data-till_val / e_t_data-till_qty.
            ENDIF.
            CLEAR w_maktx.
            SELECT SINGLE maktx FROM makt INTO w_maktx WHERE matnr = t_final-matnr.
            e_t_data-maktx   = w_maktx.
            APPEND e_t_data.
            CLEAR :e_t_data,w_wgbez,w_mtart.
          ENDIF.
        ENDLOOP.
      ENDIF.
    ENDFUNCTION.

    thanks

  • Re: Displaying Current Record After Delete

    Hi all,
    I am using Jdeveloper 11.1.2.3.0
    I have two tables which has parent child relation among the both.
    I dragged the parent table as a adf form on to the .jspx page.
    Now if i am trying to delete fifth record in the parent table it is giving error message like "Table has child record, delete unsuccessful"
    It is fine, but the control going to first record after deletion.
    But i want to display current deleting record on the page if deletion is unsuccessful.
    Can anybody help me to resolve the above one.
    Thanks,
    Syam

    In this code when the bolded if condition fails i want to delete that record. I tried "delete struct1 index sy-tabix" but that record is not deleted.
    I tried "clear  struct1 ". its deletes the current record.
    but in some field its getting zero value & it is appending as a additional record.
    Please help me.
    loop at cdhdr.
    if ( it1-tcode = 'FSS0' or it1-tcode = 'FS00' ).
        w1_saknr = it1-objectid+4(10).
        w_orgid = it1-objectid+14(4).
       loop at it_cdpos  where changenr eq it1-changenr
                      and objectid eq it1-objectid
                       and   objectclas eq it1-objectclas.
       <b>If w_orgid in r_orgid.</b> 
      IF ( it_CDPOS-FNAME = 'XLOEV' AND it_cdpos-value_new eq 'X' ).
         replace struct1-change_ind with 'D' into struct1-change_ind.
                struct1-bukrs = w_orgid.
                struct1-cost = space.
                struct1-plant = space.
                append struct1.
          else.
             struct1-bukrs = w_orgid.
             struct1-change_ind = w_chngid.
             struct1-cost = space.
             struct1-plant = space.
             append struct1.
          endif.
       <b> else</b>.
        <b>delete struct1 index sy-tabix</b>.
      endif.
        append struct1.
           endloop.
    endif.
    endloop.

  • Need help for interface to process employee expenses

    need help for interface to process employee expenses
    i have used the interface tables as
    AP_INVOICES_INTERFACE
    AP_INVOICE_LINES_INTERFACE
    are they the right one
    is there a concurrent program or any API for doing interface

    hi,
    i think what ever table are using for interfacing expenses correct.
    but you have to enter invoice type as expense report.
    Regards,
    Srikanth

  • Please Help , I Need semicolon ; after TABLESPACE "MFEED_DATA"

    Hi All,
    please Help , I Need semicolon ; after TABLESPACE "MFEED_DATA"
    as I am getting ; like below example
    select dbms_metadata.get_ddl('TABLE', 'A') || ';' As Result
    from dual;
    CREATE TABLE "MFEED"."A"
    (     "A" NUMBER
    ) PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 NOCOMPRESS LOGGING
    STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
    PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT)
    TABLESPACE "MFEED_DATA"
    regards,

    Hi,
    well, I don´t know if this works for any table, but I tried two of mine and it was ok:
    select substr(dbms_metadata.get_ddl('TABLE', '<table_name>'), 1,
    length(dbms_metadata.get_ddl('TABLE', '<table_name>') || ';')-4)|| ';' As Result
    from dual;
    If the string gets too long, you must use dbms_lob - functions for string manipulation, but for "normally sized" tables, it should work.
    Regards,
    Gerd
    Message was edited by: Gerd
    OK, Jens has the perfect solution - forget mine!
    gerd_99

  • Canon Rebel T5i automatically stops recording after about 6 seconds. How can I disable or fix this?

    I just got a Canon Rebel T5i and I was testing out the video and several times it will automatically stop recording after about 6 seconds. How can I fix or disable this?

    And while buying said faster card... buy a REPUTABLE brand from a reputable vendor.  I've come to the conclusion that there are a lot of fly-by-nights making cards that are not as fast as they claim to be.
    Reputable vendors are companies like Sandisk and Lexar.  But as an SD card is just a plastic card with a sticker on it, and stickers are pretty easy to fake, buy the card from a vendor you can trust is not selling fakes. 
    This is one item where it is probably not a good idea to try to save money by finding the cheapest deal you can find on the Internet.
    Tim Campbell
    5D II, 5D III, 60Da

  • Setup needed for ACH payments to the Employee and Supplier

    Hi,
    I am looking for a document to know the setup steps needed for ACH payment to the Employees and the Suppliers. Can anybody give me a detailed document on that or let me know where I will find one?
    Thanks,
    Arun
    Edited by: 834011 on Feb 4, 2011 3:55 PM

    hi
    I am working on 11i to R12 upgrade project.
    All I have is SQL and flatfile from 11.5.10 instance..I need to implement ACH in R12...
    How this flatfile is created in R12
    Do I need to create a Etext RTF template in R12? My bank is wellsfargo
    I need to create and implement ACH/credit/debit format in R12 environment.
    whate are the steps to create a bank accepting flat file in R12
    Can you please tell me how should create the flat file in r12? Should i create etext template or
    XML RTF template..
    appreciate your reply
    kp

  • Iphone 3gs need activation after update by itune and no service

    iphone 3gs need activation after update by itune and no service
    what can i do ?

    No need to Multiple post... see your other Thread...
    https://discussions.apple.com/thread/5846382?tstart=0

  • Moving to current record after execute query

    Hi all,
    I have a form where i can list all db jobs which can be start or stop.
    for more details, form is having columns like jobs, current db status, action(start/stop drop down)
    The user will view list of jobs in the screen and he straightly goes to a record and start (submit) the job using drop down for that record.
    once they start/stop the job, execute query will fire to show the current status of the job.
    Now going to my requirement,after execute query, I want to go to the record (job) which user has started the job .
    Currently the cursor will go to first record.
    Is there any oracle 10g AS property where i can get current record , put it in parameter and go to that record after execute query?
    Is there any other way?
    Regards,
    Leonard

    Hello,
    If you are sure the record after query will keep the same position, you can before, store the current record in a number variable with Get_Block_Property( CURRENT_RECORD) built-in, then after query use the Go_Record() with stored number variable in parameter.
    If you think that after re-query the record number can change, you have to loop through your records, then stop navidation while you find the corresponding key.
    Francois

  • Stopping a recording after each track

    I have an odd request...Is there any way to stop a recording after each track? Such that there are three tracks on a recording, after each track I would like the CD to stop. After it has stopped, I would like to be able to push play and move to the next track. That is, I put the CD in the player, push play, the CD plays track 1, and then stops; I push play again, and the CD begins playing track 2, and so on. I have Logic Pro and iTunes, which I have used to create the tracks and compile onto a CD. Using these can I create a CD with these parameters? Any advice would be helpful, and thanks in advance for your time.

    Yilofall wrote:
    I have an iPod Classic (I am fairly new to the medium) and when playing music the Pod goes smoothly from one song to the next but, when listening to a book (brought in from a CD copied into iTunes) it plays one track and stops.
    See below for a link on how to copy a CD into iTunes if you want an Audibook.
    I have tried checking the gap less album box (what is that for by the way) but it makes no difference.
    If you've heard of Dark Side of The Moon by Pink Floyd then it's used there when you want no break between tracks. Or any DJ mixed continuos play CD. Or some classical music. Take your pick
    Third question, can I make a book copied into iTunes an Audiobook? How?
    [How to Import Audio CD audiobooks into iTunes|http://aldoblog.com/audiobooks/itunes/importing-audio-cds>
    Thank you!
    No problem, hang around and read a few posts, there's always plenty to learn in here.
    Regards,
    Colin R.

Maybe you are looking for

  • Native sequencing problem

    Hi all, I'm using Oracle9i database together with TopLink 9.0.4 and I can't get started native sequencing. I've created a sequence using following script: CREATE SEQUENCE "ITMS"."SEQUENCE" INCREMENT BY 1 START WITH 1 MAXVALUE 1.0E28 MINVALUE 1 NOCYCL

  • Human task jsp customizatioın problem...

    We customize human task jsp and add some field. We want assign a calculation result to a task variable... autogenerated HTML inbup box name is slns0_cl_task_sl_ns0_cl_payload_sl_ns1_cl_bim_Myprocessname_myparametername.. is it possible to assign a va

  • Error when encoding final cut pro x project, will compressor help?

    Having a problem trying to export a FCP X project.  As it is exporting about half way through it will come up with this error message: The Share operation export file has failed.  Quicktime error -50 I noticed in the project library that there is an

  • Attention All Store App Gurus! Time to SPRING Into Action!

    April fools out of the way, now let's find an April genius! The name "April" is derived from the Latin verb "aperire", meaning "to open", as it is the season when trees, flowers AND MINDS start to open! And.. I can't wait to OPEN and read this month'

  • Need help, error messages

    Error messages. Warning: Unresponsive plug-in. Shockwave Flash may be busy, etc.  This keeps coming up more frequently.  It does it mainly on my Yahoo home page and on Facebook Games.  I've had 4 different tech specialists try to fix this, unsuccessf