Query in Find User Form

Find User Form throws a query and return "result" attribute with user's list. Where's this Query?

Yes, I'd really love to know this too.
Anybody have an idea where this Query can be found?
Thanks

Similar Messages

  • Getting date range in Find User Form

    Hello experts,Actually my goal is to get list of users having termination date within date range.But here my problem is when i added this business logic in Find user form which does loop on all users i was unable to get the list of users having termination within date range as the termination date of user object is string.
    By gettting problem in the above way we tried to query date attribute of the task property of user object which is set with the value of termintion date when the user is created.The task property code is given below
    <Properties>
    <Property name='tasks'>
    <List>
    <Object name='Conseco Account Termination Date'>
    <Attribute name='date' value='01/10/2008'/>
    <Attribute name='task' value='Conseco Account Termination Date'/>
    </Object>
    <Object name='Sunset Date'>
    <Attribute name='date' value='2/22/2008'/>
    <Attribute name='task' value='Sunset Date'/>
    </Object>
    </List>
    </Property>
    </Properties>
    Could anyone help me in referring the date attribute of 'Conseco Account Termination Date' property

    Because the date is stored as a string, you'll need to use a different format. Use yyyy/MM/dd. You can use the stringToDate and dateToString methods.

  • ORACLE E-BUSINESS SUITE 11i Query to find users who never logged in

    Dear, All -
    ORACLE E-BUSINESS SUITE 11i
    Is there a query to find out a list of users who were created but never logged into the system. I believe these users do no appear in FND_USER table since they never logged in.
    Thanks in advance!

    FAIRE wrote:
    Dear, All -
    ORACLE E-BUSINESS SUITE 11i
    Is there a query to find out a list of users who were created but never logged into the system. I believe these users do no appear in FND_USER table since they never logged in.
    Thanks in advance!All application users details are stored in FND_USER table (whether they logged in or not).
    To find the list of those users, please run this query:
    SQL> select *
    from FND_USER
    where LAST_LOGON_DATE is NULL
    and END_DATE is NULL;Thanks,
    Hussein

  • Query to find users based on Resource Status

    Hi All,
    I'm working on OIM 9x version.I need to find out set of users for a resource which is in "Ready" status under their resource profile
    let say Resource A is there and for some users the staus of this Resource under their resource profile is in "Ready".I would like to fetch those users.
    Kinly help me by providing SQL query for this.
    Thanks
    Madhu

    Try this query:
    select usr.usr_login, obj.obj_name, ost.ost_status from usr, obj, obi, oiu, ost where usr.usr_key = oiu.usr_key and obi.obi_key = oiu.obi_key and obi.obj_key = obj.obj_key and ost.ost_key = oiu.ost_key and obj.obj_name='<resource object name>'
    you can add : and ost.ost_status = <status value > to search status as well.
    regards,
    GP

  • Any Database Query to Find User Making Last Edit to Spec

    Is there any table in the PLM4P database that records the user PKID for the at least the latest edit on a specification?
    We know this information is not presented in the UI. If we can find out if this is recorded anywhere in the database, we can write a query when this info needs to be known.
    Our business case is:
    The spec originator (author) has left the company, so we have allowed DRAFT edit rights to the entire group and not just the author.
    Now we want to determine which group member made a recent change.
    Thank you.

    The commonLifecycleEventLog table should give you the history of each spec in terms of edit/saves.
    Details about the table are the following, taken from the Extensibiltiy Pack, Extensiblity Guide, in the Event Model chapter
    As specific events occur in GSM and SCRM, their details are captured and recorded in
    a single database table. Clients can watch for events added to this table to trigger some
    custom actions.
    Each event captured may include the following information:
    - Event Type—The type of event that occurred (1: Create, 2: Save, 3: Workflow, 4: Copy)
    - Event Source—What caused the event (New issue of a specification, workflow
    transition, etc.)
    - Actor—User who performed the event
    - Time—Date and time stamp of when the event happened
    - Affected Object—Specification or object that was acted upon (Specification that was
    saved, specification that was copied, etc.)
    - Related Object—Related object when appropriate (Workflow step, smart issue
    request, specification ID, etc.)
    - Reason—Reason the action occurred when appropriate (Workflow comments, global
    succession reason for change, smart issue request that caused the change, etc.)

  • SQL Query - To Find Users with end dated responsibilities

    Oracle Apps ver: 11.5.10.2
    Oracle DB - 9i
    How can i list users and the access assigned to them for a specific division irrespective of the responsibility being end dated at responsibility level

    Hi Sakshi,
    Try out this query if it can help you !
    SELECT a.user_name, a.description, c.responsibility_name, c.creation_date as ASSIGNED_DATE>FROM apps.fnd_user a,
    >apps.fnd_user_resp_groups b,
    >apps.fnd_responsibility_vl c
    >WHERE a.user_id = b.user_id
    >AND b.responsibility_id = c.responsibility_id
    >AND a.creation_date < = '01-JUN-07'
    ORDER BY a.user_name;Thanks,
    Anchorage :)

  • Query to find user who doesn't own object

    Hai all,
    I want a query to get the list of the user who doesn' t have a particular object in the DB :
    OBject name is apps_ddl..
    All users in the DB should have this object.. want to know who are all the users in the DB who doesnt have apps_ddl
    Please suggest
    Kai

    Have access to it, or actually have it in their own schema?
    select username from dba_users
    minus
    select owner from dba_objects where object_name = 'APPS_DDL';

  • Name in Find User Results Form

    Hi:
    I need to hide (or quit) the first column (Name) in Find User Results Form. It is possible?. There is a function that indicates all of columns, but the first column is not there.
    If is not possible to hide or quit it, can i move it to another position?
    Any idea?
    Thanks.
    MJ.

    Here is the summary:
    To set attribute view visibility/query indexing/accounts list view,
    edit in UserUIConfig.xml ->
    SummaryAttrNames
    QueryableAttrNames
    AppletColumns
    To modify Accounts Find Users and search results,
    edit idm/sample/userSearchDefaults.xml
    getSearchableAttrs
    getResultColumns
    If you do this method, you will not need to edit
    Find User Form
    OR
    Find User Results Form !
    This simplifies the problem greatly.
    I hope this helps somebody, because i didn't get any info from the forums.
    -jason

  • Find User page

    Add a new line in the find user page..
    For example;
    extended attribute is "True/False"
    I can display my extended attribute in the find user page select boxes...
    But i need a easy new line for my admins to just select the value - true / false.
    the find user form is confusing me with those query.conditions...., rowId..clause statements
    sample code would be really appreciating.
    Nsankar

    Add a new line in the find user page..
    For example;
    extended attribute is "True/False"
    I can display my extended attribute in the find user page select boxes...
    But i need a easy new line for my admins to just select the value - true / false.
    the find user form is confusing me with those query.conditions...., rowId..clause statements
    sample code would be really appreciating.
    Nsankar

  • Find User from java class

    Hi experts,
    What is the method called in find Users Form ?
    I would like to call it in a java class.
    From a java class, I would like to look for an IDM user in the lighthouse with a login name as a search criteria, how can I do this ?
    Thanks a lot

    From a java class, I would like to look for an IDM user in the lighthouse with a login name as a search criteria, how can I do this ?Method 1 if you don't call it from your webapps, and suppose you create a class to query you repository.
    Method 2 supposed you call your class from the webapps.
    Method 1(bad and ugly method, but no need to read specification): look in your repository, lighouse user are stored here.
    Look, for example, in the account table.
    Method 2: Read the waveset javadoc, at WSUser.
    (IDPACK_2005Q3M3/REF/javadoc/com/waveset/object/WSUser.html)
    WSUser(java.lang.String name, java.lang.String noop)try this :
    WSUser user = new WSUser("youraccountname", null);

  • Query to find out the time used by an user for an application

    Hello All,
    I want to know the query to find out the whole time used by the user for an application. Please view the below data
    Employee:
    SNO EMP_ID EMP_NAME EMP_DATE LOGIN_TIME LOGOUT_TIME
    1 10 Visu 21-Nov-2010 06:30:00 07:30:00
    2 10 Visu 21-Nov-2010 06:40:00 07:20:00
    3 10 Visu 21-Nov-2010 06:50:00 07:50:00
    4 10 Visu 21-Nov-2010 07:30:00 08:30:00
    5 10 Visu 21-Nov-2010 09:30:00 10:30:00
    By checking the above data we can say that the total time Visu used the application is
    8.30 - 6.30 (From 1,2,3,4 records) = 2hrs
    10.30 - 9.30 (Based on 5th rec) = 1hr
    So the total time Visu used the application would be 3 hrs = 180 mins.
    Could you please help me in getting the result from that data using a query?

    odie_63 wrote:
    I think it may be solved with analytics too.
    with t1 as (
                select 1 sno,10 emp_id,'Visu' emp_name,'21-Nov-2010' emp_date,'06:30:00' login_time,'07:30:00' logout_time from dual union all
                select 2,10,'Visu','21-Nov-2010','06:40:00','07:20:00' from dual union all
                select 3,10,'Visu','21-Nov-2010','06:50:00','07:50:00' from dual union all
                select 4,10,'Visu','21-Nov-2010','07:30:00','08:30:00' from dual union all
                select 5,10,'Visu','21-Nov-2010','09:30:00','10:30:00' from dual
         t2 as (
                select  emp_id,
                        emp_name,
                        emp_date,
                        to_date(emp_date || login_time,'DD-MON-YYYYHH24:MI:SS') login_time,
                        to_date(emp_date || logout_time,'DD-MON-YYYYHH24:MI:SS') logout_time
                  from  t1
         t3 as (
                select  t2.*,
                        case
                          when login_time < max(logout_time) over(
                                                                  partition by emp_id,emp_date
                                                                  order by login_time
                                                                  rows between unbounded preceding
                                                                           and 1 preceding
                            then 0
                          else 1
                        end start_of_group
                  from  t2
         t4 as (
                select  t3.*,
                        sum(start_of_group) over(partition by emp_id,emp_date order by login_time) grp
                  from  t3
         t5 as (
                select  emp_id,
                        emp_date,
                        min(login_time) login_time,
                        max(logout_time) logout_time
                  from  t4
                  group by emp_id,
                           emp_date,
                           grp
    select  emp_id,
            numtodsinterval(sum(logout_time - login_time),'day') time_spent
      from  t5
      group by emp_id
      order by emp_id
        EMP_ID TIME_SPENT
            10 +000000000 03:00:00.000000000
    SQL> SY.

  • How to disable a Entire row in a Matrix in Find Mode (User Form)

    Hi,
    How to disable a Entire row in a Matrix in Find Mode (User Form)
    Regards
    Jambu

    Hi,
       Iam using Bubble event = false in click event but the matrix row
    is allow to edit but we cant save the document in Find Mode That is fine.
    What is my actual requirement is In find mode matrix Row not allow to enter the data .
    For examble In ADD mode i enter the data in Three rows (Item Section - Matrix) and
    save the document. Whwn i open the document in find mode the three row is not allow
    to editable like the same functionality of PO, sales Order, etc ..
    Regards
    Jambu

  • Query to find the list of users having access to a particular scenario

    Hi,
    I am learning Hyperion Planning 9.2 x version. I wanted to know the query to find the list of users having access to Plan Iteration - 1 scenarion.
    As I am new to Hyperion Essbase and Hyperion Planning, I am assuming these ideas work out to get the desired result.
    1) As Hyperion Planning uses Relational DB to store the User Security information, we can query the list of users who is having access to Plan Iteration - 1 Scenario.
    I am not sure if this solution works. Please correct me If I am wrong.
    2) We can also query from the essbase editor to find out who all having access to this scenario.
    If the above is correct, can you please provide me the query.
    I am really need of this and I will be happy if any one provide the solution.
    Thanks & Regards,
    Upendra. Bestha

    Hi,
    If you are looking for some SQL to retrieve the access rights by member then you can use something like (SQL Server code though can easily be modified for Oracle)
    SELECT usr.object_name as Username,mem.object_name as Member,
    'Access Rights' = CASE acc.access_mode
    WHEN -1 THEN 'None'
    WHEN 1 THEN 'Read'
    WHEN 2 THEN 'Write'
    WHEN 3 THEN 'Write'
    ELSE 'Unknown' END,
    'Relation' = CASE acc.flags
    WHEN 0 THEN 'Member'
    WHEN 5 THEN 'Children'
    WHEN 6 THEN 'Children (inclusive)'
    WHEN 8 THEN 'Descendants'
    WHEN 9 THEN 'Descendants (inclusive)'
    ELSE 'Unknown' END
    FROM
    hsp_access_control acc, hsp_object mem, hsp_object usr
    WHERE acc.object_id = mem.object_id
    AND acc.user_id = usr.object_id
    AND mem.object_name = 'Plan Iteration - 1'
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Query to find out the list of user who have delete access

    Hi,
    I need a query to find out the list of users who have delete access on perticular folder/universe/ reports  in infoview.
    Please advice.
    Regards,
    Neo.

    orton607 wrote:
    thanks for replying guys. But the thing is i am using dynamic sql execute immediate in my package, so i want those tables also and the schema name.
    thanks,
    ortonThis is not possible. The best you could do is to have a good guess.
    Or how would you parse some dynamic statement as this:
       v_suffix := 'loyees';
       v_sql := 'Select count(*) from (select ''nonsense'' col1 from emp'||v_suffix||') where col1 = ''Y'''';
       execute_immediate(v_sql);
    ...What is the table name? How do you want to parse that?
    Better rewrite all dynamic SQL statements into non dynamic ones. Or do the source control logic for those dynamic parts in an extra module. For example implement your own dependency table and force every developer to add there all dynamic parts.

  • How to Enable the LOV to query for partial user entries in af:query in an ADF search form

    Hi guys,
    I have faced one issue in creating a search form in ADF, in that I have used af:query and table region. and I have attached an lov vo to the base vo for the list of values and given UI hint as Input values with List of values. Now the issue is that I have given auto submit property as true so when I give some value suppose "Jan-14" and tab out it gives me all the correct results. but if I give like "Jan%" and then tab out then it does not give me any value. Could you kindly help me with some solution. I am using Jdev 11.1.1.6.0.
    Thanks,
    Tanmoy

    To enable the LOV to query for partial user entries, we can trap the 'LaunchPopupListener' event and add custom code there. Within the af:query component, just wondering how can we set property the 'LaunchPopupListener' for the search criteria ?

Maybe you are looking for

  • Calling Oracle BPM Process Web Service from Oracle Service Bus

    Hi I am using Oracle Service Bus 10gR3. I have developed simple BPM process through Oracle BPM studio 10.3.1.0.I then followed steps below 1. Create a Process. 2. Expose the Process as a Web Service. 3. Run the project. This starts the Process Execut

  • Creation of PO in Classic scenario.

    Hi i am using classic scenario.my problem is i have created shopping cart&approved.after approving this PR had been generated. ok. now i want to create PO,GR &Invoice with PR.but i could not create with PR. so please suggest me How to create PO, GR,

  • Table error in MAM 3.0 SP4

    Hello all, I got an error when using the table ui element. De error is: Error in file: /techobj/edit/ZEquipMeasureDocs.jsp<br/> <br/>Stack trace: <br/>java.lang.NullPointerException<br/>at com.sap.mbs.ca.ur.taglib.table.SapTableHeaderTag.doStartTag(U

  • Syncing photos on iPad without deleting current photos

    If you sync photos from your pc to iPad using iTunes are all the photos on the iPad deleted if not on the pc?

  • Decoding BLOB data from Adapter engine Java Stack

    Hi, I am able to gain access to Java stack schema. I am pulling out AUDIT_DATA field from BC_MSG_AUDIT. This is a BLOB format data piece. Is this Data stored in any specific encoding? or a normal UTF-8 string conversion will work? Cheers, Earlence