automatic creation of the search in the merger, using script values

Hi all

I belong to gentle people to the team of merger integration. We use the FBL interface to load data into the merger.

Adding search codes defined by the user to specific types of extensible search is a manual task of the implementer of the application.

We want to automate this manual task.

We want to prepare the script that will automatically extracted invites & translate PeopleSoft values and creates these values as codes of existing types of research in Fusion research.

Appreciate any suggestion/solution to it.

Thanks in advance,

Kiran

Hi Kiran,

I'm not aware of the peoplesoft Board, but you can use FND_LOOKUP_VALUES_PKG. INSERT_ROW API in your script to insert into the table of values of research Fusion.

Tags: Oracle Applications

Similar Questions

  • How can I apply an opacity for the blending mode Script value?

    Hello

    How can I apply an opacity for the blending mode Script value?

    Is this something like?

    theLayer.blendingMode = BlendingMode.SOFT_LIGHT;  Add blendingMode with opacity for selected layers

    var opacity41 = opacity

    Thank you

    It seems that you have the right merge mode part. The other part of your question how to set the opacity of the layer value?

    It is like this:

    theLayer.property("Opacity").setValue (41);

    Dan

  • Creation of the VM by script

    Hello

    I am running the following:

    $ vmware - v

    VMware Server 2.0.0 build-122956

    Is it possible to create Machines virtual vmware-vimsh or a similar mechanism of script?

    I tried vmsvc/createdummyvm, but it seems not really to do something?

    Any guidance, documentation or references would be greatly appreciated. I'm looking forward to automate VM provisioning rather than use the Web user interface or VIC.

    See you soon,.

    Kevin

    The vimsh approach is potentially a way to do this, but there is next to no documentation for her unfortunately.

    The way I did is to use scripts to create the file for a virtual machine in autognerating .vmx 'unique' bits and the rest from a model .vmx file. Discs can be created with vmware-vdiskmanager.

    Guy Leech

    ---

    If you have found this device or any other answer useful please consider the use of buttons useful or Correct to award points.

  • Problem with the creation of the table using the parallel Council DEC

    Hello

    We have a database table (CARDS_TAB) with the 1,083,565,232 lines and has created a replica table called T_CARDS_NEW_201111. But the count in the new array is 1,083,566,976 the difference is row of 1744. I have no idea how the new table can contain more lines compared to the original table.
    Oracle version is 11.2.0.2.0.

    The two head of table were taken after creating the table. Script that was used to create the replica table is:
    CREATE TABLE T_CARDS_NEW_201111
    TABLESPACE T_DATA_XLARGE07
    PARTITION BY RANGE (CPS01_DATE_GENERATED)
    SUBPARTITION BY LIST (CPS01_CURRENT_STATUS)
    SUBPARTITION TEMPLATE
      (SUBPARTITION T_NULL VALUES (NULL),
       SUBPARTITION T_0 VALUES (0),
       SUBPARTITION T_1 VALUES (1),
       SUBPARTITION T_3 VALUES (3),
       SUBPARTITION T_OTHERS VALUES (DEFAULT)
      )
    (
      PARTITION T_200612 VALUES LESS THAN (TO_DATE(' 2007-01-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
        TABLESPACE T_DATA_XLARGE07
      ( SUBPARTITION T_200612_T_NULL VALUES (NULL)    TABLESPACE T_DATA_XLARGE07,
        SUBPARTITION T_200612_T_0 VALUES (0)    TABLESPACE T_DATA_XLARGE07,
        SUBPARTITION T_200612_T_1 VALUES (1)    TABLESPACE T_DATA_XLARGE07,
        SUBPARTITION T_200612_T_3 VALUES (3)    TABLESPACE T_DATA_XLARGE07,
        SUBPARTITION T_200612_T_OTHERS VALUES (DEFAULT)    TABLESPACE T_DATA_XLARGE07 ),
      PARTITION T_200701 VALUES LESS THAN (TO_DATE(' 2007-02-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
        TABLESPACE T_DATA_XLARGE07
      ( SUBPARTITION T_200701_T_NULL VALUES (NULL)    TABLESPACE T_DATA_XLARGE07,
        SUBPARTITION T_200701_T_0 VALUES (0)    TABLESPACE T_DATA_XLARGE07,
        SUBPARTITION T_200701_T_1 VALUES (1)    TABLESPACE T_DATA_XLARGE07,
        SUBPARTITION T_200701_T_3 VALUES (3)    TABLESPACE T_DATA_XLARGE07,
        SUBPARTITION T_200701_T_OTHERS VALUES (DEFAULT)    TABLESPACE T_DATA_XLARGE07 )
    .
    .
    .
    .
    .
      PARTITION T_201211 VALUES LESS THAN (TO_DATE(' 2012-12-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
        TABLESPACE T_DATA_XLARGE07
      ( SUBPARTITION T_201211_T_NULL VALUES (NULL)    TABLESPACE T_DATA_XLARGE07,
        SUBPARTITION T_201211_T_0 VALUES (0)    TABLESPACE T_DATA_XLARGE07,
        SUBPARTITION T_201211_T_1 VALUES (1)    TABLESPACE T_DATA_XLARGE07,
        SUBPARTITION T_201211_T_3 VALUES (3)    TABLESPACE T_DATA_XLARGE07,
        SUBPARTITION T_201211_T_OTHERS VALUES (DEFAULT)    TABLESPACE T_DATA_XLARGE07 ),
      PARTITION T_201212 VALUES LESS THAN (TO_DATE(' 2013-01-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
        TABLESPACE T_DATA_XLARGE07
      ( SUBPARTITION T_201212_T_NULL VALUES (NULL)    TABLESPACE T_DATA_XLARGE07,
        SUBPARTITION T_201212_T_0 VALUES (0)    TABLESPACE T_DATA_XLARGE07,
        SUBPARTITION T_201212_T_1 VALUES (1)    TABLESPACE T_DATA_XLARGE07,
        SUBPARTITION T_201212_T_3 VALUES (3)    TABLESPACE T_DATA_XLARGE07,
        SUBPARTITION T_201212_T_OTHERS VALUES (DEFAULT)    TABLESPACE T_DATA_XLARGE07 )
    )
    NOCACHE
    NOPARALLEL
    MONITORING
    ENABLE ROW MOVEMENT
    AS
    SELECT /*+ PARALLEL (T,40) */ SERIAL_NUMBER     ,
      PIN_NUMBER        ,
      CARD_TYPE         ,
      DENOMINATION      ,
      DATE_GENERATED    ,
      LOG_PHY_IND       ,
      CARD_ID           ,
      OUTLET_CODE       ,
      MSISDN            ,
      BATCH_NUMBER      ,
      DATE_SOLD         ,
      DIST_CHANNEL      ,
      DATE_CEASED       ,
      DATE_PRINTED      ,
      DATE_RECHARGE     ,
      LOGICAL_ORDER_NR  ,
      DATE_AVAILABLE    ,
      CURRENT_STATUS    ,
      ACCESS_CODE        from CARDS_TAB T
    /
    Database CARDS_TAB table also has a primary key on the column Serial_number. When you try to create a primary key on the new table he throws Exception:
    ALTER TABLE T_CARDS_NEW_201111 ADD
      CONSTRAINT T_PK2_1
     PRIMARY KEY  (SERIAL_NUMBER) USING INDEX
     TABLESPACE T_INDEX_XLARGE07
     PARALLEL 10 NOLOGGING;
    
      CONSTRAINT TP_PK2_1
                 *
    ERROR at line 2:
    ORA-02437: cannot validate (T_PK2_1) - primary key violated
    Thanks in advance.

    With respect,
    Adeline Faure

    For parallel processing the documentation suggests the use automatic degree of parallelism (determined by the system running) or by choosing a power of 2 value
    Look at the post by Florian in your currently neighbor post How to remove duplicate rows from a Table to locate the violations (apparently due to parallel processing)

    Concerning

    Etbin

  • Adding border to the text using script field

    1 can someone tell me how to add in the text field border using script.

    2. in this case, what should be the default properties for this text field.

    LiveCycle Designer version: 7.0

    Player version: 9.0

    I have

    You can try like this...

    TextField1.border.edge.presence = "visible";

    Not sure if it still works on version 7.0...

    Thank you

    Srini

  • automatic generation of the files using the time and date system

    Hi guys,.

    IAM trying to build a path for the creation of files automatically using system date and time. I'm running into errors with regard to the special characters in the file name. I'm trying to parse the string to get the date and time without the ' / 'and':' but have failed. is there a better way to do it? Help, please! I try to avoid a dialog box for the user to enter a file name.

    Thank you!

    V

    Here's a little experiment... may help build the %d (day) (month) of %m %(year) type stuff.

  • Share the creation of the disk using VMWare

    Grid version: 11.2
    Guest operating system: Solaris 10
    SE host: Windows 7
    Virtualization software: VM Ware 8 workstation

    I want to install 11.2 IM on my laptop.

    I was under the impression that shared LUN for the installation of the grid can be created using Openfiler. But according to the document below, it is possible

    http://www.dannorris.com/wp-content/uploads/2008/04/2008_341_norris_ppr.PDF

    But Dan Norris said "+ VMWare Workstation has a limitation in the sharing of disk, it's one of the reasons we use VMWare Server (which has no such restriction). + »

    I don't know what version of VMWare Workstation speaks it. Is it possible to create shared LUNS using VM Ware workstation 8 (which I have)?

    You can create shared discs by editing the file manually .vmx (never tried on my good computer)

    or you can also use Virtualbox, which is free and supports the shared disks

  • Creation describes the text using filters

    A month ago I was experimenting with the application of text filters. I managed to make the black background and the text converted to a white outline. I think I did it with the help of artistic / watercolor. I made a series of five images using this process, and now I can't recreate the effect. I have used certainly not strokes or one of the other common ways to create text: it's really quite accidental and made entirely with filters. Here is a sample. No idea how recreate it?sample.jpg

  • Creation of the database using DBCA

    Hello

    When I am creating database using DBCA then I get the error
    I use Linux NL2 2.6.18 - 84.el5xen #1 SMP Fri Feb 29 16:42:34 EDT 2008 x86_64 x86_64 x86_64 GNU/Linux.


    [oracle@NL2 ~] $ dbca
    Unsettled DISPLAY.
    Set the DISPLAY environment variable, then run again.

    When

    [oracle@NL2 ~] $ echo $DISPLAY then he gave Virgin...


    I don't know how to set the DISPLAY variable?


    your answer is appericiated.

    Thanks in advance

    Published by: user647572 on Sep 9, 2010 05:58

    Published by: user647572 on Sep 9, 2010 06:02

    Hello

    # export DISPLAY = xx.xx.xx.xx:0.0
    XX - ipaddress

    or simply

    # export DISPLAY =: 0.0

    the above is: zero.zero

    -Pavan Kumar N

    Published by: pounet, Sep 9, 2010 18:42

    Published by: pounet, Sep 9, 2010 18:42

  • How to apply the expression using script?

    I use a script and an expression to automate all the layer selected to attend the control layer. So, I've do it now in two steps, first make a layer of control using this script:

    {

    model var = app.project.activeItem;

    var slctd_layer = comp.selectedLayers;

    var new_adjustment = comp.layers.addSolid ([1,1,1], "Control", comp.width, comp.height, comp.pixelAspect, comp.duration);

    new_adjustment.adjustmentLayer = true;

    var addSlider1 = app.project.activeItem.selectedLayers [0]. Effects.addProperty ("ADBE Slider Control");

    addSlider1.name = "time";

    addSlider1.property (1) .setValueAtTime (0, 0.06);

    var addSlider2 = app.project.activeItem.selectedLayers [0]. Effects.addProperty ("ADBE Slider Control");

    addSlider2.name = "opacity";

    addSlider2.property (1) .setValueAtTime (2, 0);

    addSlider2.property (1) .setValueAtTime (2.03, 100);

    }

    Then, I select all the layer under the control and apply the expression, for example:

    delay = thisComp.layer("Controler").effect ("delay") ("Slider") * index;

    t = time + delay;

    exp = thisComp.layer("Controler").effect ("opacity")("Slider").valueAtTime (t);

    exp;

    I'm working on an animation of the tight timelines and tons of materials with tons of layer for each model now. So I think that if it is possible to combine this stage two in a script that will automate this work for me. I'm still new to scripts and none need help with it. Thank you

    Like this:

    var ease = new KeyframeEase(0,100/6);    // speed (0 for easeIn or easeOut, influence range: 0-100)
    var addSlider1 = new_adjustment.effect.addProperty("ADBE Slider Control");
    addSlider1.name = "delay";
    // 1st key: value + ease
    addSlider1.property(1).setValueAtTime(0, 0.2);
    addSlider1.property(1).setTemporalEaseAtKey(1, [ease], [ease]);
    addSlider1.property(1).setInterpolationTypeAtKey(1, KeyframeInterpolationType.LINEAR, KeyframeInterpolationType.BEZIER);
    // 2nd key: value + ease
    addSlider1.property(1).setValueAtTime(2.03, 0.03);
    addSlider1.property(1).setTemporalEaseAtKey(2, [ease], [ease]);
    addSlider1.property(1).setInterpolationTypeAtKey(2, KeyframeInterpolationType.BEZIER, KeyframeInterpolationType.LINEAR);
    

    (The use of setInterpolationTypeAtKey is not necessary, it is only there to do things similar to what you would get by doing things by hand).

    Xavier

  • How to measure the distance using script

    Hello

    Is it possible to measure the distance of any document in photoshop using the measure tool, using the script. Below the steps required by me. Hope I'm clear in my communications.

    I've searched the forums, but couldn't find appropriate answers.

    1. open the Photoshop document

    2. allow the user to draw the line with measure tool

    3. the alert distance

    RGS

    Anish

    This only works with CS5 because it now uses the tool instead of a path rule. But it solves all the problems talked about in this thread and many other differences between the original function and the data in the info panel.

    It returns a custom with angle and length properties object if there is a rule tool line in the active document and not of the indefinite. I didn't know if the length must be a unitValue or number in the units of the rule settings. I went with number because the Panel info has different number of decimal places for the different units. And as the Panel assigned the corresponding graduation info per cent the length value is empty

    function getRulerToolLengthAndAngle() {}

    points of var = [];

    points. Start = [];

    points. End = [];

    var / / desc = new ActionDescriptor();

    Var ref = new ActionReference();

    ref.putProperty (charIDToTypeID ('Rprp'), charIDToTypeID ("RrPt"));

    ref.putEnumerated (charIDToTypeID ('Dcmn'), charIDToTypeID ('Ordn'), charIDToTypeID ('Trgt'));

    desc.putReference (charIDToTypeID ('null'), ref);

    var / / desc = executeAction (charIDToTypeID ('getd'), desc, DialogModes.NO);

    If (desc.hasKey (charIDToTypeID ('points'))) {}

    pointList var = desc.getList (charIDToTypeID ('points'));

    var startPointDesc = pointList.getObjectValue (0);

    points. Start.push (startPointDesc.getUnitDoubleValue (charIDToTypeID ('X')));

    points. Start.push (startPointDesc.getUnitDoubleValue (charIDToTypeID ('Y')));

    var endPointDesc = pointList.getObjectValue (2);

    points.end.push (endPointDesc.getUnitDoubleValue (charIDToTypeID ('X')));

    points.end.push (endPointDesc.getUnitDoubleValue (charIDToTypeID ('Y')));

    var RES = {};

    res.toString = function() {return "RulerTool news" ;};}

    Pointed var = points.start;

    var points.end = b;

    If (pointed [0]

    var a = Math.max(pointA[0],pointB[0]) - Math.min (pointed [0], b [0]);

    var o = Math.max(pointA[1],pointB[1]) - Math.min (pointed [1], b [1]);

    var ang = (180/Math.PI) * Math.atan2(o,a);

    If (pointed [1]< pointb[1]){//negative="">

    Ang = - ang;

    };

    Res.angle = ang.toFixed (1);

    } else {}

    var a = Math.max(pointA[1],pointB[1]) - Math.min (pointed [1], b [1]);

    var o = Math.max(pointA[0],pointB[0]) - Math.min (pointed [0], b [0]);

    var = 180-((180/Math.PI) Ang * Math.atan2 (a, o));

    If (pointed [1]< pointb[1]){//negative="">

    Ang = - ang;

    };

    Res.angle = ang.toFixed (1);

    }

    If (app.preferences.rulerUnits == Units.PERCENT) {}

    Res. Length = "";

    } else {}

    var c = Math.sqrt + ((a*a) (o * o));

    var length = new UnitValue (c, 'px');

    length.baseUnit = new UnitValue((1/app.activeDocument.resolution),'in');

    Switch (app.preferences.rulerUnits) {}

    case Units.PIXELS: res.length = length.as('px').toFixed (2); break;

    case Units.INCHES: res.length = length.as('in').toFixed (3); break;

    case Units.CM: res.length = length.as('cm').toFixed (2); break;

    case Units.MM: res.length = length.as('mm').toFixed (1); break;

    case Units.POINTS: res.length = length.as('pt').toFixed (1); break;

    case Units.PICAS: res.length = length.as('pc').toFixed (2); break;

    }

    }

    return res;

    }

    }

    var getRulerToolLengthAndAngle() = Info;

    If (info! = undefined) alert (' the ruler tool angle is: ' + info.angle +'\nThe length is: ' + info.length);

  • Can you align child layers to their parents in the timeline using scripts?

    OK, so I'm very new to scripting. Right now I'm looking for a way to align layers in the scenario with the other.

    So, if, for example - if 3 NULL values were related to a model like this:

    CompQ1.PNG

    I want to be able to line the children up to their parent, to look like this:

    CompQ2.PNG

    So far I tried to find the time when the Solid Black comp begins within Comp 1, but I only managed to find the values of the model Solid Black inPoint which are always relative to the model itself, and not when it is actually active in Comp 1. When I look at the script guide, it does not resemble the Ae allows you to access the timeline like this.

    Any ideas?

    Is it still possible?

    Play with this:

    var app.project.activeItem = myComp;

    for (var i = 1; i)<= mycomp.numlayers;="">

    If (myComp.layer (i) .parent! = null) {}

    myComp.layer (i) .startTime += myComp.layer (i).parent.inPoint - myComp.layer (i) .inPoint;

    }

    }

    Dan

  • Select the table using script

    Hello

    The threshold of all selected tables in the document. I need to select a first table, then on next table etc...

    myTable var = app.activeDocument.tables.everyItem () .getElements ();

    Someone help me?

    I am again for the script. What should I do for this type of orders InDesign as I write scripts?

    Kind regards

    Vincent

    Try this,

    var myTable = app.activeDocument.stories.everyItem().tables.everyItem().getElements();
    alert(myTable.length)//no. of tables in a document
    for(var i=0; i
    

    Vandy

  • Differentiate between the VM and the models using script

    I wrote a script to get a list of the VM under a vCenter using TraversalSpec. And in the final list under host it lists both VM & Templates as a virtual machine. How to distinguish the VM and models among them? Is there a specific option to identify it?

    Thank you

    Yes, there is a property under VirtualMachine-> config (http://vijava.sourceforge.net/vSphereAPIDoc/ver5/ReferenceGuide/vim.vm.ConfigInfo.html) called 'model' which is a Boolean value, you can check if it's true to include/exclude VMs that are templates.

  • Change the text using script

    I am new to scripting and still so much to learn to please bear with me. I worked on a script that will allow me to update the information of slug on the files I work with on a daily basis. I use a combination of scripting and actions on my documents that clean the documents, but aussient to fill specific information for each document. As I learn more about scripts, I could consolidate my scripts and actions.

    Currently, I am working on the selection of specific text frames based on what their note value is using this code:

    var textFrames = activeDocument.textFrames;
    
          for (var i = 0 ; i < textFrames.length; i++)
            if (textFrames[i].note == "JOBNAME") {
              var frameName = textFrames[i].contents = "JOBNAME";
        }
    
    

    Here is a small list of items I would change

    Screen Shot 2013-09-06 at 11.33.07 AM.png

    I can go about it the wrong way, but my ultimate goal is to run a script that runs through each text field, and a dialog box allows me to enter text, then it is replaced by what is entered in the field of dialogue.

    It may be easier to create a dialog box that has all the fields and allows me to enter the value for each of them, but as I said, I'm new to scripting and don't know how to do this.

    I tried to enter my slug information using variable data, with spreadsheets, but I need to convert the xml spreadsheet and I have a lot of luck with that. I found that the use of variables in illustrator can be a little tricky.

    In the end, just trying to simplify my work and make things more efficient. In the process, I would like to know as much about the scripts as I can.

    Thank you

    This should help you get started with the change of name based on the note, with the help of guests

    var textFrames = activeDocument.textFrames;
    
    for (var i = 0 ; i < textFrames.length; i++) {
        if (textFrames[i].note == "JOBNAME") {
            var jobname = prompt ("Enter JOB NAME", "Your Name", "Note Changer");
            textFrames[i].contents = jobname;
        }
    }
    

Maybe you are looking for

  • launch automatic start-up of the PC iTunes

    Is could someone please tell me where in the settings/preferences iTunes do I disable having iTunes runs automatically at the start of the PC?  Thank you.

  • Tecra M3 works very noisy

    My Tecra M3 PTM30E is 4 months old and I'm starting to find it unbearbable to use. The fan noise is a source of irritation for all meetings and is almost as strong as the overhead projector. He never stops despite all my efforts to resign from all th

  • the trigger for camera AVT Pike-based software

    Hello I'm using labview 8.5, as well as the acquisition of vision (IMAQ-dx, latest version) software, to control a cross beam motion detector and AVT pike camera using a high speed cable IEEE 1934 (800mbps) b. I wish to have a trigger internal (softw

  • series E200 / burn files recorded on a sound cd play on any cd player

    I need to know how to take my Sansa (off FM) recorded files and burn them to a cd. I need 2 instructions, one for Windows xp and Vista. (I have Vista but I bought a Sansa for a gift and they ask me how to do this and they are running windows xp). I e

  • My photos that I burned to a disc will not play on our DVD player.

    I downloaded my photos from my camera to my computer using Windows Photo Gallery.  I have used an 52X700MB Memorex CD - R drive and burned pictures of her.  The disc will work on my computer but when I put it in the DVD player attached to our TV to s