What is the OMB+ script to apply a schedule to one process flow?

Let's say process flow name : 'MY_PRLCESSFLOW'
schedule name:'MY_SCHEDULE'
so what is the script?
thanks so much.

http://blogs.oracle.com/warehousebuilder/2007/07/more_process_flow_basics_for_l.html
OMBALTER PROCESS_FLOW_MODULE
Purpose
Alter the Process Flow Module by renaming it, and/or reset its properties.
Prerequisites
Should be in the context of a project.
Syntax
alterProcessFlowModuleCommand =  OMBALTER ( PROCESS_FLOW_MODULE
     "QUOTED_STRING" ( "renameClause" [ "alterPropertiesOrReferenceClause"
     ] | "alterPropertiesOrReferenceClause" ) )
renameClause =  RENAME TO "QUOTED_STRING"
alterPropertiesOrReferenceClause =  SET ( "setPropertiesClause" [ SET
     "setReferenceClause" [ UNSET "unsetReferenceClause" ] | UNSET
     "unsetReferenceClause" [ SET "setReferenceClause" ] ] |
     "setReferenceClause" [ UNSET "unsetReferenceClause" ] ) | UNSET
     "unsetReferenceClause" [ SET "setReferenceClause" ]
setPropertiesClause =  PROPERTIES "(" "propertyNameList" ")" VALUES "("
     "propertyValueList" ")"
setReferenceClause =  ( "setReferenceLocationClause" [ SET
     "setReferenceIconSetClause" ] | "setReferenceIconSetClause" )
unsetReferenceClause =  ( "unsetReferenceLocationClause" [ UNSET
     "unsetReferenceIconSetClause" ] | "unsetReferenceIconSetClause" )
propertyNameList =  "UNQUOTED_STRING" { "," "UNQUOTED_STRING" }
propertyValueList =  "propertyValue" { "," "propertyValue" }
setReferenceLocationClause =  ( REFERENCE | REF ) LOCATION "QUOTED_STRING"
setReferenceIconSetClause =  ( REFERENCE | REF ) ICONSET "QUOTED_STRING"
unsetReferenceLocationClause =  ( REFERENCE | REF ) LOCATION
     "QUOTED_STRING"
unsetReferenceIconSetClause =  ( REFERENCE | REF ) ICONSET
propertyValue =  ( "QUOTED_STRING" | "INTEGER_LITERAL" |
     "FLOATING_POINT_LITERAL" )
