OPA 10.4 - batch processor and Entity

Hello all.
I have a problem with the use of Entity with batch processor.
The fact is we want to use OPA with csv input named like "TARIF_ONE.csv". One different csv for every way of tarification and each time a different project that will be call by a batch process (the client need)... without the use of a configuration file !
So, if I well understood the OPA batching process, I need, for a "TARIF_ONE" project to be feed with a "TARIF_ONE.csv" file, to have a "TARIF_ONE" entity that will get all the data from the csv input file.
I've done so.
But my problem is that when I call the OPA zip by batch, the TARIF_ONE entity are well feed by the data from the csv file... but the calculation from the excel file are not made at all... and in a exporttsc file, the Entities (TARIF_ONE) are set as "unknown" for all the cases inputed...
I've setted my project like this :
my Properties file is setted like that :
Global
- TARIF_ONE (entity)
--- INPUT_DATA_ONE (attribute) : Text = "Input data one"
--- INPUT_DATA_TWO (attribute) : Text = "Input data two"
--- OUTPUT_DATA_ONE (attribute) : Text = "Output data one"
--- OUTPUT_DATA_TWO (attribute) : Text = "Output data two"
And my excel rules file is setted like below
- Declaration Sheet
-- INPUT_DATA_ONE : Text = "Input data one from TARIF_ONE"
-- INPUT_DATA_TWO : Text = "Input data two from TARIF_ONE"
-- OUTPUT_DATA_ONE : Text = "Output data one from TARIF_ONE"
-- OUTPUT_DATA_TWO : Text = "Output data two from TARIF_ONE"
- Calculation Sheet
-- OUTPUT_DATA_ONE = INPUT_DATA_ONE * INPUT_DATA_TWO
As I said, when using the batch process, the inputs attribute for the TARIF_ONE entity are well feed, but the OUTPUT attribute are not (still unknown)... and the Entity itself is said as "Unknown"... any way of reflexion to soluce that ?
Thank-you,
Philippe,

Philippe Carpentier wrote:
Thank you Franck for your answer.
I would have just one more question : is it possible to use different entity in the zero configuration mode ?
I tried with one data file by entity, and the entities ares not created
I tried with all the datas for entities in the global.csv file, and the same.
It seams to me that when using differents entities in a projetc for batch, we have to use a configuration file... do you confirm my feeling ?
Philippe,
Edited by: Philippe Carpentier on 25 mai 2012 03:12You can definitely load entities other than global using zero configuratiuon. To do this create a csv file that has the same name as the public name of your entity. For example if you have an entity with the name "person" then create a person.csv file for each entity instance.
You will need to have a reference to which global instance each entity instance relates to. The way to do this is to have a column named for the containment relationship for the entity to hold the foreign key to the entity instances parent.
Example
We have a global.csv with 3 globals (3 cases)
#, (number_of_persons)
1,
2,
3,And then a person.csv with 7 people which must all be link to their owning (parent) global. This is done through the containment relationship with the public name "all_persons"
#,person_name,person_age,all_persons
1,Fred,      ,27,       ,1
2,Barney,    ,28,       ,1
3,Homer,     ,40,       ,2
4,Marge,     ,38,       ,2
5,Bart,      ,10,       ,3
6,Maggie,    ,1,        ,3
7,Lisa,      ,8,        ,3Each value in the column "all_persons" is a foreign key to the global value which contains that person
For more information on this, see "CSV input for the Batch Processor", and "Zero-configuration conventions for CSV input" in the "Oracle Policy Automation Developer's Guide". http://docs.oracle.com/html/E29403_01/toc.htm

