What 'item type' do I use to add action to SCHEDULER CHAIN folder?

I am using SQL Developer version 3.1.06.82
I would like to add a User Defined Extension to a Scheduler CHAIN. I am looking through the Namespace for Version 3.1 at: http://www.oracle.com/webfolder/technetwork/sqldeveloper/3_1/dialogs/index.html. Under the COMMON OBJECT TYPES, I do not see any of the Scheduler items. I was able to use <item type="SCHEDULER"> to add an action to the SCHEDULER folder, but what I really want to do is add an action to a CHAIN.
Does anyone know what type name to use??
Has the Namespace been updated and published somewhere else?
If you have an example, it would be greatly appreciated.
Edited by: 975201 on Feb 28, 2013 8:24 PM

>
I would like to add a User Defined Extension to a Scheduler CHAIN. I am looking through the Namespace for Version 3.1 at: http://www.oracle.com/webfolder/technetwork/sqldeveloper/3_1/dialogs/index.html. Under the COMMON OBJECT TYPES, I do not see any of the Scheduler items. I was able to use <item type="SCHEDULER"> to add an action to the SCHEDULER folder, but what I really want to do is add an action to a CHAIN.
>
Those COMMON OBJECT TYPES are database schema objects so SCHEDULER or CHAIN would not be in those lists.
Did you try "CHAIN" or "SCHEDULER CHAIN"?
I suggest you change your thread subject to match your question and maybe one of the developer team members will notice it.
For example: What 'item type' do I use to add action to SCHEDULER CHAIN folder?

