GENERATION OF THE LDT FILE FOR SPECIFIC SUBMENU OF THE MENU

Hello

I am creating a menu using the script below in the TDL file.

$FND_TOP/bin/FNDLOAD apps / $CLIENT_APPS_PWD O Y DOWNLOAD $FND_TOP/patch/115/import/afsload.lct ICX_POR_SSP_HOME.ldt MENU menu_name = "ICX_POR_SSP_HOME."

It works very well. If 10 submenus are attached to the menu, it generates all the submenus using script above in the TDL file.

My requirement is, I want to generate LDT only for some specific subemenus for this menu.

Is there any script or any other alternative to it.

It is very urgent, please help me as soon as possible.

Thanks in advance.

Hello

You can use the PARENT_MENU_NAME and SUB_MENU_NAME parameters to try to only get submenus you need. This works if you only need a submenu, or submenus are appointed in the same way. You could also manually delete submenus you don't need the ldt generated.

It will be useful.

Tags: Oracle Applications

Similar Questions

  • script to check a setting in a file for specific entry vmx

    HI friends,

    I wonder if it is possible to control the specific entry VMX file via script powercli. Actually I wanted to search for all virtual machines which has "scsi0:1.writeThrough ="true"in the VMX file. You guys can help me please.

    Of course, try something like this

    $vmName = "VM*"$tgtFolder = "C:\Temp\VMX\"$tgtString = 'scsi0:1.writeThrough = "true"'
    
    Get-VM -Name $vmName | %{  $dsName,$vmxPath = $_.ExtensionData.Config.Files.VmPathName.Split()  $dsName = $dsName.Trim('[]')  $ds = Get-Datastore -Name $dsName  New-PSDrive -Location $ds -Name DS -PSProvider VimDatastore -Root "\" | Out-Null  Copy-DatastoreItem -Item "DS:$vmxPath" -Destination $tgtFolder  Remove-PSDrive -Name DS -Confirm:$false}
    
    Get-ChildItem -Path $tgtFolder -Filter "*.vmx" | Where {Get-Content -Path $_.FullName | Select-String -Pattern $tgtString} |Select Name
    

    It displays the name of each VMX file in which the string "scsi0:1.writeThrough =" True "" is located.

  • Generation of Oracle Trace files for a session

    Hello

    I use oracle 10g (10.2.0.5) in RHEL5 server. I used the instruction exec dbms_system.set_sql_trace_in_session (147,3,TRUE); to draw a particular session. I am able to track successfully, but I created a new table in this session where I'm not able to find any statement of create table in the trace file generated, but I can find the insert statements that I made on the table newly created in the trace file.

    Is not recorded in the events of path of the DDL statements?

    Kind regards

    007

    Salvation;

    Please find below the doc who can help you

    DBMS_SYSTEM. SET_SQL_TRACE_IN_SESSION GENERATES NO TRACE FOR THE SESSION ACTIVE [ID 236178.1]
    How to enable the SQL Trace for all new Sessions [ID 178923.1]

    Follow-up to the Sessions to Oracle using the package DBMS_SUPPORT [ID 62160.1]

    Respect of
    HELIOS

  • Build specification does include all of the files for my VI.

    Hello!

    As part of a semester project, I have to build a VI to control a filtration unit. The VI works fine on my computer, but I control the next month and I need to send files to a person on the University. The problem is that even if I use the function 'Build Specification' (I use the 2011 LabView professional development system), the files are still missing when the program is started on the new computer. A warning in the project file indicates that the files are missing or removed to another location. A file named pid.lib is not found, and it seems that the path of each file is the same on my computer, but does not change the specification of build that adjust the new computer.

    I am a newbe LabView and I have searced this forum and help files to try to solve this problem by myself, but now my time is more limited. Can someone help me with this?

    Henrik jepsen

    Master Chemical Engineering

    Denmark

    Hi Henrik

    You can see what versions of LabVIEW and toolboxes installed in measurement and Automation Explorer (MAX). If you MAX Open and select 'my system'--> 'software in the menu of left, then you can see all installed software.

    If you click on the installation of LabVIEW. In this case, LabVIEW 2011, you can see all the installed tool boxes.

    When you run a LabVIEW project / application on another PC, LabVIEW will use a priority defined in the place where to load the files to. This is specified in Tools--> Options-->--> VI search path Path.

    For LabVIEW will be frist was trying to find the VI/VI library in your project folder and if the VI is not located there it will look like for her as a function of generation in vilib, userlib or LabVIEW instrlib files. These files contains VI and VI installed with LabVIEW libraries.

    In this case, as mentioned above you correctly do not have the same toolboxes installed on both machines. This is why the PID.lib is not found in the vilib folder as it should be, and so you get the error. You can check by looking at the installed modules, as mentioned above.

    Best regards

    Anders Rohde

    Technical sales engineer

    National Instruments Denmark

  • Looking for specific files of the .bkf. Is this possible?

    I have an external drive on which I had saved the entire desktop.  Desktop is dead (without power on/off switch) and now have a new laptop.  Looking for specific files of the .bkf.  Is this possible? If this is not the case, how can I 'restore' old office files to new pc? XP on desktop and laptop.

    What are the Windows Vista forums. Please repost your questions in the forum XP here: http://social.answers.microsoft.com/Forums/en-US/category/windowsxp.

  • How to stop the generation of the trace of the files concern the particular user

    Dear all,

    Please advice:

    Is it possible to stop the trace file that is created by a user for a particular job (sql/exp)

    For example:
    Create trace files whenever the user has run the sql/exp command from the application server.
    Which created a large files and caused the file system is full (not in bdump but it's generation in the home directory of the user application).
    Is there a method to stop the generation of trace records relate to the particular user base on this job.

    Thank you
    Nathalie

    Dear GEORGE

    This trigger will be created for that specific user by dba or anyone with sysdba privileges. It will be triggered at the time of login of this user and edit the sqltrace.

    for example, we write a trigger in our database for each ddl operation in the database.

    CREATE OR REPLACE TRIGGER "SYS." "' SYS$ DDLTRIG" after the DDL on the database
    declare
    v_machinename VARCHAR2 (100);
    v_osuser VARCHAR2 (100);
    v_dbuser VARCHAR2 (100);
    v_host VARCHAR2 (100);
    v_program VARCHAR2 (100);
    v_instance VARCHAR2 (100);
    T_DATE VARCHAR2 (100);
    Start
    Select to_char (sysdate, ' dd-mm-yyyy HH24:MI:SS), user, sys_context (' userenv ',' OS_ ")
    USER'), sys_context ('userenv', 'HOST'), (select instance_name of v$ instance), (se
    You can select program session $ v where sid = (select distinct sid from v$ mystat)), (se
    machine READING of session $ v where sid = (select distinct sid from v$ mystat)) int
    o T_DATE, v_dbuser, v_osuser, v_host, v_instance, v_program, v_machinename of double;
    IF ora_sysevent = 'DROP' or ora_sysevent = 'CANCEL' or ora_sysevent = 'GRANT' or
    ora_sysevent = 'CREATE' or ora_sysevent = 'TRUNCATE' or ora_sysevent = 'CHANGE '.
    Then
    insert into ddl_log_new (T_DATE, v_dbuser, v_osuser, v_host, v_instance, v_program, v_m
    achinename, V_EVENT, V_OBJECT_NAME, V_OBJECT_TYPE, V_OBJECT_OWNER) values (T_DATE, v_
    dbuser, v_osuser, v_host, v_instance, v_program, v_machinename, ora_sysevent, ora_dict_
    obj_name, ora_dict_obj_type, ora_dict_obj_owner);
    END IF;
    END;

    I hope that above example will be useful to you,

    Concerning
    Evelyne

    Published by: ambrishr24 on 5 December 2012 17:02

    Published by: ambrishr24 on 5 December 2012 17:05

    Published by: ambrishr24 on 5 December 2012 17:20

  • Download changes to the .ldt file on the

    Hi all

    I'm trying to make a change in a timesheet, change, what I'm doing is very simple right now (enlarge a field).
    But there where already the changes made to the sheet, and they must be kept in tact (added a lov).

    I use the following communication as reference.
    Oracle time and work - configuration of the Oracle time and labor electronic score card, UI - white paper

    Normally, you need to get the original model of the location: $HXC_TOP/patch/115/import/US,.
    When there are already changes you need to get the latest version of the template (?)

    The file that I needed for the sheet time was hxczzhxclayt0019.ldt

    When I download the original model the LOV that occurred at an earlier date has not worked.
    He confirmed that the tanking the original model was not the way forward.

    I think I need to have the witch model has all the changes previously made.

    Download the file .ldt with the download of FNDLOAD, U, but the model does not work for me.

    Even a full download with no parameters does not get the effect that I like to see.

    "FNDLOAD apps/pass@DBname O DOWNLOAD $HXC_TOP/patch/115/import/hxclaytlayoutsld.lct"

    Someone has any advice / idea on how I can solve this, except the generation of the file from the ground?

    Niels greetings

    Published by: user12842768 on June 10, 2011 07:29

    Please see (which is The Correct syntax to download A single Timecard Layout (LDT file) of the database? [(ID 961663.1).]

    It is no longer a problem for you?

    Thank you
    Hussein

  • Hide the headings for specific users/groups

    Hello

    Is this possible with WEBhelp, hide/Exclude subjects for specific user groups / users?

    Currently, we use html/chm help. There is a project for our main software. I have another project for an add-on that is integrated in the table of contents of the main project using the merged help function. We only install help for this module when the customer has purchased this module. So the customers who do not have this module do not have help to make it.

    It is possible something similar with WEBhelp (Pro)? I ask because we go to WEBhelp (Pro). In this case, there is no help by the customer file, but one for all the world. Is there a way to display only the additional items to customers who use this module?

    * The only way I can think is to integrate all this into a single project and publish twice (one with and one without the themes of the additional module) using the tags of the construction. Or is there a way to let the RoboEngine/RoboServer merger it on the fly, but based on the criterion that the customer has the module?
    * This additional help project can be added to the main help as a teaser for other customers also use this module (others cannot buy unless you are a franchisor of a group of specific hotel for which we have developed the module)

    Thank you

    Hi John-Pierre. RoboServer this is impossible on the fly. Tags of the generation are the way to go. Simply create a new tag, apply it on the subjects you want no franchises user to see, then apply the tag to your SSL to exclude it from the output. Viola, you have your username not franchisees to help. Simply remove this label from construction of the SSL for users of franchises so that they get everything. You can also create two identical WehHelp Pro SSL - 1 vote against and no label construction and the other with a construction tag to avoid you to have to remember to add/remove.

    How your application will know files that help write? Is this a separate executable? I know that it is possible for the INSTALLATION. EXE to check the license before installing the modules, but I never went to the bottom of this line.

    BTW, build tags can be used on all types of output.

  • The numbers "could not open file for some reason any."

    Suddenly some of my documents of numbers prompt response "numbers" could not open file for some reason any ' "the document is unavailable. Other documents numbers remain accessible. My backup versions invites the same response when I try to open them. Is there a solution?

    Hello Fred,.

    Thanks for this info and choosing the communities Support from Apple. I know how important is able to open all your files in numbers is for you!

    If I understand correctly, you cannot open some files of numbers even from backups, but others continue to work. To limit this problem, I would suggest starting with the following steps:

    1. first of all, run disk utility and check for questions on your hard drive, as hard drive problems can lead to situations like yours.

    Disk utility (Yosemite): a disc repair

    2. then, you can test this in a new user, to refine, if it's a question broad system or specific to your username.

    How to test a question in another account on your Mac.

    See you soon!

  • How do I create the file zxp of the aip, generation after generation of the solution file.

    How do I create the file zxp file aip, generation after generation of the solution (program code)

    I build example file from CC (given with the sdk) 2015 Sdk for the creation of the aip file, so I want to create file zxp that generate PID file

    How do I do that please help me

    Thanks and greetings

    Kundan

    Yes, you must rebuild your plugin using the SDK CC headers. I thought that you had already done, but looking back through the thread you started saying the problem was with the DrawArt sample in the SDK of CC and then move to your plugin.

  • Need advice on the rendering of a file for authouring PAL DVD, format, codec, compression

    Hello.

    Im working on an experimental audiovisual project that needs to be exported to a file that will be used for the DVD to a compilation of creative works. IM pretty much against it time, the deadline is close and im spending many hours trying different settings - output but still im do not reach the level of quality in the final file I expect to see.

    Ive been given technical specifications are:

    -Maximum duration: 6 min.
    -PAL
    -16 x 9 if possible
    -mov file if possible

    My compostion is in black and white and shades of gray. It was out of a video Toolbox in real-time, but I infact used Fraps to capture uncompressed video, as her reacts software at in realitme sound. No problem here, the images I got is fine and works perfectly, at 30 frames per second (here is perhaps one of my problems that maybe I should have output/captured video at 25 frames per second since I understand what the rate for PAL)

    Anyway Ive done my compostion by superimposing several segments of the video captured in sync with the sound.

    (1) first of all, whenever I out in any format, everything becomes a little grey - IE the bottom black deep perfect dark gray go. How can I avoid this?

    (2) what is the best type of file to the format/path/from out for the conversion of best quality of 30 frames per second at 25 frames per second. I noticed that the video becomes slightly jerky when I got out with a PAL output configuration preset.

    I would appreciate if someone could guide me on the best possible formats/file types and the bitrates to deal with this specific set of cladding im problems. Unfortunately, I need to make the due date in the coming days.

    Thank you very much

    p

    If you create a DVD, there is really no choice of codecs, since the DVD-video is a very specific and closely forced to MPEG-2 video form. MPEG-2 video is highly compressed and is not a format high definition, so it is absolutely inevitable that export to DVD video will cause a loss of quality. This is true for the same professionally created DVD. There is a DVD MPEG-2 export preset in After Effects that you can choose in the Format menu in the settings of output Module dialog box.

    If, however, you are given your video as input for a larger work, and you must create an intermediate file that keeps all the details for as long as possible in the post-production pipeline, you should view and export using lossless coding. My preference for the creation of intermediate files compressed without loss of sources of 8 bits-per-channel is the PNG video codec in QuickTime (MOV) container.

    For information on the compression and the choice of the parameters for specific purposes, see this FAQ entry (and the pages it links to the):

    http://forums.Adobe.com/thread/729526

    You said 'jerky' output. See this FAQ entry for more information on the movies encoded without loss and how they are not suitable for reading:

    http://forums.Adobe.com/thread/684381

    Or maybe saccades comes from the inadequacy of the frequency of frames between your source 30 frames per second and 25 frames per second composition. If so, then interpolation can help.

  • Menu bar of the modules to load for each submenu

    I'm creating an application by using the MENU bar, but cannot get a module to open when it is clicked on a submenu. I stripped my app up to bare bones to eliminate other factors. The menu bar has several main options, such as Button1, Button2, Button3, then each has a submenu drop-down. If Button1 has dropdowns Button1Sub1 and Button1Sub2 I want to have a different module launch when you click on one of the submenus.

    I managed to use ModuleManager to open a particular module by referring to the creationComplete = "moduleLoadHandler ()" but not by selecting a menu item in the menu bar. " My application has need to be as easy to use, Windows-like as possible. There are a lot of different modules that must be loaded and unloaded.

    I have attached an image screenshot of my project tree and circled the ActionModule.swf file to show its location.

    I have attached my code below:

    " < = xmlns:mx mx:Application ' http://www.Adobe.com/2006/MXML "layout ="vertical"creationComplete =" creationHandler (); » >

    < mx:Script >

    <! [CDATA]

    Import mx.controls.menuClasses.IMenuBarItemRenderer;

    Import mx.controls.MenuBar;

    Import mx.controls.menuClasses.MenuBarItem;

    Import mx.controls.Alert;

    import mx.modules.Module;

    import mx.events.ModuleEvent;

    import mx.modules.ModuleManager;

    import mx.modules.IModuleInfo;

    import mx.rpc.events.ResultEvent;

    import mx.rpc.events.FaultEvent;

    import mx.events.FlexEvent;

    import mx.events.MenuEvent;

    Import mx.collections. *;

    public var _moduleInfo:IModuleInfo;

    [Bindable]

    public var menuBarCollection:XMLListCollection;

    private var menubarXML:XMLList =

    <>

    < label menuitem = "Menu1" data = "top" >

    < label menuitem = "1-A MenuItem" data = "1a" itemClick = "moduleLoadHandler ()" / >

    < label menuitem = "MenuItem 1-B" data = 1 'b' / >

    < / menuitem >

    < label menuitem = "Menu2" data = "top" >

    < label menuitem = "2-A MenuItem" type = "check data" = "2" / >

    < type menuitem = "separator" / >

    < label menuitem = "MenuItem 2-B" >

    < label menuitem = "SubMenuItem 3A" type = "radio".

    groupName = "one" data = "3" / >

    < label menuitem = "SubMenuItem 3-B" type = "radio".

    groupName = "one" data = "3B" / >

    < / menuitem >

    < / menuitem >

    < label menuitem = "Menu3" data = "top" >

    < label menuitem = "MenuItem 3-A" data = "3" / >

    < label menuitem = "MenuItem 3-B" data = "3B" / >

    < / menuitem >

    < label menuitem = "Menu4" data = "top" >

    < label menuitem = "4A MenuItem" data = "4A" / >

    < label menuitem = "4-B MenuItem" data = "4B" / >

    < / menuitem >

    <>/.

    private function creationHandler (): void {}

    menuBarCollection = new XMLListCollection (menubarXML);

    }

    private void moduleLoadHandler(event:ModuleEvent):void {}

    canvas.addChild (_moduleInfo.factory.create () in Module);

    _moduleInfo = ModuleManager.getModule ('ActionModule.swf');

    _moduleInfo.addEventListener (ModuleEvent.READY, moduleLoadHandler);

    _moduleInfo.load ();

    }

    Event handler for the MenuBar control's itemClick event.

    private void menuHandler(event:MenuEvent):void {}

    Do not open the alert for a menu bar that

    Opens a pop-up submenu.

    If (event.item.@data! = 'top') {}

    Alert.Show ("Label:" + event.item.@label + "\n" +)

    ("Data:" + event.item.@data, 'Clicked menu' item);

    //}

    }

    private void onTopSelection(event:MenuEvent):void {}

    var mb:MenuBar is event.target as menu bar;.

    var selectedIndex:int = mb.selectedIndex;

    for (var i: int = 0; i < mb.menuBarItems.length; i ++) {}

    {if(i==SelectedIndex)}

    (mb.menuBarItems [i] as MenuBarItem) .setStyle ("fontWeight", "bold");

    }

    else {}

    (mb.menuBarItems [i] as MenuBarItem) .setStyle ("fontWeight", "normal");

    }

    }

    }

    []] >

    < / mx:Script >

    < mx:Canvas id = "canvas" height = "75%" width = "75%".

    paddingTop = "10" paddingLeft = "10" >

    "< mx:MenuBar labelField="@label "itemClick ="menuHandler (event); "dataProvider ="{menuBarCollection}"change =" onTopSelection (event) "/ >"

    < / mx:Canvas >

    < / mx:Application >

    I think it should look like:

    function menuHandler(event:MenuEvent):void

    {

    moduleLoader.url = event.item.@data

    }

    Alex Harui

    Flex SDK Developer

    Adobe Systems Inc..

    Blog: http://blogs.adobe.com/aharui

  • CoreTelephony error in trace file as a file for coretelephony tracing operation has failed, perhaps you need more disk space. Details "error opening the file/tmp/ct.shutdown, err = operation not permitted

    I got this error:

    "CoreTelephony Trace file error
    A file for CoreTelephony tracing operation failed, you might run out of disk space. Details "error opening the file/tmp/ct.shutdown, err = operation not permitted"

    I tried to solve it by searching for CoreTelephony errors. Could not resolve yet.
    Software does not, especially of photoshop...

    Any ideas?

    Same thing here, iMac with OS X 10.11.6. All started a couple days ago. Have not found any valid solution online yet, I tried rebooting in recovery mode and check disk, but it seems that everything is ok with the drives and permissions.

  • How can I import my old passwords of key3.db key3 and files for the new firefox signons.sqlite 41.0?

    I recently updated my PC and my old hard drive in system is placed as a slave in my new PC. Seen key3 and signons.sqlite key3.db files of the old firefox, how to import passwords saved in the new firefox 41.0?

    Thank you.

    How old was the older Firefox? Firefox 33 and then use this pair of files:

    • logins. JSON -. saved passwords.
    • signons3.txt - this file stores your database key for your passwords.

    If you want to move the old in your current profile (to replace new empty files for the most part), this is the fastest way to open your folder of the currently active profile. Either:

    • button "3-bar" menu > "?" button > troubleshooting information
    • (menu bar) Help > troubleshooting information
    • type or paste everything: in the address bar and press Enter

    In the first table of the page, click on the view file"" button. This should launch a new window that lists the various files and folders in Windows Explorer.

    Leave this window open, switch back to Firefox and output, either:

    • "3-bar" menu button > button "power".
    • (menu bar) File > Exit

    Pause while Firefox finishing its cleanup, then rename logins.json to something like logins.old and key3db to something like key3.old.

    Now copy the old two files in this folder.

    Launch Firefox back up again. These connections are available?

  • In a sequence of CTF, is it possible to obtain a text file of sequence clips display? There is a display of text file for clips (cmd-9). Zoom the timeline cancels the ability to see the whole sequence of the time line.

    In a sequence of CTF, is it possible to obtain a text file of clips in sequences display (name and duration)? There is a display of text file for clips (cmd-9). Zoom the timeline makes this visible annotation for shorts, cancels but the ability to see the whole sequence of the time line. Of course, it would help my editing.

    TIA

    In Final Cut Pro 7, you can use editing > find command to search on used clips in the sequence. See if there is an equivalent command in FCE. Unfortunately, I can't determine that at first hand on my system. (In addition, if you are still interested whereas FCP X, there the so-called Timeline index which provides quick access to a list of markers, clips, effects, etc..)

    Good luck.

    Russ

Maybe you are looking for