To show all employees in Napesco Staff Ledger

hi
when the report Napesco staff ledger olap report is run in erp simultaneously Napesco Staff Ledger Details Report(exec file name is 'NPSTALEDDTLS') is also run
Both are PL/SQL Stored Procedures
when i checked the pl/sql stored procedure i found that Napesco Staff ledger olap report is run based on the table Napesco_Staff_ledger_T
CREATE OR REPLACE PROCEDURE NAPESCO_STAFF_LEDGER (Errbuf              OUT VARCHAR2,
                                                       ErrCode             OUT NUMBER
                                                      ) IS
    L_Date_From            Varchar2(19) ;
    L_Date_To              Varchar2 (19) ;
    w_request_id           NUMBER;
    FORCE_UNHANDLED_EXIT   EXCEPTION;
    SUBMIT_REQUEST_FAILURE EXCEPTION;
    PROBLEM_CON_REQUEST    EXCEPTION;
    L_Run                  NUMBER;
Begin
    Delete  NAPESCO_STAFF_LEDGER_OLAP ;
    Begin
     Select 1 into L_Run
          from NAPESCO_STAFF_LEDGER_RUN ;
     Exception When No_Data_Found then
         L_Run := 0;
    End ;     
    IF L_Run =1 then
        Fnd_File.put_line(Fnd_File.output, 'The process has been running now, Please run the request after some time ') ; 
       Goto GO_END;
    End if ;      
    L_Date_From  := '2007/10/01 00:00:00' ;
    L_Date_To    := To_Char ( last_Day (Sysdate) , 'YYYY/MM/DD') ||' 00:00:00' ;
     w_request_id := Fnd_Request.submit_request('PER', 'NPSTALEDDTLS', '', '', FALSE,
                         Null,Null,L_Date_From ,L_Date_To , 'D','W' );
    Insert into  NAPESCO_STAFF_LEDGER_OLAP
    ( EMPLOYEE_NUMBER,  ACCESS_NUMBER,  FULL_NAME ,ELEMENT_NAME ,ELEMENT_ENTRY_DATE, 
      DEBIT_AMOUNT   ,  CREDIT_AMOUNT , OPENING_BALANCE, CLOSING_BALANCE ,ELEMENT_ENTRY_ID ,
      REMARKS,INVOICE_NUMBER, PAYMENT_NUMBER,  REFRESH_DATE , ENTRY_ELEMENT_NAME            
    Select
      EMPLOYEE_NUMBER,  ACCESS_NUMBER,  FULL_NAME ,ELEMENT_NAME ,ELEMENT_ENTRY_DATE, 
      DEBIT_AMOUNT   ,  CREDIT_AMOUNT , OPENING_BALANCE, CLOSING_BALANCE ,ELEMENT_ENTRY_ID ,
      REMARKS,INVOICE_NUMBER, PAYMENT_NUMBER,  Sysdate  , ENTRY_ELEMENT_NAME
      From NAPESCO_STAFF_LEDGER_T ;
    Delete NAPESCO_STAFF_LEDGER_RUN ;                
    Fnd_File.PUT_LINE(Fnd_File.OUTPUT,'REQUEST_ID'||TO_CHAR(w_request_id));
     COMMIT;
        IF w_request_id = 0  THEN
           RAISE force_unhandled_exit;
        END IF;
       <<GO_END>>
       Null ;
EXCEPTION
        WHEN force_unhandled_exit THEN
             Delete NAPESCO_STAFF_LEDGER_RUN ;
             RAISE_APPLICATION_ERROR(-20101,'Concurrent request not submited - Test');
        WHEN submit_request_failure THEN
            Delete NAPESCO_STAFF_LEDGER_RUN ;
             RAISE_APPLICATION_ERROR(-20102,'Concurrent request inactive');
        WHEN problem_con_request THEN
             Delete NAPESCO_STAFF_LEDGER_RUN ;
             RAISE_APPLICATION_ERROR(-20103,'Concurrent request completed with problem.');
        WHEN OTHERS THEN
            Delete NAPESCO_STAFF_LEDGER_RUN ;
             RAISE_APPLICATION_ERROR(-20100,'General error in a script.');
END;
/and when i went through the pl/sql stored procedure for Napesco Staff Ledger Details Report
INSERT INTO NAPESCO_STAFF_LEDGER_T VALUES(
R1.Employee_Number, R1.Access_Number, R1.Full_Name, R2.ELEMENT_NAME, R2.EFFECTIVE_DATE,
L_Debit_Amount, L_Credit_Amount, L_Opening_Balance1, L_Closing_Balance, 0, NULL, NULL, NULL,R1.ELEMENT_NAME);
L_Opening_Balance1 := 0;
END LOOP;
FOR R2 IN CONSULTANT_STAFF_ACCOUNT_ADJ LOOP
IF R2.Net_Amount < 0 THEN
L_Debit_Amount := 0;
L_Credit_Amount := ABS(R2.Net_Amount);
ELSE
L_Debit_Amount := R2.Net_Amount;
L_Credit_Amount := 0;
END IF;
L_Closing_Balance := L_Opening_Balance + L_Debit_Amount - L_Credit_Amount;
http://uploading.com/files/eff96584/CREATE%2BOR%2BREPLACE%2BPROCEDURE%2BNapesco.docx/
the issue is i am not able to understand as to why the table NAPESCO_STAFF_LEDGER_T is not showing details of all employees together?
could anybody drop some hints please
kindly help
Edited by: makdutakdu on Jul 18, 2010 11:53 AM
Edited by: makdutakdu on Jul 18, 2010 12:07 PM
Edited by: makdutakdu on Jul 18, 2010 3:20 PM

Hi JC ,
what you can do is create your own genil class by making CL_CRM_TMIL_COMP as super class, and redefined the method IF_GENIL_APPL_INTLAY~EXECUTE_OBJECT_METHOD .
do the change in method IF_GENIL_APPL_INTLAY~EXECUTE_OBJECT_METHOD  and  maintain the customization entry of your z class  in SPRO , you also need to create method REASSIGN_TERRITORY in your zclass by copying the same code from super class CL_CRM_TMIL_COMP.
Thanks.
with regards,
Taity

Similar Messages

  • Chief HR officer not showing all employees

    Dear Experts,
    I have setup HR intelligence and i am having a problem in HR Chief Responsibility. The responsibility is not showing complete employees of the organisation(in Overview). Can anybody help me out on this one.
    regards,
    Muhammad Noman Shafique

    Couple of things I can think of -
    #1.If you're looking at headcount under a person(manager), make sure all the employees under him have the supervisor data.
    Even if one link is broken in the hierarchy, it might not give you the correct headcount.
    So just check all the employees whi have no Supervisor and update them.
    #2. Same with Location. If you're looking at the employee count per location, make sure the value is populated for all employees.
    All the data you see in the Dashboard comes from HRI% views
    select * from all_views
    where view_name like 'HRIBG%';
    select * from all_views
    where view_name like 'HRI%';
    So you can check the appropriate View and see why the view is not returning data.
    Sorry mate, cant be of more help.. Not sure why it isn't showing the data..
    Cheers,

  • Team Calendar Iview showing all employees absent for every day?

    Hi All,
    We're using r/3 4.7, ESS 50.4 and MSS 60.1.20.  The team calendar displays with all employees absent for every day.  Clearly, this is not correct.
    Is there extra config to be done or something that we are missing?
    Thanks in advance,
    Liz.

    config issue

  • Query all Employees Elements without effective date

    Hi,
    I need to make a query shows a list of employees with their elements without using the effective date,
    because when we use the periods and effective dates the suspended assignments will not be shown in the report ....
    Also it should not be related to Payroll processing ! simply Employee name or number and what element he has
    Ex:
    Emp# Element Value
    10002 Basic Salary 6200
    10002 Housing Allowance 2500
    10002 Mobile Allowance 300
    10452 Basic Salary 10000
    10452 Hou........................ etc
    Even if this employee is suspended or not included in the Payroll Process ...
    Please Help....
    Regards

    Hi ,
    Thank you for your fast reply ...
    I want to report all basic allowances or benefits which is given to each employee while hiring him, for all employees...
    I want to report it as fixed values even if it is not processed this month ..
    Basic Allowances like:
    1. Basic Salary.
    2. Housing.
    3. Transportation.
    4. Food.
    5. Mobile.
    For example:
    John is a new employee joined our Company as a manager, then Our Payroll unit entered his Salary and related elements to be paid monthly !
    Now we need to have a report shows all employees with their Allowances, without looking in the payroll run or the assignment status...
    Our HR Dept. needs to review all salaries and allowances.
    Regards

  • Report to show all superiors of an employee

    Dear Group members,
    My client wants a report to show all the hierarchial superiors of an employee. For eg- his  superior,his next superior and so on to to the chief officer. Is there any report for this scenario

    Hi kaustubh,
    Try report RHSTRU00 with evaluation path O-S-P.
    Regards,
    Dilek

  • How to show all the search result in a report page

    I have a report page which the user can enter first or last name to find the matched employees. The current report only show maximum of 15 matched results. How to show all of them in one page if more than 15.
    Also, the employee name on the report is a link, how to make the link to be conditional. ( I mean it can be a link or not based on another column)
    Thanks.
    Jen

    Hi, you can change the number of rows on the report definition page (15 is the default value)- that's also where you can change pagination and max. number of rows etc.
    About the second question - you will have to use Case or Decode in your report query and have the value as link or not based on the condition column, something like:
    Select Decode(condition_column, 'link_value', '<a href="f?p=YOUR_APP:PAGE_TO_LINK_TO:'  || :SESSION || ':::::">display_column</a>' , display_column) From .....
    Hope this helps.

  • System Update keeps failing "Package did not download" and does not show all updates

    I recently installed win8 64-bit on my X1 (1294-2PG) using a clean install formatting the hard drive. Now I want to use System Update to install right drivers. Two problems occur:
    System Updates fails to show all the updates available for my PC in the website. Only 2-3 updates are shown.
    System Updates repeatedly fails to download the chosen updates. It seems to download most of the file when the download suddenly halts and I get the message: "1 Package did not download" or 2 or 3 depending on the number of updates.
    I have tried for several days multiple times a day and even uninstalling/reinstalling System Update. The errors keeps occurring.

    sorry... i can't help with why TVSU isn't successful with this driver on your machine.
    as a workaround, you may wish do download it from the X1 driver matrix:
    http://support.lenovo.com/en_US/research/hints-or-tips/detail.page?&DocID=HT051705
    driver: http://support.lenovo.com/en_US/downloads/detail.page?DocID=DS014952
    hope this helps a bit.
    English Community   Deutsche Community   Comunidad en Español   Русскоязычное Сообщество
    Community Resources: Participation Rules • Images in posts • Search (Advanced) • Private Messaging
    PM requests for individual support are not answered. If a post solves your issue, please mark it so.
    X1C3 Helix X220 X301 X200T T61p T60p Y3P • T520 T420 T510 T400 R400 T61 Y2P Y13
    I am not a Lenovo employee.

  • HR analytics not showing all Org id

    All,
    BIAPPS : 795
    EBS : 11510
    The HR Organization Initiallization query is not working properly. It is returning the correct organization for some HR users but not for others. For example for some of our super HR users it is not returning any organizations at all...they have a more than one level of hierarchy setups in ebs. Only with lowest level of hierarchy's are returned by this query. Any pointers ..?
    Below is the query I am using...
    SELECT
    POL.ORGANIZATION_ID AS ORGANIZATION_ID
    FROM APPS.FND_USER_RESP_GROUPS URP,
    APPS.FND_USER USR,
    PER_SEC_PROFILE_ASSIGNMENTS SASG,
    APPS.FND_RESPONSIBILITY_VL RESP,
    PER_SECURITY_PROFILES PSEC,
    PER_ORGANIZATION_LIST POL
    WHERE URP.START_DATE < TRUNC(SYSDATE)
    AND (CASE WHEN URP.END_DATE IS NULL THEN TRUNC(SYSDATE) ELSE TO_DATE(URP.END_DATE) END) >= TRUNC(SYSDATE)
    AND lower(USR.USER_NAME) = lower(':USER')
    AND URP.SECURITY_GROUP_ID = SASG.SECURITY_GROUP_ID
    AND URP.USER_ID = USR.USER_ID
    AND TRUNC(SYSDATE)
    BETWEEN URP.START_DATE AND NVL(URP.END_DATE, TO_DATE('31-DEC-4712','DD-MON-YYYY'))
    AND URP.USER_ID = SASG.USER_ID
    AND URP.RESPONSIBILITY_ID = SASG.RESPONSIBILITY_ID
    AND URP.RESPONSIBILITY_APPLICATION_ID = SASG.RESPONSIBILITY_APPLICATION_ID
    AND SASG.RESPONSIBILITY_ID = RESP.RESPONSIBILITY_ID
    AND PSEC.SECURITY_PROFILE_ID = SASG.SECURITY_PROFILE_ID
    AND TRUNC(SYSDATE) BETWEEN SASG.START_DATE AND NVL(SASG.END_DATE, TO_DATE('31-DEC-4712','DD-MON-YYYY'))
    AND URP.RESPONSIBILITY_ID = DECODE(APPS.FND_GLOBAL.RESP_ID,
    -1, URP.RESPONSIBILITY_ID,
    NULL, URP.RESPONSIBILITY_ID,
    APPS.FND_GLOBAL.RESP_ID)
    AND POL.SECURITY_PROFILE_ID = PSEC.SECURITY_PROFILE_ID

    Couple of things I can think of -
    #1.If you're looking at headcount under a person(manager), make sure all the employees under him have the supervisor data.
    Even if one link is broken in the hierarchy, it might not give you the correct headcount.
    So just check all the employees whi have no Supervisor and update them.
    #2. Same with Location. If you're looking at the employee count per location, make sure the value is populated for all employees.
    All the data you see in the Dashboard comes from HRI% views
    select * from all_views
    where view_name like 'HRIBG%';
    select * from all_views
    where view_name like 'HRI%';
    So you can check the appropriate View and see why the view is not returning data.
    Sorry mate, cant be of more help.. Not sure why it isn't showing the data..
    Cheers,

  • Documents of Record doesnt display for all employees inCustom Responsiblity

    Hi
    I have created custom responsibility with function of Documents of Record. I have enabled the Passport and Visa Information under this custom responsibility, it is not displaying the icon fro searching employees, default it is showing the same employee Passport and Visa Information.
    If i log in with UAE HRMS Manager, it is displaying the Search button for all employees where as new custom responsibility is displaying only one employee.
    Can you please guide on this.
    Regards
    Arjun
    [email protected]

    I haven't done any work related to IP-camera. So, sorry I can't help you with
    reading images from IP camera and generating a movie. But I guess, you might
    find a solution in some posts of this forum or if I remember correctly,
    in the book "Killer Java Games", there's a chapter discussing this issue
    of making movies in Java.
    I just happened to work on a project that requires reading images from
    a MJPEG stream. Unfortunately, it is a commercial project and I'd be very
    unprofessional if I expose some code of that project here even though
    I wrote the code myself. Anyway, I used a algorithm similar to what you
    guys did in this thread ((I implemented it abit differently, though)
    http://forum.java.sun.com/thread.jspa?threadID=494920&start=0&tstart=0
    One thing I noticed is that after I read the first image successfully, there were
    still some data, which I haven't got time to investigate what kind of data they
    are, before I encountered the boundary between successive images and other
    customized header lines. So after reading an image, I just read each line of
    data and check if it starts with the boundary string. If I got to the boundary,
    then I start to read (and remove other header lines) before I start reading the
    next image. Again, similar to the post mentioned above, this method
    requires you read the server manual (or print out the boundary and header
    lines in case you don't have such document available). But it does give you
    easy access to custom header lines.
    Alternatively, you can detect the start of the raw JPEG data like one guy in the
    above post did.
    Good luck, mate!

  • Finding all employees who come under the manager

    Hi experts,
    I have created a report which is attahced in MSS. So i want to restrict the manager to view the details of  only the employees who come under this manager.  At present the report is showing the details of all employees. So pls tell me whehter i can use O-S-P relation for finding all direct and indirect employees of the mnagaer by passing the org unit of the manager (or) should i need to find all position holders who report to the manager's position?..  If so, how?
    Finding the list of all employees who come under manager org unit is same as finding the list of position holders who report to the manager position? Pls telll me which is correct and how to find the same?

    hello shanthi,
    mashhour is right, it largely depends on how data is being maintained in your system.
    first, you are generally mixing two concepts together of finding "direct" & "indirect" employees for a manager. In standard implementations, typically the data is maintain in such a way where only 1 method is appropriate to find a manager's employee, and the most common scenario is where the employee has an indirect relationship with their manager. 
    So typically the two are not used together.  In certain circumstances companies will implement both to create matrix like scenarios, but they are better ways to handle this. 
    The indirect method: is called this way, because the manager has a relationship to an org unit as the chief (a012), and his/her employees are in positions, which have relationships to those same org units, hence no direct relationship.
    In the direct method, a relationship is created directly between the manager's position and any subordinates positions using the A/B 002 relationship. 
    Assuming that you are using indirect only, then O-S-P with no depth defined, will all employees belonging to that entire org structure.  this is assuming your program knows the root ID of the manager relationship, which is the a012 to the root org unit. 
    best regards,
    michael

  • Fetch all employee against organizational unit.

    hi experts!!
    i want to fetch list of all employee in the same manner as showing in PPOME .. in their respective departments etc.
    kindly advise as my end work is to make a report for HR in which i have to follow certain format to show the attendance record on daily basis.  so advice.
    << Moderator message - Everyone's problem is important. But the answers in the forum are provided by volunteers. Please do not ask for help quickly. >>
    Regards
    Furqan
    Edited by: Rob Burbank on Jul 21, 2011 11:32 AM

    Hello furqan baig ,
                                 You can write a repot that uses the Infotypes(PA2001/ PA2002/PA0001)  that stores employees attendence / absence details against the Organizational unit . Then inside your logic you can use the function modules  that can give the Manager (SWX_GET_MANAGER) and org uint that employes belongs to and can filter against the employees.
    Hope this is clear.
    Let me know if you have any questions.
    Thanks,
    Greetson
    Edited by: Greetson Shunmugasundaram on Jul 21, 2011 5:43 PM
    Edited by: Greetson Shunmugasundaram on Jul 21, 2011 5:44 PM

  • My HP deskjet F4288 printer on the panel shows all lights ON when put on.

    hi, When i connect my HP deskjet F4288 printer it shows all the lights on the control panel. does not go off till i disconnect the power cord. It does not even detect on the laptop.Need help.

    It would be nice to know what application. For word/office
    I am a volunteer. I am not an HP employee.
    To say THANK YOU, press the "thumbs up symbol" to render a KUDO. Please click Accept as Solution, if your problem is solved. You can render both Solution and KUDO.
    The Law of Effect states that positive reinforcement increases the probability of a behavior being repeated. (B.F.Skinner). You toss me KUDO and/or Solution, and I perform better.
    (2) HP DV7t i7 3160QM 2.3Ghz 8GB
    HP m9200t E8400,Win7 Pro 32 bit. 4GB RAM, ASUS 550Ti 2GB, Rosewill 630W. 1T HD SATA 3Gb/s
    Custom Asus P8P67, I7-2600k, 16GB RAM, WIN7 Pro 64bit, EVGA GTX660 2GB, 750W OCZ, 1T HD SATA 6Gb/s
    Custom Asus P8Z77, I7-3770k, 16GB RAM, WIN7 Pro 64bit, EVGA GTX670 2GB, 750W OCZ, 1T HD SATA 6Gb/s
    Both Customs use Rosewill Blackhawk case.
    Printer -- HP OfficeJet Pro 8600 Plus

  • Syncing iphone and can't seem to transfer audiobooks that i have put in a playlist.  Sync menu doesn't show all playlists.  Help

    syncing iphone and can't seem to transfer audiobooks that i have put in a playlist.  Sync menu doesn't show all playlists.  Help

    I have the same problem with podcast playlists.  When I go to the music window in my iPhone devices section, the playlists I have created on my macbook pro in iTunes do not appear as an option to sync with the iPhone.  I know some web radios streams, like the BBC, won't transfer because of compatibility issues, but the playlists of podcasts that I have created consist entirely of podcasts downloaded from the podcasts section on the iTunes Music Store.  They used to show up and sync properly before I upgraded to OS 5.1.1, but now they don't.
    Does anyone have a fix and am I right in surmising that the cause is a glitch in OS 5.1.1?

  • How to show all records by default on search result page?

    Hi
    I am trying to make a search page that would execute the search in the database based on one or more field constraints.
    (Using MySQL,PHP)
    I have  2 columns in the database "vm_ip" (primary key) <IP address>, "Operating_System" <Any, Windows, Solaris, AIX>
    need to search vm_ip based on other two fields.
    PROBLEM: Need to show all the record when I select "Any" in the Operating_System  drop down menu.
    <p>Operating System:
        <select name="os_select" id="os_select">
        <?php
    $os_count=1;
    foreach($os_type as $value) //(os_type is array with possible values of OS)
    echo "<option value=".$os_count.">".$value."</option>";
        $os_count++;
    ?>
          <option value=" " selected="selected">Any</option>
        </select>
      </p>
    this code POSts  NULL value to the search page.
    Below code is of recordset on  search page
    $varOS_virtual = "Operating_System"; // recordset variable set to same as column name (default value)
    if (isset($_POST['os_select'])) //this should not be true
      $varOS_virtual = $_POST['os_select'];
    mysql_select_db($database_xyz_db, $xyz_db);
    $query_virtual = sprintf("SELECT table.VM_IP FROM table
    WHERE table.Operating_System=%s", GetSQLValueString($varOS_virtual, "int"));
    $virtual = mysql_query($query_virtual, $xyz_db) or die(mysql_error());
    $row_virtual = mysql_fetch_assoc($virtual);
    $totalRows_virtual = mysql_num_rows($virtual);
    I expected the 'os_select' field to be null and default value of Operating_System to be "Operating_System" so that the Query shows all records.
    But instead the value being passed in the Query is "0". and no records are shown.
    What can I do to show all records?
    As probably obvious I am new to php/MySQL so all the help is most welcomed .
    Thanks

    Hi
    Thanks for the prompt reply but this does not solve my problem.
    First thing I appologise for giving you incorrect info. Actually I have many more constraints on the search apart from OS.
    Didn't think I would get single constraint specific ans.
    Here is what all i tried and problems I faced:
    1. I cannot use seperate queries cause I have around 7-8 other constraints on the search.
    2. I cannot play around with the Record set code. For some reason even if I mess with it a little bit Dreamweaver stops recognising the recordset. for eg i tried the below code:
    $query_virtual = sprintf("SELECT table.VM_IP FROM table WHERE
    table.Operating_System=%s ,($_POST['os_select']=="")? TRUE:GetSQLValueString($varOS_virtual, "int"));
    this ran well for the first time, and then the record set was screwed up. kept on asking me to "Discover" the links, which it couldn't do.
    3.  take a look at this code:
    $varOS_virtual = "Operating_System";
    if (isset($_POST['os_select'])) {
      $varOS_virtual = $_POST['os_select'];
    $varState_virtual = "State";               //second constraint
    if (isset($_POST['state_select'])) {
      $varState_virtual = $_POST['state_select'];
    mysql_select_db($database_xyz, $xyz);
    $query_virtual = sprintf("SELECT table.VM_IP FROM table AND table.Operating_System=%s AND State=%s",
    GetSQLValueString($varOS_virtual, "int"),GetSQLValueString($varState_virtual, "int"));
    $virtual = mysql_query($query_virtual, $xyz) or die(mysql_error());
    $row_virtual = mysql_fetch_assoc($virtual);
    $totalRows_virtual = mysql_num_rows($virtual);
    here on passing NULL value for "Any"  GetSQLValueString($varOS_virtual, "int") functions returns NULL and though the Default value of
    varOS is set to 'Operating_System" query takes NULL value only which when executed shows no records.
    My problem majorly revolves around how to put something like "WHERE Operating_System= Operating_System" OR  "WHERE Operating_System= TRUE" in the query, when passed through variable they are sent as Strings or NULL.
    Thats why WHERE 1=1 also doesnt work, because it has "WHERE Operating_System= NULL" in AND.
    Logically when NULL is passed default value of variable should comeinto picture, but tha isnt happening.
    Thanks again for answering. hope I was able to explain my problem.

  • Report -- filter with selection list -- show all values after select page

    Hello!
    I have the following problem:
    - I have a report
    - this report can be filtered with a selection-list
    - the selection list is based on dynamic LOV and has a null-value
    - I added the code of the report the following, to filter the report after choosing a value of the selection list:
    ... and (instr(type, decode(:P8_FILTER_type, '%null%',type,:P8_FILTER_type)) > 0)
    This works very well.
    But my problem is: When the user logs out and the next time, he logs in, the selection list shows " --- show all values --- " (my null-display-value) and the report is empty "no values found".
    ---> I want to show the first time, the page is selected ALL the values of the report. (this is now only possile if I press the button which belongs to the selection list)
    I hope, somebody understands my problem.
    Thank you so much,
    LISA

    Hello Lisa,
    The first time it's probably NULL.
    So what you can do in your where: (instr(type, decode(NVL(:P8_FILTER_type,'%null%'), '%null%',type,:P8_FILTER_type)) > 0)
    Off topic: I also wonder if that where clause can't be simpler? Do you rely need the instr?
    Regards,
    Dimitri
    http://dgielis.blogspot.com/
    http://www.apex-evangelists.com/
    http://www.apexblogs.info/

Maybe you are looking for

  • Garage Band Issues on MacBook Pro

    I thought of posting this on the Garage Band Discussion but it might be unique to MBP. I was literally recording in a garage on Saturday. The first track to go down was drums and bass - 2 1/2 minutes into the recording the same pop up window came up

  • HRFORMS error

    Hello Experts, I am trying to activate a copied HR FORM, using HRFORMS transaction. I get following error whenever I try to activate. Generated print program contains a syntax error Message no. HRFORMS011 Diagnosis Generated print program /1PYXXFO/ZF

  • Xmonad: certain windows/applications get displayed on all workspaces

    After recent upgrades (relevant pacman.log: http://pastie.org/8633439), some of my programs get wrongly displayed on all workspaces. Mainly, it's mplayer/mpv, the native Steam client and the native linux game "Heroes of Newerth" (HoN). I start HoN on

  • JNDI properties not hard coded

    I'd like to sustain the portability of my web application so I don't want to hard code JNDI factory driver or provider URL into my application not even inside jndi.properties file. What are the solutions for not hard coding this information inside we

  • Encrypted disk doesn't mount

    I erased and then encrypted a 1TB Western Digital USB drives to use as Time Machine backups. It worked for awhile then Time Machine told me that there was an error in backing up that might be temparary and that I should try again later.  So, I tried