Similar Messages

  • Batch Processor and Custom Functions

    Hi,
    We're using the 10.4.2 Batch Processor, connected to an Oracle 11g database to handle large amounts of data.
    Recently, four custom functions have been added to the rulebase. Nothing complicated, just some string manipulation stuff (trim whitespace etc.). Each function is just a few lines of fairly simple code. No database calls, no web service calls or anything like that. It stays within the Java jar file.
    Suddenly the processing time of the BP has gone up from a couple of minutes to well over an hour. The only change to the rulebase has been the addition of the functions, nothing else.
    It almost looks like the BP is initialising the custom functions with every case that's processed. If this is the case then this would be massively inefficient and as a result we would not be able to implement our new functions.
    Has anybody else come across this before?
    Regards,
    Evert

    943413 wrote:
    Hi,
    We're using the 10.4.2 Batch Processor, connected to an Oracle 11g database to handle large amounts of data.
    Recently, four custom functions have been added to the rulebase. Nothing complicated, just some string manipulation stuff (trim whitespace etc.). Each function is just a few lines of fairly simple code. No database calls, no web service calls or anything like that. It stays within the Java jar file.
    Suddenly the processing time of the BP has gone up from a couple of minutes to well over an hour. The only change to the rulebase has been the addition of the functions, nothing else.
    It almost looks like the BP is initialising the custom functions with every case that's processed. If this is the case then this would be massively inefficient and as a result we would not be able to implement our new functions.
    Has anybody else come across this before?
    Regards,
    EvertEvert,
    You are correct, it does initialise the custom function for every case that is processed. This is necessary as every case is a determinations engine session.
    However, you have control over how long the initialization process. If you make the time consuming parts of your custom function static, and then make the initialization fast, then you will get a much faster custom function call. The custom function code is entirely within your control and you can make it as fast as you like.
    Cheers
    Frank

  • Batch Processor, WIA and Inferred entity instances

    Hi All,
    I'm playing around with the new OPA 10.4. I bumped into an error in What-If-Analysis document when I tried to add a new worksheet for an inferred entity. Is this not possible in WIA? Does it mean it will not work as well with Batch Processor.
    Here's my data model:
    global
    --- the applicant
    --- --- the qualification
    --- --- --- the exempted course (inferred instances from 'the qualification' attributes)
    Thank you in advance!
    Regards,
    Jerome

    Brad Tuckett wrote:
    Jerome wrote:
    Is there a possible workaround right now in 10.4 to persist inferred instances in Batch Processor?The Batch Processor will not output any inferred instances in 10.4
    One more thing, I'm also using 10.2 and have implemented InferencingListener to create instances, would you happen to know if I will bump on the same issue with DSC?
    There probably isn't a way of having any entity instances created by an event listener appear in the Batch Processor output for database or CSV.
    However, you may be able to set the output to saved sessions. Although this isn't explicitly supported, I would expected that any instances you have created would show up in the exported sessions, which will be xml files in the xds format. This will create one session file for each case.
    You can set the output to be exported sessions by using "--export <dir>" in the command line or use the xml configuration for the Batch Processor.
    When 10.4.1 is released you should be able to switch to using inferred entities which will be compatible with the Batch Processor.

  • I am trying to batch convert cr2 to jpg. in bridge i go tools ps image processor and it returns a message "Image Processor.jsx could not be found." I updated cc to no avail. i am on mac 10.7.5

    I am trying to batch convert cr2 to jpg. in bridge i go tools>ps>image processor and it returns a message "Image Processor.jsx could not be found." I updated cc to no avail. i am on mac 10.7.5

    I go to file scripts but there is no option there for Image Processor

  • I have Photoshop CS5 and my image processor and batch tool are gone. How do I get them back?

    I have Photoshop CS5 and my image processor and batch tool are gone. How do I get them back?
    I went into edit preference and all the start up scrips are selected so what else is there?

    When you installed CS5, you have a chance to register it. If you do, your serial number is on file under your Adobe (My Products). If you did not, you have no serial number on file and even worse, no proof you own it.
    You do not have your serial number copied down anywhere? Hard to believe you tossed the dvd box and all the documents away.
    So Help > Register might give you a chance to do this without you knowing the number.
    If not, you may want to consider the Photography Plan. Creative Cloud Photography plan | Adobe Creative Cloud

  • Can anyone suggest how to fix batch processor performance?

    The DBA's examined the OPA batch process while it was running. Oracle was sitting idle most the time waiting on the batch processor (according to the DBA staff.) Locks were not an issue and the DB was not under any load.
    The performance is absolutely dismal and we are going to open an OPA support ticket, but would like a quick answer if anyone on this forum has a quick answer.
    (Also, if you try to kill the batch job with <ctrl-c> because it is taking too long, then it leaves the sessions and cursors open. Is there a way to gracefully shut down the batch processor?)
    We have a single simple table where the first 5 columns are conditions and the last column is a conclusion.
    I filled the table with 1,000,000 rows of conditional data. I ran with a configuration like below:
    <configuration>
    <options>
    <rulebase>../output/MyRules.zip</rulebase>
    <database>
    <url>jdbc:oracle:thin:myusername/mypassword@mydatabase:1521:mySID</url>
    <driver>oracle.jdbc.OracleDriver</driver>
    <driversrc>\myjdbcdriverpath\ojdbc6.jar</driversrc>
    </database>
    <output type="db" />
    <mappings>
    <boolean-format true-value="TRUE" false-value="FALSE" />
    <mapping entity="global" table="SSPNA_IN" primary-key="ID">
    <attribute name="bHasNoCountableIncome" field="BHASNOCOUNTABLEINCOME" />
    <attribute name="bIsResidentOfNY" field="BISRESIDENTOFNY" />
    <attribute name="cSSIBenefitAmt" field="CSSIBENEFITAMT" />
    <attribute name="tFedLivingArrangementCD" field="TFEDLIVINGARRANGEMENTCD" />
    <attribute name="tManualHMOInd" field="TMANUALHMOIND" />
    <attribute name="tPaymentStatusCD" field="TPAYMENTSTATUSCD" />
    <attribute name="tPrincipleProviderCD" field="TPRINCIPLEPROVIDERCD" />
    <attribute name="cSSPNAPayment" field="CSSPNAPAYMENT" output="true" />
    </mapping>
    </mappings>
    </options>
    </configuration>

    This is definitely not something we've seen in the testing environment.
    Can you please raise a SR via Oracle Support and provide the following information?
    1. Product version. Version 10.4.1 added multi-processor support for Java database connection in case you were using 10.4.0
    2. Oracle database version
    3. Is the database installed on a physical server or a VM? What's the machine specification, i.e. CPU and memory size?
    4. Is the SSPNA_IN table indexed?
    5. What is the logging level? Does it help if you change the logging level to ERROR?
    6. Please provide the rulebase project and DDL/DML to create tables and insert sample data.

  • Running the Batch Processor from a Java application (on schedule)

    Hello,
    I would like to run the Batch Processor (on schedule) from a Java application -- not from the Command Prompt.
    To achieve that, I suppose I would need to call a certain function contained in engine/determinations-batch.jar, using perhaps the path to the config xml as an argument.
    The trouble is that the OPA developer's guide doesn't mention it (or at least I didn't find it).
    Could you help me out?
    Thanks in advance.
    Razvan

    RazvanSaftescu wrote:
    Thanks Frank, but is there a way to identify this method and its syntax? I didn't find anything so far on the internet or on the dev's guide.
    This is the Java main method for the determination-batch.jar file - so the main method has the syntax:
    public static void main(String[] args)
    args is an array of strings matching the command line arguments described in the OPA Developer's Guide topic "Configure the Batch Processor".
    Regards,
    Brad

  • PS/Bridge CS5 Batch Processor Not Working / Missing Scripts

    I'm having a bit of a problem within Photoshop/Bridge CS5 and haven't found anything that works to resolve it.
    In Bridge, I want to launch the Photoshop Batch Processor via Tools>Photoshop>Batch.
    When I select this, Photoshop launches, but the dialog to process the images never shows. On occasion, if I return to Bridge and attempt the same operation again, I'll get a notification that there's already something in progress and asks if I want to queue this operation. The other times (majority) I can return to Bridge and attempt the operation again but get no dialogues in Photoshop. I can try the other options in this menu as well (eg Image Processor, etc) and get the same results.
    Here's what I've done so far:
    1. Checked Bridge Edit>Preferences>Startup Scripts and ensured those were all checked. I even disabled all, closed Bridge and Photoshop, then re-enabled.
    2. Cleared all Preferences from Bridge and Photoshop (using Ctrl+Shift+Alt at launch).
    3. Reinstalled Photoshop (multiple times)
    4. Uninstalled Photoshop, ran the Adobe CS Cleaner application, then reinstalled Photoshop.
    It should be noted that in Bridge>Edit>Preferences and Startup Scripts, if I click the button to 'Reveal my scripts' the folder it takes me to is blank. Not sure if this folder is solely used for personal/user created scripts or for others as well, but it's completely empty.
    I have also gone to Help>Updates and updated both applications with any necessary updates from Adobe.
    If I go into Photoshop and select File>Automate>Batch or even File>Scripts>Image Processor, both dialogues open fine.
    Running Windows 8.1 Pro.
    Anyone else seen this and actually resolve the issue? Does anyone know where the scripts are supposed to be located and/or if I can get them from somewhere else? Any help is much appreciated

    Make sure Photoshop is not started and then try to use Bridge menu Tools>Photoshop>Batch does Photoshop start up?
    Bridge CS5 menu Tools>Photoshop>Batch works on my Windows 7 Pro system
    Photoshop Automate>Batch is not a script  and Photoshop does not any external java program it had its own version of java plugin.
    c:\Program Files (x86)\Adobe\Adobe Photoshop CS5\Plug-ins\Extensions\ScriptingSupport.8li
    c:\Program Files\Adobe\Adobe Photoshop CS5 (64 Bit)\Plug-ins\Extensions\ScriptingSupport.8li
    However there are two startup scripts for the bridge involved Bridge and Photoshop  You must have them for you have a Bridge menu Tools>Photoshop>items
    two scripts on my system are:
    c:\Program Files (x86)\Common Files\Adobe\Startup Scripts CS5\Adobe Bridge\bridge-4.jsx
    c:\Program Files (x86)\Common Files\Adobe\Startup Scripts CS5\Adobe Photoshop\photoshop.jsx
    The photoshop.jsx seems to be the one the the inserts the menu Tools>Photoshop>Batch into Bridge and also invokes Photosgop Automate>batch  photoshop.jsx  also inserts the other Bridge menu Tools>Photoshop>Menu Itens that you state work.
    Here is what I see in my photoshop.jsx for batch.  I do not know or understand Bridge scripting and do not know javsscript but what I see there seems to be some checking done about Photoshop being available and if it is not the script just returns which is what you seem to be experiencing the test looks like this
      if (!photoshop.correctPSIsAvailable (availabilityCheckOptions))
      return;
    The whole batch support section follows:
    //=================================================================
    // Batch
    // Sets up Photoshop's Batch automation command to be
    // accessed from the Bridge.
    //=================================================================
    // This routine takes an array of files. If called by Photoshop,
    // it will invoke Batch with the files. If called by
    // any other app, it will send a BridgeTalk message to Photoshop
    // to invoke this routine with the same arguments.
    photoshop.batch = function (/* Array */ files, availabilityCheckOptions)
      try
      if (availabilityCheckOptions == null)
      availabilityCheckOptions = new AvailabilityCheckOptions ();
      // Make sure this can be run.
      if (!photoshop.correctPSIsAvailable (availabilityCheckOptions))
      return;
      if (BridgeTalk.appName != "photoshop")
      // Bring Photoshop to the foreground.
      BridgeTalk.bringToFront (photoshop.versionInfo.btTargetName);
      // Create a new BridgeTalk message for Photoshop to invoke
      // Batch with the selected files
      var btMessage = new BridgeTalk;
      btMessage.target = photoshop.versionInfo.btTargetName;
      btMessage.body = "photoshop.batch (" + files.toSource () + ");";
      btMessage.send ();
      else
      app.bringToFront();
      photoshop.runActionCommand ('batch', files,
      localize ("$$$/PSBI/Automate/BatchSettingsFile=Batch via Bridge Settings"));
      catch (error)
      if (error.number != 8007) // Don't report user cancelled errors.
      alert (error);
    // This routine is called when the Bridge's Batch menu item is
    // chosen.
    photoshop.batchFromBridge = function ()
      try
      var availabilityCheckOptions = new AvailabilityCheckOptions ();
      // Make sure this can be run.
      if (!photoshop.correctPSIsAvailable (availabilityCheckOptions))
      return;
      var files = photoshop.getBridgeFileListForAutomateCommand (true, false);
      if (files.length != 0)
      photoshop.batch (files, availabilityCheckOptions);
      catch (error)
      if (error.number != 8007) // Don't report user cancelled errors.
      alert (error);
    // The code below inserts the Batch menu item into the Bridge menus.
    if ((BridgeTalk.appName == "bridge") && (BridgeTalk.appVersion.indexOf (photoshop.versionInfo.bridgeTargetVersion) == 0))
      // Use temp function to keep vars out of global namespace.
      photoshop.tempFunction = function ()
      // Set up the info necessary for inserting this item into the Bridge's menus later.
      var menuItemInfo = new Object;
      menuItemInfo.text = localize ("$$$/PSBI/Menu/Automate/Batch=Batch...");
      menuItemInfo.name = 'Batch';
      menuItemInfo.onSelect = photoshop.batchFromBridge;
      photoshop.menuItemInfoArray.push (menuItemInfo);
      photoshop.tempFunction ();
      delete photoshop.tempFunction;

  • CIF Batch jobs and LUW

    Hi Experts,
    Can anyone tell me about CIF Batch jobs and LUW please. Explain these two in detail whether they are the same or any difference and any relationship between both.
    Thanks in advance
    Suvecha

    Hi
    LUW stands for Logical Unit of work.
    Its a way of binding data together(multiple CIF queues under a single entity)
    It is useful to maintain the atomicity of data.
    For ex :- Say u have 5 materials under a single TLB order and u have sent that order to R3 for recieving number.If any of those materials is having master data which doesn't satisfy the filter criteria for Integration Model then the whole LUW will be blocked.
    Signifies the entire data set will be passed on as a single LUW.
    For CIF batch Jobs could you please explain what exactly you want to know.
    Thanks
    Amulya

  • I am running Photoshop CC 2014 on Windows 8.1 with an AMD quad core processor and AMD E1-2100 APU with AMD Radeon HD 8210 Graphics Card. I have installed the latest driver version 13.152.0.0. When I activate puppet warp, the mesh appears over the image an

    I am running Photoshop CC 2014 on Windows 8.1 with an AMD quad core processor and AMD E1-2100 APU with AMD Radeon HD 8210 Graphics Card. I have installed the latest driver version 13.152.0.0. When I activate puppet warp, the mesh appears over the image and I can place the first pin.  However, when I go to add the second pin, Photoshop crashes. I have tried with on a new, blank file, with just a few lines on it, but, as soon as I place the first pin, the image disappears, and then, as soon as I click anywhere else in the image, Photoshop crashes. I have followed all the online advice about settings under the Preferences/Performance interface, but nothing fixes the problem. Can anyone please help?

    BOILERPLATE TEXT:
    If you give complete and detailed information about your setup and the issue at hand, such as your platform (Mac or Win), exact versions of your OS, of Photoshop and of Bridge, machine specs, such as total installed RAM, scratch file HDs, video card specs, what troubleshooting steps you have taken so far, what error message(s) you receive, if having issues opening raw files also the exact camera make and model that generated them, etc., someone may be able to help you.
    A screen shot could be very helpful too.
    Please read this FAQ for advice on how to ask your questions correctly for quicker and better answers:
    http://forums.adobe.com/thread/419981?tstart=0
    Thanks!

  • Processor and graphics card upgrade for hp dc5100 MT(EF633US)

    Can someone kindly tell me a variety of Intel processors and graphic cards which i can install in my pc coz right now i'm using Intel pentium 4 CPU 2.80 GHz and Intel 82915G/GV/910GL express chipset. but i would like to upgrade to a faster processor and a graphics card which can play games which require large graphic memory (eg FIFA 2013,GTA 5.etc)

    Hi:
    Personally, I wouldn't invest the money to upgrade that PC.
    You would be better off getting an off lease newer dc5800 MT or dc7800/dc7900 model that has a PCIe x16 video slot.
    The killer for your model is you can only install a PCI graphics card.
    Very inefficient and pretty expensive for what you get in return.
    After you install the required microcode update, the best processor I know for sure you can install would be the P4 650.
    Below is the link to the quickspecs.  The supported processors are listed on page 7.
    I do not know of anyone who that has installed the 651 or 661 processors and got them to work--even though the specs state they are supported.
    You can try the 651 or 661 and if you do, please let me know if they worked for you.
    http://h18000.www1.hp.com/products/quickspecs/12145_ca/12145_ca.pdf

  • Processor and Graphics Card Upgrade For HP ProBook 4445s

    Hey guys,
    I wanted to ask that  I have a HP4445s with the A6 4400m processor and don't find it enough to play games.
    The processor is a little bit slow and the graphics are kind of horrible for a gamer.
    I feel like upgrading to a new processor.
    The one that  I found nice is the
    AMD FD8350FRHKBOX FX-8350 FX-Series 8-Core Black Edition Processor
    I just wanted to ask whether I could upgrade to this.
    I also wanted to find out that it says that there are no integrated graphics, so does that mean I will have to purchase a new graphic card?
    Thanks,
    Please reply!
    This question was solved.
    View Solution.

    That is a desktop processor and will not fit in any laptop. Right now some of the HP Support pages are down but I believe you can install an A10 AMD CPU which would improve the graphics just a little. There is no graphics "card" as you might be thinking of. It is a flat motherboard inside the laptop case with all the chips including video soldered on that board. The video comes from within the processor working with helping chips on the motherboard. An A10 processor provides slightly better graphics but nothing that will increase the gaming potential very much. That is a business laptop for doing Powerpoints and Spreadsheets and maybe watching a youtube video or playing a DVD. It is not a gamer. HP now makes the Omen laptop at about $1500 which would handle most high end games. 

  • How do I use my serial number to find information about my MacBook Pro's Processor and RAM?

    So I want to find information about my MacBook Pro's processor and RAM using the serial number because the MacBook no longer works. I remember being able to find this information on the apple website before, maybe by using the coverage checker. Did they take this information out of the coverage checker? Is it no longer possible for a costumer to obtain this information?

    Append the last three characters of it to http://www.everymac.com/ultimate-mac-lookup/?search_keywords= and load the page.
    This won't reveal how much RAM it currently has installed.
    (117541)

  • Problem with trigger and entity in JHeadsart, JBO-25019

    Hi to all,
    I am using JDeveloper 10.1.2 and developing an application using ADF Business Components and JheadStart 10.1.2.27
    I have a problem with trigger and entity in JHeadsart
    I have 3 entity and 3 views
    DsitTelephoneView based on DsitTelephone entity based on DSIT_TELEPHONE database table.
    TelUoView based on TelUo entity based on TEL_UO database table.
    NewAnnuaireView based on NewAnnuaire entity based on NEW_ANNUAIRE database view.
    I am using JHS to create :
    A JHS table-form based on DsitTelephoneView
    A JHS table based on TelUoView
    A JHS table based on NewAnnuaireView
    LIB_POSTE is a :
    DSIT_TELEPHONE column
    TEL_UO column
    NEW_ANNUAIRE column
    NEW_ANNUAIRE database view is built from DSIT_TELEPHONE database table.
    Lib_poste is an updatable attribut in TelUo entity, DsitTelephone entity, NewAnnuaire entity.
    Lib_poste is upadated in JHS table based on TelUoView
    I added a trigger on my database shema « IAN » to upadate LIB_POSTE in DSIT_TELEPHONE database table :
    CREATE OR REPLACES TRIGGER “IAN”.TEL_UO_UPDATE_LIB_POSTE
    AFTER INSERT OR UPDATE OFF lib_poste ONE IAN.TEL_UO
    FOR EACH ROW
    BEGIN
    UPDATE DSIT_TELEPHONE T
    SET t.lib_poste = :new.lib_poste
    WHERE t.id_tel = :new.id_tel;
    END;
    When I change the lib_poste with the application :
    - the lib_poste in DSIT_TELEPHONE database table is correctly updated by trigger.
    - but in JHS table-form based on DsitTelephoneView the lib_poste is not updated. If I do a quicksearch it is updated.
    - in JHS table based on NewAnnuaireView the lib_poste is not updated. if I do a quicksearch, I have an error:
    oracle.jbo.RowAlreadyDeletedException: JBO-25019: The row of entity of the key oracle.jbo. Key [null 25588] is not found in NewAnnuaire.
    25588 is the primary key off row in NEW_ANNUAIRE whose lib_poste was updated by the trigger.
    It is as if it had lost the bond with the row in the entity.
    Could you help me please ?
    Regards
    Laurent

    The following example should help.
    SQL> create sequence workorders_seq
      2  start with 1
      3  increment by 1
      4  nocycle
      5  nocache;
    Sequence created.
    SQL> create table workorders(workorder_id number,
      2  description varchar2(30),
      3   created_date date default sysdate);
    Table created.
    SQL> CREATE OR REPLACE TRIGGER TIMESTAMP_CREATED
      2  BEFORE INSERT ON workorders
      3  FOR EACH ROW
      4  BEGIN
      5  SELECT workorders_seq.nextval
      6    INTO :new.workorder_id
      7    FROM dual;
      8  END;
      9  /
    Trigger created.
    SQL> ALTER SESSION SET NLS_DATE_FORMAT = 'DD-MON-YYYY HH24:MI:SS';
    Session altered.
    SQL> insert into workorders(description) values('test1');
    1 row created.
    SQL> insert into workorders(description) values('test2');
    1 row created.
    SQL> select * from workorders;
    WORKORDER_ID DESCRIPTION                    CREATED_DATE
               1 test1                          30-NOV-2004 15:30:34
               2 test2                          30-NOV-2004 15:30:42
    2 rows selected.

  • What is the field and Table for "Batch Class" and "Class Type" in QM.

    Hi All,
    What is the field and Table for "Batch Class" and "Class Type" in QM.
    Thanks,

    Hi,
      For batch class the class type value is '023' . This you can find from KLAH table and the fileld for class type is KLART..
    And also all the data related to batch class are found in tables INOB, KLAH,KKSK and for the characeteristics of batch materials you can refer AUSP table.
    In INOB table, for batch class, you need to give 023 in KLART field and  value MCH1 in OBTAB filed.
    Please check this and let me know if this you need any more details?

Maybe you are looking for

  • Touch id doesn't work after replacing it?

    Hello, recentlly i've replaced my home button on a iphone 5S - clicking it works great, but Touch id fails - PLZ help.

  • Syncing Logic with Digital Performer

    Hi, Our current set-up is a G5 PPC running Logic 8, with MIDI sent over LAN to a MacPro running Digital Performer. DP runs a host of virtual instruments (MachFive, EZDrummer etc.) with the audio output routed back to Logic. The question we have is ho

  • What to do with Error message "The serial number you entered is not valid"

    After updating my Windows I tried to reinstall Indesign CS3 and Indesign CS4 upgrade after that. CS3 installed just fine but the system doesn`t accept my serial number from the back of the Upgrade box or the sonfirmation e-mail I received from Adobe

  • Create a UIPickerView programmatically (storyboard)

    Hi all, I waited some time before writing here, but I haven't found any good tutorial or code sample to understand and solve my actual problem. First of all, I am a beginner and I am studying and learning Objective-C, so please be patient for some st

  • Drawbacks in windows phone

    I hv been using Lumia 520 since last 2 month. but now I think tht the android is better,I mean come on,there is no file manager,no u tube downloader like tubemate,cant attach audio or video files to WhatsApp,cant store or see the audio or video files