Similar Messages

  • What disc type do I use to record

    I have been unable find the right disc to insert.  I use Roxio Creator (came with my T400 T6U).  I've tried all sorts of discs and get the same message:  "Please insert an appendable discu and try again". 
    I am able to read CD's and have not tried DVD's. 
    My drive is an "Optiarc DVD RW AD-79105"--I went on the site to find out what disc to use but was unable to find the information.
    Any help is appreciated.
    Karolus

    >
    I would like to add a User Defined Extension to a Scheduler CHAIN. I am looking through the Namespace for Version 3.1 at: http://www.oracle.com/webfolder/technetwork/sqldeveloper/3_1/dialogs/index.html. Under the COMMON OBJECT TYPES, I do not see any of the Scheduler items. I was able to use <item type="SCHEDULER"> to add an action to the SCHEDULER folder, but what I really want to do is add an action to a CHAIN.
    >
    Those COMMON OBJECT TYPES are database schema objects so SCHEDULER or CHAIN would not be in those lists.
    Did you try "CHAIN" or "SCHEDULER CHAIN"?
    I suggest you change your thread subject to match your question and maybe one of the developer team members will notice it.
    For example: What 'item type' do I use to add action to SCHEDULER CHAIN folder?

  • What data type I can use if the text is more then 4000 varchar?

    Dear all,
    What data type I can use if the text is more then 4000 varchar?
    Please advice,
    Amy

    You didn't specify if you are referring to tables or code.
    In tables the limit is varchar2(4000) so anything bigger will need to be stored in a CLOB (as already mentioned).
    In PL/SQL code you can defined varchar2 up to 32K so varchar2(32767).
    ;)

  • SP Transaction Notification - what object type number to use for BP Activity

    Have to re-post it, the previous one has been accidently marked as answered.
    I'm trying to add some script into SP Transaction Notification and want to make it
    run when user add a new "BP Activity" into B1.
    What object type number should I use in SP Transaction Notification stored
    procedure?
    BTW, following this article:
    SAP Business One Form Types and Object Types
    http://scn.sap.com/community/business-one/blog/2013/07/09/sap-business-one-form-types-and-object-types
    I tried 103, but it seems like doesn't work.
    103 ActivityTypes object
    Thanks.

    Found my answer here, object type should be 33. Strange, this is inconsistent with article in my original post
    Object code for Activity (OCLG)

  • What port type should i use?

    I am using Seebeyond as middleware and it sending Vehicle IDoc VEHCLE01 to SAP System.
    Please help me
    what should port type I need to use? Should it be file port or t-rfc port?
    What should partner type need to use? Can it be LS type?
    Is it ALE or EDI Scenario?
    Thanks in advance.

    Hi,
    Yes, the Port can be a File Port (IDocs will be saved in this folder) or t-rfc port. File port should be OK.
    Partner Type can be LS.
    Cheers,
    Bhanu

  • What User Exit can I use to add a cust field to PO Item overview in ME23n?

    Hi,
    I need help!
    Does anyone have any examples of adding a new cust field to PO Item Detail screen with a user exit?
    In transactions ME21n, ME22n, ME23n I need to add a new field in PO Item overview (screen 1211 of SAPLMEGUI). The new field ZZUNSPSC, has been appended to table EKPO as a 30 char field, which will be enterable/changeable on the ME21n, ME22n screens and display only on ME23n.
    Which user exit I can use for the purpose of adding a new input/output field to the PO item overview on SAPLMEGUI screen 1211?
    We are on release SAP ERP Central Component 5.0

    Hi,
    Thank you for the response.  I tried this and found  Badi ME_PROCESS_PO_CUST.  Do you have any examples of adding a new cust field to PO Item overview screen using badi ME_PROCESS_PO_CUST? I have had little experience creating badi's, and would appreciate very much some sample code if possible.
    In transactions ME21n, ME22n, ME23n I need to add a new field in PO Item overview (screen 1211 of SAPLMEGUI). The new field ZZUNSPSC, has been appended to table EKPO as a 30 char field, which will be enterable/changeable on the ME21n, ME22n screens and display only on ME23n.
    Can you tell me if method FIELDSELECTION_ITEM of badi ME_PROCESS_PO_CUST the correct one to use for the purpose of adding a new input/output field to the PO item overview on SAPLMEGUI screen 1211?
    Thank you for help - much appreciated,
    Vicki

  • What data type do I use in MSA to handle CRM DEC data?

    Dear Geeks,
    We have a customer field 'ZZ_SUPPORT' on CRM (40 SP11) opportunities, which we flow
    down to mobile sales. It previously carried a NUMC2 value (a number
    from 1 - 99), and this worked fine... the data flowed fine in both
    directions. The data element ZZ_SUPPORT used in CRM is based on a newly
    created data domain called Z1_TO_99 and this was defined as data type NUMC
    (2 characters), which we have changed to DEC (4 characters, and decimal
    places 2, and screen display5). Having made this change and also
    changed the screen layout in SE51, the field now looks good and takes
    a value like '12.34' without error. We can also see the '12.34' value
    being carried in the Opp_Write Bdoc in SMW01 classic segment. However, the BDoc does not migrate
    successfully to Mobile - the ZZ_Support value is lost. In Mobile, I
    have genereted the Tables associated with Opportunity_write, and also
    the BDoc, and I have also changed the BOOPPORTUNITY / Y_Support field
    (which carries the value) from NUMC2 to String5. I have also tried Long5, and currency4
    because there is no data type "DEC" available in Mobile. When I send
    opportunity messages up from Mobile to CRM, I see them going into SMQ2
    and then they dissappear because the Function module cannot handle the
    BDoc. What is the problem? Is it the function module? or the data type
    used on Mobile - if so what should I use in the absense of "DEC"?
    Richard

    Sounds like a strange issue indeed. I would call Johnny Nobles.
    Tx: Smoggen ?
    Sorry, can't come up with better ideas.
    Cheers,
    Seb.

  • What Item Style i must use to get my list of value

    hello forum,
    initially i have selected Item Style as "messageChoice" in the Property Inspector and the VO had only 83 rows so the complete list was appearing.
    After i changed my query in the VO to allow some more data to appear (i.e. 345 rows) the Item Style as "messageChoice" that i am using does not show all the rows. It is instead showing few data and at the end of the list it reads as follows:
    <Max rows exceeded>: END_OF_DATA
    could any out there please tell me how i can get all values displayed in my parameter?
    Do i need to change the Item Style from "messageChoice" to something that can allow the complete list?
    appreciate if some one can advise/help!
    Brgrds,
    Jenny

    Hi Jenny ,
    Well , since you are working with standard page , you need to extend the controller class which is associated to the page .
    First you need to hide the existing the Message Choice bean using personalization , this will actually make the field disappear from
    the page .
    Next to need to add the new field (MessageLovInput ) by making use of java code , this java code needs to be implemented in the
    controller class .
    The following link has complete set the code to implement the MessageLovInput pro-grammatically
    https://cn.forums.oracle.com/forums/thread.jspa?threadID=458476
    http://mukx.blogspot.in/2009/11/setting-query-dynamically-in-view.html ( Setting Query Dynamically )
    Please go through it and let me know if you need any further help .
    Keerthi

  • For 3 rd pary service provider - what material type could be used??

    I am a third pary service provider warehouse. I receive materials from different customers in loose units . After receiving i palletize the material the material. Since i do not have any idea what materials i receive i am planning to use material type nonvaluated but stock material. I do not know how far it will satisfy my requirement.Any suggestion or ideas .....

    Hello,
      You are procuring the materials, palletizing the same & selling it across. In such cases, you can maintain the material type as HAWA(Trading Goods).
    But before changing the materilal type to HAWA from UNBW, kindly ensure that you have to close all the open orders for the material type UNBW.
    Hope these inputs will satisfy your requirements.
    Regards
    Mahesh

  • What "Partitions" type should I use when I create an image in Disk Utility?

    I have a Sony HDR-SR1 camcorder and have been creating images in Disk Utility to dump copies of my camcorders hard drive to. That way I can mount the disk image and import into iMovie just as if the camera was plugged in. These are the options I've been using:
    Volume Size: varies
    Volume Format: Mac OS Extended (Journaled)
    Encryption: none
    Partitions: Single partition - Apple Partition Map (the default I believe)
    Image Format: read/write disk image
    The option I'm not sure of and can't find much information on is Partitions. Up until now all the ones I've created use what I listed above. What is the difference between all the options (hard disk, cd/dvd, no partition, single partition - *multiple options*) and what should I be using to ensure long term compatibility with these disk images. Thanks.

    You don't need the journaling feature. Everything else appears proper. As for the various formats, check DU's help files.

  • What file type should i use for reading a large file of data?

    I want to store data in a file and access them later. The data file could reach 500 to 1000 MBytes, as a binary file.
    I may have memory problems.
    I do not need the whole data in memory, only a few data each time, for my calculations.
    If i use a binary file, i can not read only a few data. I have to load the whole file and then read the data i need.
    Is this correct?
    If i use another type of file, can i read only a few bytes without loading the whole file?
    Maybe a TDMS file?
    Solved!
    Go to Solution.

    I would probably use a TDMS file for this since it could also be read into excel if it were small enough - just more flexiblility. But you can also do it using binary types. You don't have to read the entire file when using binary files. See below.

  • What homepage URL do I use for add ons registration

    I've entered every search engine on my device and when I hit register jt tells me please enter url WTF??

    What are you trying to do? Are you an extension developer?

  • Performance and data types: which to use?

    Hi All,
    I am wondering what data type to use and the effect of them on memory/speed.
    1. What is the difference (if any) of using sgl, dbl, int etc. Looking at the LabVIEW help there seems to be a range of 8-256 bits of storage according to the data type. Is it basically choose the one with the smallest storage that can fit the data?
    2. I currently have a cluster flowing through subVI's. The cluster contains the start time (or freq), the delta t (or f) and the array of data (about 500-5000 elements). I tried to use the waveform datatype but it couldn't handle a delta t of 2 nanoseconds (500 MHz signal). Am i ok using the cluster, or should i seperate the components and pass them along? What data type should i use for each of the components?
    Thanks

    There are three main issue to consider.
    Range and accuracy. If you need a very high level of accuracy, then you will need to use the extended data type or even create your own, although that's unlikely.
    Memory. Yes, SGL takes less than DBL, but unless you're dealing with really huge amounts of data this won't matter.
    Coercion. Most built in functions work on DBL. If you wire a SGL into them, they will coerce it, possibly creating a copy of the data and increasing your memory usage.
    To sum it up, most of the times it would be best to use the default DBL. It's highly unlikely you'll need one of the others.
    As for your second question, it sounds to me like the data is a single organism, so I would say you should leave it in the cluster, but that really depends on whether the functions need it or not and whether you're constantly bundling and unbundling the cluster. Note that 5000 elements is far from being a large array and you shouldn't have any problems handling it.
    As for the timing unit, if you really only have 5000 elements (that's 10 microseconds of data?) then you should not have a problem with using a U32 with a nanosecond as the base unit. That should give you the ability to measure more than 4 seconds.
    Try to take over the world!

  • CHARM:Urgnt Corr. type of doc isnt created using Custom "Authorize" Action

    Hi Experts,
    I have copied SDCR Action profile to YDCR and defined all scheduled conditions as default. I have assigned YDCR action profile to my Txn Type YDCR. However, when I am trying to create Urngt type of correction using custom "Authorize" action from the action button, system is changing the status to "Authorized" However, the followup document of urgnt correction is not being corrected though I have selected the "Urgnt Correction (Maintenance)" from the Subject line.
    I have properly copied all the copy rules and working fine if I use SDCR action profile instead of YDCR.
    May any one please help me diagnose and solve this problem?
    Regards,
    Faisal

    Hi All,
    I want to share the latest on this.
    I had basically created new schedule conditions by copying the original ones. Below are mentioned schedule conditions I copied from original:
    Original schedule condition name : Only Status 'To be approved' (Assigned to Authorize and Reject Change Request)
    Custom schedule condition name: YOnly Status 'To be approved'
    The above YOnly Status 'To be approved'  was assigned to "Authorize Change Request" and "Reject Change Request" actions in my YDCR Action Profile.
    But When I changed it to Only Status 'To be approved' and created the urgnt correction, this type is created.
    Can any one tell me what could have happened?
    Regards

  • I have asked this question several times, and keep getting shunted back, about not being able to add a bookmark to a folder in the bookmarks menu

    I made a folder to hold bookmarks of one type. when i tried to add another bookmark to this folder the folder will not show up so i can add this bookmark, the box only extends down a short distance, none of the folders are in the order they are supposed to be, and the one i need i can not access.

    I have Stumble Upon and it is not affecting my Bookmarks links. DO you have any add-ons that are Bookmark related add-ons? Maybe one of them took over and you can find your folders in that add-on application?

Maybe you are looking for

  • Can't Print/Connect from Windows 7 to Shared PSC 1315 on XP Machine

    I have an HP PSC 1315 connected to a Windows XP (32 bit) machine.  This printer is shared.  I can access it from other XP machines on my home network.  I cannot access it from my Windows 7 (64 bit) machine.  I can see the printer is shared on the mac

  • HT3775 I can't watch my MPEG-films (from Sony SR-32) on my MAC Snow Leopard 10.6.8

    Hello, I have a Sony DCR-SR32 video camera. I have a MAC of mid-2011 with Snow Leopard 10.6.8. Now I wanted to see my videos of my Sony on my MAC. But Quick Time Player doesn't accept the format MPEG-film. Is MPEG-film the same as MPEG-2 ? Because I

  • Comms Express and proxy auth (ie for a portal or Identity system)

    All, we'll be moving to Comms Express in about a month and we currently have an Identity/access management solution working with Mess Express (6.1) and using the proxy auth url (http://webmail.domain.com/?user=user1&proxy-auth=.....) We can pass the

  • Change In Sales Office

    My present client have 4 sales organization NEWS (North EAST WEST SOUTH).Each sales organization consists of different sales office, now in this present fiscal year(2014) some sales office are going to change their sales org. When we execute the quer

  • Bluetooth not working, log shows error

    I have had bluetooth working for a long time, but some recent update has put a halt to this. I am using a Jabra BT dongle and HTC Touch Pro 2 phone, and blueman to send/receive files between the computer and phone. Now it does not work, and looking i