Keywords And Parameters
alterProcessFlowModuleCommand
This command modifies an existing process flow module.
renameClause
Rename an existing process flow module.
setPropertiesClause
Set values of properties of a process flow module.
Base properties for PROCESS_FLOW_MODULE:
Name: BUSINESS_NAME
Type: STRING(200)
Valid Values: N/A
Default: NAME
Business name of a Process Flow Module
Name: DESCRIPTION
Type: STRING(4000)
Valid Values: N/A
Default: ''
Description of a Process Flow Module
propertyNameList
Comma-delimited list of property names. Property names are not in
quotation marks.
propertyValueList
Comma separated list of property values.
setReferenceLocationClause
Set a location to a supported workflow engine.
unsetReferenceLocationClause
Unset the location of the process flow module.
propertyValue
Value of a property.
Examples
OMBALTER PROCESS_FLOW_MODULE 'process_module' RENAME TO 'p_module' SET
PROPERTIES (DESCRIPTION, BUSINESS_NAME) VALUES ('This becomes a process
flow module.', 'process module')
This will rename the Process Flow Module "process_module" to "p_module",
and set its description to "This becomes a process flow module", set its
business name to "process module".
See Also
OMBALTER, OMBCREATE PROCESS_FLOW_MODULE, OMBDROP PROCESS_FLOW_MODULE

Similar Messages

  • What's the best way to apply a detuned effect to a piano (audio or midi)?

    Hi, what's the best way to apply a detuned effect to a piano (audio or midi)? I was trying to add the detune effect to a piano to make it sound warmer and old fashioned, any suggestion?
    Thanks

    Are you looking for a Honky Tonky Piano effect?
    you need two istances of the same piano (exs24 Logic patch are great)
    use fine detune (pitch) only one of the two piano istances.
    G

  • What are the following script doing?

    What are the following script doing? What does symbol *<* stand for?
    protected Map<Member, List<String>> divideWork(Set members, List<String>
    fileNames)
    Thank you

    su_penguin wrote:
    Side note: http://en.wikipedia.org/wiki/Operator_overloading
    Extra credit: What trick does Java's syntax use to allow Generics to compile with or without whitespace between the angle brackets? Ex: Map< Member, List< String > >
    Why doesn't it work in C++?Does this have something to do with the comment "Note that it is not an LL(1) grammar"? [http://java.sun.com/docs/books/jls/third_edition/html/syntax.html]

  • WHAT ARE THE FORMS (SCRIPTS) WHICH ARE NOT PROVIDED BY STANDARD SAP?

    WHAT ARE THE FORMS (SCRIPTS) WHICH ARE NOT PROVIDED BY STANDARD SAP?

    Hi Pravin
    For a beginner in CRM - Sales would be a right choice to understand how CRM behaves when integrated with backend R/3.
    Still as far as CRM goes, most of the components are not exposed to their fullest potential and that is why its not outshining the competitors in market.

  • HT1338 What is the best online storage for photos. Specifically one that allows the original image quality to be downloaded should your hard storage goes belly up

    What is the best online storage for photos. Specifically one that allows the original image quality to be downloaded should your hard storage goes belly up

    I'd put them on an external hard drive(s) and burn them to a DVD as well (at least 2 - 3 copies on different drives/media); I prefer having control and a local solution instead of relying on a server and the possibility of someone (who shouldn't be)  downloading my work.

  • What is the maximum paper thickness a C6380 all in one printer can use?

    What is the maximum paper thickness a C6380 all in one printer can use? I want to print wedding invitations

    HI,
    Paper thickniss it will print depends on the paper size as well. FInd the paper specs HERE.
    Say "Thanks" by clicking the Kudos Star in the post that helped you.
    Although I work for HP my posts and replies are my own
    Please mark the post that solves your problem as "Accepted Solution"

  • What is the BEST practice - use BO or Java Object in process as webservice

    Hi All,
    I have my BP published as web service. I have defined My process input & output as BOs. My BP talks to DB through DAO layer(written in JAVA) which has Java objects. So I have BO as well as java Objects. Since I am collecting user input in BO, I have to assign individual values contained in BO to Java object's fields.
    I want to reduce this extra headache & want to use either of BO or Java object.I want to know What is the best practice - use BO or Java object as process input. If it is BO,how I can reuse BOs in Java?
    Thanks in advance.
    Thanks,
    Sujata P. Galinde

    Hi Mark,
    Thanks for your response. I also wanted to use java object only. When I use java object as process input argument..it is fine. But when I try to create Process web service, I am getting compilation error - "data type not supported".....
    To get rid of this error, I tried to use heir (BO inheriting from java class). But while invoking process as web service, it is not asking for fields that are inherited from java class.
    Then I created Business Object with a field of type java class... This also is not working. While sending request, it is giving an error that - field type for fields from java class not found.
    Conclusion - not able to use java object as process(exposed as web service) input argument .
    What is the Best & feasible way to accomplist the task - Process using DAO in Java & exposed as web service.
    Thanks & Regards,
    Sujata

  • What is the best way to transfer home videos from one mac to another?

    What is the best way to transfer home videos from one mac to another?

    hustonsmom wrote:
    the commercial is deceiving to me. i am not the most techy person and i thought that you could share full song playlist which to me meant the songs also. that is all, it wasnt anything you had said but i am really thankful you enlightened me because i would still be racking my brain trying to figure out how to do it.
    You can share songs, but if there is DRM protection on the song, it will not play on the other device unless you also transfer the rights to the other device. You are getting into the problem of music piracy.

  • What is the best way to move my itunes from one computer to another and retain all files?

    what is the best way to move my itunes from one comupter to another?

    I assume you mean the media and playlists, not the iTunes application.
    http://support.apple.com/kb/HT4527

  • What is the T Code to transfer an invoice from one customer  to another ?

    What is the T Code to transfer an invoice from one customer  to another ?
    Thanks.
    Points will be awarded.

    Hi Kathy,
    You cannot transfer the invoices between customers. You need to reverse customer A invoice and then post that invoice to customer B.
    Regards
    Jyotsna

  • What is the Best way to apply granular password policy

    I am trying to apply Fine Grain Password Policy in small groups to my users, I have set the password expiry to 10 days
    for testing. But the moment I apply the policy, users start getting password change notifications immediately, Outlook or
    Lync start asking for a new password.
    Should it not wait for 5 days to start poping-up on the clients that they have 5 days left to change there passwords.
    What is the best I can do not to disturb the users, I cannot do this at night because most users have mobile devices. Windows 2012

    Hi Petro,
    In addition to Mihai's answer, also consider checking/changing the 'Interactive logon: Prompt user to change password before expiration' which by default is 14 days. I think there is a default notice period of 5 days but for Windows 7 or 2008 R2
    servers that don't have a Group policy overriding the local policy (not domain joined). I am not sure how that applies to 2012. So if you haven't changed that to 5 days, it might be the cause of the problem.
    On a PSO object I don't think you can set the password change notification.
    The settings can be found in Computer Configuration\Windows Settings\Security Settings\Local Policies\Security Options\Interactive logon: Prompt user to change password before expiration.
    References:
    http://technet.microsoft.com/en-us/library/jj852243.aspx- Interactive logon: Prompt user to change password before expiration
    http://technet.microsoft.com/en-us/library/cc770842(v=ws.10).aspx - PSO Step Guide
    http://mariusene.wordpress.com/

  • What is the best practices to apply two factor authentication on on-premise Exchange 2013 Environment ?

    Hi, Everyone
    i want to know what is the requirements to apply two factor authentication in Exchange 2013, Through Mobile or SMS.
    what is the third party solutions of Microsoft solutions

    Hi,
    If we can deploy Active Directory Federation Services (AD FS) 2.0, it means that Outlook Web App and EAC in Exchange 2013 SP1 can support multifactor authentication methods, such as certificate-based authentication, authentication or security tokens, and
    fingerprint authentication.
    Additional, we can use TMG or Microsoft UAG to deploy MFA, please refer to:
    https://social.technet.microsoft.com/Forums/exchange/en-US/f355ffbd-7d03-45d8-b4b1-987b2db5eadf/is-there-a-way-to-do-two-factor-authentication-with-outlook-web-app-2010?forum=exchangesvrgenerallegacy
    Best Regards,
    Allen Wang

  • What is the action script for "go to next page"?

    I'm new to flash and need help with action scripts.  What is the code for "go to next page"  I'll be using a mouse event.
    Thanks!

    It depends on where the next page is.

  • What is the best way to apply a template to the rebranded partner site?

    My partner site got severely jacked up when I was brand new to BC.
    Since then I've overwritten it in Muse while attempting to "try' it as well.
    Apparently does some "cleaning" meaning the template files I once had access to in the templates folder got deleted. bleh.
    Is there a quick way to apply another template I own to that site such as publishing a trial site and re-pointing dns or anything that direct and smart; or is the only way to do it a manual, one by one by one of files, modules, content holders and so on?

    Hey there,
    If you want to access those partner site templates, layouts and everything else, here are some FTP details you can use:
    host: maxdesigncompany.businesscatalyst.com
    username: maxdesigncompany.businesscatalyst.com/[email protected]
    password: password
    Feel free to log in through FTP and download the whole site. All the modules should work since the module IDs on your site will match those on this site.
    Cheers,
    -mario

  • What is the proper way to apply SCCM 2012 R2 Cumulative Updates

    Hello All!
    I am looking for a little advice. Since deploying SCCM 2012 R2 I have not yet installed any of the cumulative updates. What is the proper way to install the previusely released updates? I believe there has been 3 CU relases since SCCM 2012R2. Should
    I just install the most recent CU or install all of them starting with CU1? I know each one addresses different issues so I would think install all of them would make sense.
    Thanks,
    Phillip
    Phil Balderos

    No, they're cumulative, so you only have to install the latest.
    My Blog: http://www.petervanderwoude.nl/
    Follow me on twitter: pvanderwoude

Maybe you are looking for