LOV query attached to fields from EBS front end

Can anyone please tell me, is there any way to find the query of dynamically attached LOV to corresponding field from EBS front end without using corresponding .fmb of form. I read posted threads and got the option of trace with binds (for finding the queries of LOV) from Help -> Diagnostics -> Trace ->Trace with Binds -> trc file
,But the problem is, it is not specified in the trace file that which field is having which query.
Or is there any other way regarding this issue
Versoins are
RDBMS : 11.1.0.7.0
Oracle Applications : 12.1.1
Please correct me if I am wrong
Regards
Trupti

You can open the form using forms builder and get the code.
How To Bring Up 10G Forms Builder In R12 Environment? [ID 579318.1]
Using the OracleAS 10.1.2 Forms and Reports Builders with Oracle Applications Release 12 [ID 444248.1]
Thanks,
Hussein

Similar Messages

  • How To Hide the Record after Update from ADF Front End

    Hi Every One,
    I have done the Scenario of Database Table rows displayed in ADF front end. It is editing and updating also. My Query is after update the record, how to hide that record from adf front end.
    Could any one please help me.
    Thanks,
    Narasimhulu.S

    hi you can create transient field in view object indicate to visibility of row (boolean ) and create view criteria that show only rows that are able to be visible according to transient attribute and at the update process set the attribute to true inside entityImpl class

  • How to Edit the xml node value using flex from the front end UI

    Hi All,
    I am having a use case with flex 4.6
    1> To read the external xml file
    2> Display the tree structure in the front end UI
    3> Edit the node values of the xml file from the front end UI and save it back
    How to go about the above use case, any blogs or links on the above case will be help
    Thanks,
    Alok

    Check this is example:
    http://blog.flexexamples.com/2009/07/23/deleting-nodes-from-an-xml-object-in-flex/

  • How to view logs from browser/front-end without using Visual Admin

    Hi,
    Is there a way to view logs from the front-end computer without looging into the Visual Admin tool either in the browser or using some stand-alone application.
    Thanks,
    CD

    Hi,
    You can use http://ipaddress (or) fqdn :5xx00/NWA
    use monitoring and logs option you will view logs.
    Regards,
    Vamshi.

  • Editing Image database columns From Apex front End

    Hello,
    How is it possible to edit an image datatype in Application express. Suppose if i want to edit an existing i mage and replace it with an edited version and save the newly edited verison in the database.
    Is it possible to edit and image from the front end itself.

    Hello,
    It depends exactly what sort of functionality you mean by 'edit', if you mean resize/scale and things like that then read the previous links I supplied.
    If you mean duplicating the sort of functionality that Photoshop et al provide then yes it's probably possible, however it sounds like a huge amount of work to me (as in it would be a 'product' in it's own right).
    If you can start defining limits as to what editing features you want to provide then I think it will help to define the scale of your task, otherwise if you're just saying 'edit' as a catch-all phrase then I think you have a lot of work ahead of you (interesting work...but a lot of it ;).
    John.
    Blog: http://jes.blogs.shellprompt.net
    Work: http://www.apex-evangelists.com
    Author of Pro Application Express: http://tinyurl.com/3gu7cd
    REWARDS: Please remember to mark helpful or correct posts on the forum, not just for my answers but for everyone!

  • How do I create data-driven linkbuttons whose visibility is controlled from the front end?

    I've made a component based on a mx:TitleWindow that contains linkbuttons that I'm using as a context-menu.
    The TitleWindow component contains link buttons like this:
    [Bindable]
    private var _showEmailThis:Boolean = false;
    [Bindable]
    private var _showApproveThis:Boolean = false;
    [Bindable]
    private var _showReviewThis:Boolean = false;
    <mx:LinkButton id="lnkEmailThis" 
                   visible="{_showEmailThis}" 
                   includeInLayout="{_showEmailThis}" 
                   click="lnkEmailThis_click()" 
                   label="Email this!" />
    <mx:LinkButton id="lnkApproveThis" 
                   visible="{_showApproveThis}" 
                   includeInLayout="{_showApproveThis}" 
                   click="lnkApproveThis_click()" 
                   label="Approve this!" />
    <mx:LinkButton id="lnkReviewThis" 
                   visible="{_showReviewThis}" 
                   includeInLayout="{_showReviewThis}" 
                   click="lnkReviewThis_click()" 
                   label="Review this!" />
    This component contains a large number of links and is re-used by multiple modules in the same application.
    Within each module, this component is used when a user clicks on a row in a datagrid.
    The code looks like this:
    In "Requests" module:
    private function dgRequests_click(event:MouseEvent):void
        menu.showApproveThis = true;
        menu.showReviewThis = true;
    In "Performance" module:
    private function dgPerformance_click(event:MouseEvent):void
        menu.showEmailThis = true;
        menu.showReviewThis = true;
    As you can see, the visibility of individual linkbuttons is controlled within each module by setting boolean properties.
    If I alter this component to use a renderer, how can I control the visibility of the linkbuttons from the code in each module (there are over a hundred links with different functionality - not every link will be used in each module)? Note: it is not known from the back-end which grid within which module uses which link. This is set in the front end within each module's actionscript file.
    e.g., if the XML looks like this:
    <links>
       <link>
          <label>Email This</label>
          <visible>_showEmailThis</visible>
       </link>
       <link>
          <label>Approve This</label>
          <visible>_showApproveThis</visible>
       </link>
       <link>
          <label>Review This</label>
          <visible>_showReviewThis</visible>
       </link>
    </links>
    and I set the Email link to show in the module like this:
    private function dgPerformance_click(event:MouseEvent):void
        menu.showEmailThis = true;
    How do I make it take effect? Is there a way to control the visibility of a linkbutton within an item renderer in a component from the module that uses that component? Is there something like reflection in the Flex framework?

    Put a single frame sequence structure around your stop button and then wire from the error cluster going into the error handler to the edge of the sequence structure. Now your code will stop at the end of the current iteration. To see why this works, watch you code execute with execution highlighting turned on and review the section of the manual talking about "Dataflow".
    Mike...
    Certified Professional Instructor
    Certified LabVIEW Architect
    LabVIEW Champion
    "... after all, He's not a tame lion..."
    Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

  • Disable SAVE button in EBS front end

    Hi Experts,
    I am working on forms 6i, EBS 11i. I want to disable the 'SAVE' button in the front end menu.
    Kindly help me.
    Thanks

    Hi;
    I am working on forms 6i, EBS 11i. I want to disable the 'SAVE' button in the front end menu. Is it custom forms or seeded one? If custom one i suggest please see below googling:
    http://www.google.com.tr/#hl=tr&source=hp&q=disable+SAVE+button%2Boracle+form&oq=disable+SAVE+button%2Boracle+form&aq=f&aqi=&aql=&gs_sm=e&gs_upl=296l4343l0l4546l20l19l0l17l17l0l187l297l0.2l2&fp=96ce050406090a43&biw=1280&bih=797
    Regard
    Helios

  • How can the query results include null if it's a required field on the front end?

    I executed a query that simply asked for all data points on a single table.
    I am trying to figure out why the query would report back as having all "Null" values in 3 of 10 columns. The information is required for the end user to enter before the system allows
    them save a record.

    You understand correctly.
    When you look up de service code do you get an description from table DDLValues?
    THIS IS CORRECT
    If the service code is in there, you should check why de ID is not correct.
    I dont know what this means. Check why the "ID" is not correct? What ID?
    The DDLvalues table has no objects on which it depends. It that normal?
    This is the code for the individual services
    SET ANSI_NULLS ON
    GO
    SET QUOTED_IDENTIFIER ON
    GO
    CREATE TABLE [dbo].[IndividualService](
    [ID] [bigint] IDENTITY(1,1) NOT NULL,
    [StudentID] [uniqueidentifier] NULL,
    [DateofService] [datetime] NULL,
    [ServiceCode] [int] NULL,
    [FocusCode] [int] NULL,
    [InterventionCode] [int] NULL,
    [ClinicianID] [uniqueidentifier] NULL,
    [Schoolid] [bigint] NULL,
    [Approved] [int] NULL CONSTRAINT [DF_IndividualService_Approved]  DEFAULT ((0)),
     CONSTRAINT [PK_IndividualService] PRIMARY KEY CLUSTERED 
    [ID] ASC
    )WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY]
    ) ON [PRIMARY]
    GO
    ALTER TABLE [dbo].[IndividualService]  WITH CHECK ADD  CONSTRAINT [FK_IndividualService_aspnet_Users] FOREIGN KEY([StudentID])
    REFERENCES [dbo].[Students] ([StudentID])
    ON DELETE CASCADE
    GO
    ALTER TABLE [dbo].[IndividualService] CHECK CONSTRAINT [FK_IndividualService_aspnet_Users]
    GO
    ALTER TABLE [dbo].[IndividualService]  WITH CHECK ADD  CONSTRAINT [FK_IndividualService_aspnet_Users1] FOREIGN KEY([ClinicianID])
    REFERENCES [dbo].[aspnet_Users] ([UserId])
    GO
    ALTER TABLE [dbo].[IndividualService] CHECK CONSTRAINT [FK_IndividualService_aspnet_Users1]
    GO
    ALTER TABLE [dbo].[IndividualService]  WITH CHECK ADD  CONSTRAINT [FK_IndividualService_DDLValues] FOREIGN KEY([FocusCode])
    REFERENCES [dbo].[DDLValues] ([DDLValueID])
    GO
    ALTER TABLE [dbo].[IndividualService] CHECK CONSTRAINT [FK_IndividualService_DDLValues]
    GO
    ALTER TABLE [dbo].[IndividualService]  WITH CHECK ADD  CONSTRAINT [FK_IndividualService_DDLValues1] FOREIGN KEY([InterventionCode])
    REFERENCES [dbo].[DDLValues] ([DDLValueID])
    GO
    ALTER TABLE [dbo].[IndividualService] CHECK CONSTRAINT [FK_IndividualService_DDLValues1]
    GO
    ALTER TABLE [dbo].[IndividualService]  WITH CHECK ADD  CONSTRAINT [FK_IndividualService_DDLValues2] FOREIGN KEY([ServiceCode])
    REFERENCES [dbo].[DDLValues] ([DDLValueID])
    GO
    ALTER TABLE [dbo].[IndividualService] CHECK CONSTRAINT [FK_IndividualService_DDLValues2]
    GO
    ALTER TABLE [dbo].[IndividualService]  WITH CHECK ADD  CONSTRAINT [FK_IndividualService_Schools] FOREIGN KEY([Schoolid])
    REFERENCES [dbo].[Schools] ([SchoolID])
    GO
    ALTER TABLE [dbo].[IndividualService] CHECK CONSTRAINT [FK_IndividualService_Schools]
    GO

  • I need to Import Descriptive Flex Field from EBS to OBIA

    Hi
    we implemented OBIA 7.9.6.3 as Procurement and Spend Analytics
    there is some Descriptive Flex Fields i want to import
    for example :
         we have DFF on PO_HEADERS carries some information on the POs i need to import it into OBIA Datawarehouse and RPD
    So , anyone have an idea to help me in this ?
    Thanks
    Ahmed

    Ahmed,
    if you dont want to edit any mapping, then you can populate the data into some un-used column in the ETL and change the name of the column in RPD.
    Though this is not a good approach, but you can try this.
    Mark if helpful.

  • SharePoint Search is failed when request comes from one front end server

    Hello colleagues!
    I have a SharePoint 2013 farm with 3 server: batch, wfe 1, wfe 2
    Search topology includes batch and wfe 1 servers.
    So when search request comes from wfe 1 search service works fine. When search request comes from wfe 2 search service is failed.
    In logs there is an error:
    A failure was reported when trying to invoke a service application: EndpointFailure Process Name: w3wp Process ID: 16556 AppDomain Name: /LM/W3SVC/234569039/ROOT-4-130544984716198913 AppDomain ID: 6 Service Application Uri: urn:schemas-microsoft-com:sharepoint:service:9d3cd1b87fc848c0b7bbbfb95a7fd7a0#authority=urn:uuid:08a793bc71b54dfcb7f0cf2d6cc35c4f&authority=https://wfe2:32844/Topology/topology.svc
    Active Endpoints: 1 Failed Endpoints:1 Affected Endpoint:
    http://batch:32843/9d3cd1b87fc848c0b7bbbfb95a7fd7a0/SearchService.svc
    I have gone through the link
    http://batch:32843/9d3cd1b87fc848c0b7bbbfb95a7fd7a0/SearchService.svc It works from any server and any workstation except wf2
    When I open the link on server wfe2 I get:
    HTTP Error 503. The service is unavailable.
    Please help to understand what is wrong.
    Thank you for your help

    Hi Anna,
    Is this issue resolved?
    Is there anything update about this issue?
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Transition from the front-end class to the back-end class(Composition)

    Hi there,
    I have a program that is using 2 classes in the same package.Oneis called Add_Word,the other is Edit_Word.Both have a seperate GUI.I have created one class(Add_Word) with a reference to (Edit_Word).The idea is to allow the user to enter a list of words through a text field and pressing a button after each one.Each newly entered word is added to a combo box in the same window.When the user misspells a word,he should click on the word in the combo box and another window (Edit_Word) should appear.Edit_Word has a text field and a button.The user should type the edited word inthe text field and press the button.Whenthe button is pressed the Edit_Word window should disappear and the edited word should replace the old word in the combo box.
    so the flow of data is as follows:
    1)Add_Word window appears
    2)user adds words,one by one
    3)words appear in combo box as they are added
    4)user misspells a word,he clicks on it in the combo box
    5)Edit_Word window appears
    6)user types edited word in text field
    7)user clicks OK button
    8)user returns to Add_Word window which created the Edit_Window in the first place.
    9)new word replaces old word in Combo box
    I am having a problem with step # 8?I need to return to the same object so I retain the information?
    Any help?
    class Edit_Word{
    JTextField edit_field;
    JButton ok_button;
    class Add_Word{
    Edit_Word app;
    JTextField add_field;
    JButton add_button;
    JComboBox  list_combo;
    }

    Thank you for your reply.I am familiar with the built-in JOptionPane dialogs,but I'm just surfing around to learn how to create user defined modal dialogs.I solved the problem yesterday,although a modal dialog seems more controlled.I added a Window listener to Add_Word,which is deactivated when edit_word appears on the screen and activated again when the edit_word window is set to invisible(in the code).So when the window is activated again,it updates the combo box.
    Once again,thank you for your reply.

  • RFC to read the attachment from PR05 and pass the doc to the PHP front end

    Hi Team,
    Our requirement : We are designing a new front end using PHP portal and pull the data from SAP-backend for travel expense/request.
    We are able to upload the document to PR05 using frontend portal.
    If employee/manger wants to read the attachment in the portal,how to get the documents attached in PR05 to the front end..
    I would like to know the RFC which help me in reading the attachemnts.Regards,
    Madhu

    I dont want use all the values in my second program I need to pass empno and job only.Since your cursor gets all the columns (using the * is not a good way to code the cursor), that is what your other program will get when it calls pr_test procedure. You will have to FETCH all the columns in that other procedure and discard the ones you do not need.
    Alternatively, change the code of cursor to select only the columns you would actually need.

  • How to edit data in mtl_system_items_interface table from front end.

    Hi All,
    As i dont have create/update transaction permissions on mtl_system_items_interface from back end.
    I need to update the failed records in mtl_system_items_interface and reprocess them again.
    Kindly suggest mr how to proceed from apps front end to query and update.
    Thanks in advance
    Regards
    Santosh

    Hi Santosh,
    I think there is no front-end access to reprocess the failed records.
    For help, some useful Metalink Notes are:
    FAQ for Item Import [ID 109628.1 ]
    A Guideline to IOI Error Messages and Solutions [ID 52746.1]
    INCOIN: Basic Steps for Researching Failed Item Imports [ID 552683.1]
    Understanding Item Import and Debugging Problems with Item Import [ID   268968.1]
    Item API Or Concurrent Manager, Which One Is Best For Item Creation? [ID   760498.1]
    reagrds
    Sanjay

  • LOV query is invalid, a display and a return value are needed, the column n

    Hello,
    I used to have no trouble at all creating dynamic LOV but from today I' am alway getting the error mentioned above.
    This is the LOV query
    select nm,zon_id from scr_zones_mv@d29ut
    I tried to created a view of the referenced table, I'm able to select from this view in query builder but it gives the same error.
    What is going wrong?
    Erwin

    Sorry guys,
    I already found the problem.
    thanks
    Erwin

  • Sql query to bind data from grid and print total count and amount total when date changes

    SELECT SLHD.VOUCH_CODE,SLHD.VOUCH_DATE,SLHD.VOUCH_NUM,SUM(SLTXN.CALC_NET_AMT) AS AMT,ACT.ACT_NAME,SUM(SLTXN.TOT_QTY) AS QTY
    FROM SL_HEAD20132014 AS SLHD,ACCOUNTS AS ACT,SL_TXN20132014 AS SLTXN
    WHERE SLHD.ACT_CODE=ACT.ACT_CODE AND SLTXN.VOUCH_CODE=SLHD.VOUCH_CODE
    GROUP BY SLHD.VOUCH_CODE,SLHD.VOUCH_DATE,SLHD.VOUCH_NUM,ACT.ACT_NAME
    ORDER BY SLHD.VOUCH_DATE 
    i want to print total quatity and total sale in grid when data changes
    like
    date amount quantity
    01/02/2013 1200 1
    01/02/2013  200 1
    01/02/2013  1400 2 // date changes here 
    02/03/2013 100 1 
    02/03/2013 50 4
    02/03/2013 150 5 // date changes and so on

    this query only print all the data from table i want total quantity and total amount of daily sale in same grid when ever date changes
    You may add the date filter to Visakh's query:
    SELECT SLHD.VOUCH_DATE,SUM(SLTXN.CALC_NET_AMT) AS AMT,SUM(SLTXN.TOT_QTY) AS QTY
    FROM SL_HEAD20132014 AS SLHD,ACCOUNTS AS ACT,SL_TXN20132014 AS SLTXN
    WHERE SLHD.ACT_CODE=ACT.ACT_CODE AND SLTXN.VOUCH_CODE=SLHD.VOUCH_CODEand SLHD.VOUCH_DATE = @yourdate --passed from the front end application
    GROUP BY SLHD.VOUCH_DATE
    WITH CUBE
    ORDER BY SLHD.VOUCH_DATE
    Having said, each time when you select the date, you query the table would be expensive method. May be you can filter the date within your dataset already populated if you have entire data in the dataset.

Maybe you are looking for

  • Problem in RAR Background Jobs

    Hi Experts, We are facing a problem during Batch Risk Analysis- Batch Risk Parameters- System- RP1 Options- User Role Profile, Critical Actions and Role/Profile Analysis Management reports User and Role permission Level risks analysis run fine, but a

  • Version management for Purchase order

    Dear Friends, I am implimenting version management for Purchase orders. Under version management(IMG) ,set up change dispalys node-- following fields are available. Ex: Doc type-- ZCO,NB For item view fields: Field nameEMATN(material),TableMEPO1211--

  • Billing Output Variant

    Hi All, Kindly suggest how to create a variant for the billing output type so that when we run the batch job for the billing docs that automatic printouts is done. What is the T-Code for this. What should I check and where to do the settings. Also wh

  • Aperture doesn't like Apple OS X .....

    I have updated to OS X 10.9 and now can't open Aperture, message reads You can't use this version of the application "Aperture" with this version of OS X. You have "Aperture" 3.2.3...  all i need to know is how to get Aperture to work again..help ! .

  • Marketing calender Querys not visible in pcui

    Hi Can anyone tell me as we are not able to see the Querys saved in the CRM 5.0 marketing calender advance search  of PCUI view and  querys are not appearing in the dropdown list of the marketing calender query selection screen along with iveiw Dinak