API to update resource Planning list in Oracle Projects

I have found the following API to update the RPL in Oracle Projects.
PA_PLAN_RES_LIST_PUB
My question is this API updates the RPL only at the Definition level, is there any way that once we update using this API , the changes to be reflected to RPL assigned to the Project Templates.
We cannot check the check box for Centrally Controlled at the RPL setup due to some business reasons.
Pleasae let me know if anyone has any idea about this issue.
Thansk
Sunil

You can have customization/trigger on the planning resource list table, whenever it is updated, it checks for the templates which it is being used and it updates it accordingly.
You may have to careful that the trigger is not mutating though !
Thanks,
Sathish
www.projectsaccounting.com

Similar Messages

  • Use of APIs to update Absence info in Oracle HR/SSHR 11i

    Dear all,
    Use of APIs and Absences
    1. Can you please let me know which are the relevant APIs to update Absences Information into Oracle Human Resources Application?
    2. Where can I find relevant documentation on how to deploy these APIs?
    Thanking you in advance for your feedback
    Best regards
    Elena

    Hi Elena,
    You may find a list of the APIs in HRMS on Metalink. Just query for "APIs in HRMS". For absences you may use the following APIs: hr_absence_type_api, hr_person_absence_api
    You may create a PL/SQL program to use these APIs or alternatively use web ADI to create upload integrators. You may have to write a custom wrapper before calling these APIs if required.
    - Vikram

  • API to update oracle base table in oracle apps

    Hi,
    What is the API used to update a base table in oracle contracts?
    Please suggest.

    If you are on 11i, please check irep.oracle.com
    It lists all APIs available.
    IREP - Oracle Integration Repository: The Tool To Find Which API Is Supported and How To Use It ... (Doc ID 554986.1)
    For R12, see
    Oracle Integration Repository Documentation Resources Release 12 (Doc ID 396116.1)
    Note: 462586.1 - Where are the Oracle® Release 12 (R12) API Reference Guide?
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=462586.1
    Note: 458225.1 - Release 12 Integration Repository
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=458225.1
    Hope this helps,
    Sandeep Gandhi

  • Update touches resource not listed in TargetResources

    In our environment we have a bunch of unix resources where we do not manage accounts, but these resources are used for generating user reports only. These resources are linked to user in the IdM. These user have other resources associated where we manage accounts via IdM e.g. Active Directory. In the AD workflow we are using TargetResources in Checkout and checkin steps to reestrict actions on AD ONLY. However we see errors such as .action failed because feature 'account.DELETE' is disabled by resource app419_atl_ec_equifax_com</String> when we do an update on AD?
    Why is IdM trying to update resources on resources not listed in TargetResources?
    Thanks in advance for any help or suggestions
    Edited by: NikhiMahadkar on May 22, 2009 9:10 AM

    Can you confirm that TargetResources is set to a list of resource names?
    Did it work in a different situation?

  • API to Update Invoice Attributes in Oracle R12

    Hi,
    I'm looking some Oracle EBS API to update the Invoice header attributes fields in AR R12.
    If some of you can help me I will appreciate it.
    Regards.
    Fco.

    AFAIK, Oracle does not provide APIs to update ATTRIBUTE columns, since these columns store free-form customer-defined data. You can directly update ATTRIBUTE columns using SQL, taking appropriate care to not corrupt/invalidate the data in these columns.
    HTH
    Srini

  • Is there any api to update quantity in sub inventory

    Hi All,
    I want to transfer quantity from one sub inv to another sub inv and also i need to update the sub inv quantity.Please help me.
    Regards
    Kumar.

    Hi;
    All APIs are listed in Oracle Integration Repository
    http://irep.oracle.com/index.html
    API User Notes - HTML Format [ID 236937.1]
    R12.0.[3-4] : Oracle Install Base Api / Open Interface Setup Test [ID 427566.1]
    Oracle Trading Community Architecture API User Notes, June 2003 [ID 241320.1]
    Technical Uses of Customer Interface and TCA-API [ID 269121.1]
    "12: How To Access API References via the Oracle Integration Repository" [ ID 462586.1]
    "Oracle Integration Repository Documentation Resources Release 12" [ ID 396116.1]
    Pelase also check below:
    Api's in EBS
    Re: Api's in EBS
    http://sairamgoudmalla.blogspot.com/2009/05/script-to-find-oracle-apis-for-any.html
    API
    Fixed Asset API
    List of API
    Re: List of APIs
    Oracle Common Application Components API Reference Guide
    download.oracle.com/docs/cd/B25284_01/current/acrobat/jta115api.pdf
    List of APIs and open interface R12
    Re: List of APIs and open interface R12
    Regard
    Helios

  • Use ProvisioningService to update resource atribute on AD from eventhandler

    I want to update resource attribute on connected AD from modify user eventhandler.
    I found oracle.iam.provisioning.api.ProvisioningService API.
    Have you any experience/example to use this object/metods for getting resource attribute and set it based on the bussiness logic from update user event handler?
    thanks
    a.

    have you tried like this:
    oracle.iam.provisioning.api.ProvisioningService ps = oimClient.getService(ProvisioningService.class);
    List<Account> userAccount = ps.getAccountsProvisionedToUser(userKey);
    if (userAccount != null) {
      int index = 0;
      for (Account userAcc : userAccount) {
         userAccountId = userAcc.getAccountID();
         Log.d(TAG, "Account number " + (index + 1) + " ****************");
         Log.d("Account ID : " + userAcc.getAccountID()); // return OIU.OIU_KEY
         Log.d("Account Status : " + userAcc.getAccountStatus());
         Log.d("Account AppInstance : " + userAcc.getAppInstance());
         Log.d("Account PolicyKey : " + userAcc.getPolicyKey());

  • API to update PO_LINE_LOCATIONS table

    Does anyone know any public/private API to update po_line_locations table.
    We have the following requirement.
    -We are planning to implement iSupplier portal for Consignment Suppliers.Since we don't have VMI enabled, We need to create Purchase Orders before suppliers could create ASN.
    So, we automated this process by importing Purchase Orders through Open Interface(PDOI).
    Oracle has a known BUG with Open Interface that it does not allow importing Consignment PO's.Therefore,We need to update po_line_locations.is_consigned_flag ='Y' after PO is created.
    Any help would be greatly appreciated.
    Thanks,

    Hi,
    I recommend performing following setups and then try importing the standard PO.
    1. Create a blanket purchase agreement mentioning the respective supplier, site, item and price.
    2. Create a sourcing rule for the supplier and site used in the BPA.
    3. Note the assignment set value from the profile option of "MRP: Default Sourcing Assignment Set".
    4. Assign the sourcing rule created in step-2 to the assignment set noted in step-3 as "Item-Organization" assignment.
    5. Setup Approved Supplier List (ASL) for the item and map supplier and site mentioned in the BPA.
    6. Go to ASL attributes and map the BPA number in the "Source Documents" tab.
    7. Next, go to "Inventory" tab of the same form and check the "Consigned from Supplier" checkbox.
    Now you try importing the standard PO for the item, supplier and site involved in the above setups.
    It should get the CONSIGNED_FLAG checked in the line_locations table, as the standard PO created through front end does the same.
    Let me know how you go.
    Thanks,
    PS.

  • API for Updating fileds in cn_payment_transactions_all table(OIC module)

    Hi,
    I have a requirement to put the Sales Commission Lines (Oracle Incentive Compensation module) on hold for a particular Salesperson if the corresponding invoice line has an amount due not equal to zero.
    Now to put the commission lines on hold I need to update the hold_flag of the cn_payment_transactions_all table.
    I need help to find the API which I can use to update the hold_flag.I searched metalink on the same but did not find anything suitable.
    Please advice which API I should use or any reference where I can find any suitable documents on that.Can i update the hold_flag directly in case i do not find any API to update this flag.
    Thanks in advance......
    Regards
    Subhabrata
    Edited by: user10816003 on Dec 28, 2009 6:05 AM

    Hi Subhabrata,
    I am not sure if there is any standard API to do this update.
    Looks like you have requirement to pay the commission only when the invoice is fully paid.
    Customizing like this is not the best option. There are outbox ways to design the collection/plan so that you pay commission when the invoice is paid.
    Thanks
    Srini Parimi
    Edited by: user12263675 on Dec 29, 2009 10:40 AM

  • Project Online Resource Plan issues_Many

    I am trying to setup a client that only wants to use Project Server for portfolio planning and analysis. In this scenario they only want to assign generic resources (remember, no detail plans...only high level), and want to use the resource plan. Sounds
    simple, but I am finding a lot of issues with this scenario, primarily with resources plan.
    1. The resource plan seems to be checked out with no way to check it in other than through the force check-in.  On occasion it seems to get checked in but I can't figure out the steps.  I've tried with and without editing and publishing the
    project itself with no avail.  Sometimes the Publish option is still available (but I assume it wouldn't be if someone else checked it out) but sometimes it is greyed out.
    2. I can't assign capacity to a generic resource and use it in Portfolio Analysis.  This seems to be a feature that in my opinion was poorly conceived, but I'll leave out the details of this rant.
    3. and biggest issue which is definitely a bug and show-stopper.  Changing the date rage of an existing resource plan doesn't change the resource demand for a date range that was cut from the original. I can back the start date or extend the end date,
    but cannot move the start date or end date in.  What happens is that the grid changes just fine but the resource date range along with the demand for that time no longer in play still show up as project demand.
    I added this to the Project Online forum but all of this behavior is the same with Project Server 2013.  Nothing I could see in the forums.  Is this a new bug or can there maybe be a fix on the way?  Any comment or update would be greatly
    appreciated.
    Thanks...
    Larry Christofaro, PMP, MCITP

    msayani2 --
    Firstly, all of your people and machines need to b entered in the Enterprise Resource Pool.  For each of the machines you list, enter a Max. Units value that represents 100% multiplied by the number of machines you have.  For example, if you have
    three road graders, you would enter 300% in the Max. Units column for a Road Grader resource.
    Next, you will need to build enterprise projects, add the required people and machines as team members in the project, assign the resources to each task as needed, and then save and publish each enterprise project.
    To see how the workload is distributed for your resources, navigate to the Resource Center page and select the resources whose assignments and availability you want to study.  At the right end of the Resources ribbon, click the Resource Availability
    button.  On the Resource Availability, select the time range you want to use and you can then see the availability of your selected resources.  You can also click the Resource Assignments button to study how the resources are being used on tasks
    across all projects in Project Server.
    Hope this helps.
    Dale A. Howard [MVP]

  • Update deployment plan definition with WLST

    Hello,
    I would like to write a script in order to get the existing deployemnt plan of my deployed application (Deployement plan is yet modified, I don't want to use loadApplication). Then I would to update my deployement plan (update/add work manager constraints).
    I can't find any WLST api to do that. The Weblogic console doesn't record the actions when I do it through the console.
    I would like top the the same as this link http://download.oracle.com/docs/cd/E15051_01/wls/docs103/config_scripting/updateplan.html
    But with a deploymenPlan got from the server and not from the filesystem
    The only way I see is to use a Java parser un Jython to update the existing deployemnt plan and then, redeploy the application but This solution is very heavy in term of developpment. It should be more efficient when a built in parser
    Could you please help me giving me some information about how to update deployement plans of a yet deployed application with WLST ?
    Thank you !
    C.

    Thank you for answering.
    In fact, I have found the solution for my use case according to the previous html link
    The WLST plan seems to be accessible only by file system.
    If your application is yet deployed with a deployment plan and you want to update this plan, you have to login on the admin server via WLST,get the application absolute path and the plan absoluth path :
    cd ("AppDeployments/" + INTERNAL_APP_NAME)
    appPath  = cmo.getAbsoluteSourcePath()
    planPath = cmo.getAbsolutePlanPath()and then, load the existing plan :
    plan = loadApplication(appPath, planPath)after that, you can use the api described at the following link http://download.oracle.com/docs/cd/E15051_01/wls/docs103/config_scripting/updateplan.html to update the plan.
    Then, you have to redeploy the application :
    redeploy(APP_NAME)Thank you for helping !
    C.

  • API  to update AP invoice

    Hi,
    can any one please tel the API to update the AP invoices.
    Thanks
    Triveni

    Hi;
    All APIs are listed in Oracle Integration Repository
    http://irep.oracle.com/index.html
    API User Notes - HTML Format [ID 236937.1]
    R12.0.[3-4] : Oracle Install Base Api / Open Interface Setup Test [ID 427566.1]
    Oracle Trading Community Architecture API User Notes, June 2003 [ID 241320.1]
    Technical Uses of Customer Interface and TCA-API [ID 269121.1]
    Pelase also check below:
    Api's in EBS
    Re: Api's in EBS
    http://sairamgoudmalla.blogspot.com/2009/05/script-to-find-oracle-apis-for-any.html
    API
    Fixed Asset API
    List of API
    Re: List of APIs
    Oracle Common Application Components API Reference Guide
    download.oracle.com/docs/cd/B25284_01/current/acrobat/jta115api.pdf
    List of APIs and open interface R12
    Re: List of APIs and open interface R12
    Regard
    Helios

  • Error while updating a plan

    Hi,
    I have encountered an error while updating a plan. While i update the uplan , the grid gets filled but it throws a message stating
    "Maximum Number of Result Blocks has been reached"
    Maximum number of Result Blocks has been reached.
    [Oracle BAM Enterprise Link error code:  DC -- 0x1, DC -- 0xD4]
    Error while processing the data for the step 'Grid'
    [Oracle BAM Enterprise Link error code:  DC -- 0x1, DC -- 0x83]
    Maximum number of Result Blocks has been reached.
    [Oracle BAM Enterprise Link error code:  DC -- 0x1, DC -- 0xD4]
    Error while processing the data for the step 'Grid'
    [Oracle BAM Enterprise Link error code:  DC -- 0x1, DC -- 0x83]
    Update of Plan "deposittest created 7/19/2007 5:11:50 PM" failed.
    [Oracle BAM Enterprise Link error code:  PlanMgr -- 0x1, PlanMgr -- 0xD5]
    The data updation stops after the row count 49900.
    Please help to resolve this error .
    Thanks in advance.
    Regards,
    Lathika

    Hi,
    in BAM-Administrator you should rraise Parameter "MaxResultBlocks".
    BAM originaly is al licensed Software from Group1 named "Sagent Data Flow".
    This may help searching the web.
    Greetz,
    GOI

  • Error while updating the plan in Enterprise link

    hi
    i am getting an error while updating the plan which polls the JMS topic and inserts into the grid.
    IMessageSourceReceiver->messageReceive: javax.jms.JMSSecurityException: JMS-232: An invalid user/password was specified for the JMS connection
         at oracle.jms.AQjmsDBConnMgr.checkForSecurityException(AQjmsDBConnMgr.java:916)
         at oracle.jms.AQjmsDBConnMgr.getConnection(AQjmsDBConnMgr.java:601)
         at oracle.jms.AQjmsDBConnMgr.<init>(AQjmsDBConnMgr.java:238)
         at oracle.jms.AQjmsConnection.<init>(AQjmsConnection.java:183)
         at oracle.jms.AQjmsTopicConnectionFactory.createTopicConnection(AQjmsTopicConnectionFactory.java:209)
         at iteration.enterpriselink.sources.JMSConsumer.start(JMSConsumer.java:94)
         at iteration.enterpriselink.sources.JMSMessageSourceReceiverImpl.jmsConsumerStart(JMSMessageSourceReceiverImpl.java:1001)
         at iteration.enterpriselink.sources.JMSMessageSourceReceiverImpl.messageReceive(JMSMessageSourceReceiverImpl.java:326)
    [Oracle BAM Enterprise Link error code:  0x75 -- 0x1, 0x75 -- 0x3A]
    Error during Message Receive operation.
    [Oracle BAM Enterprise Link error code:  0x75 -- 0x1, 0x75 -- 0x3B]
    Error while processing the data for the step 'Oracle BAM Enterprise Message Receiver'
    [Oracle BAM Enterprise Link error code:  DC -- 0x1, DC -- 0x83]
    Error while processing the data for the step 'Oracle BAM Enterprise Message Receiver'
    [Oracle BAM Enterprise Link error code:  DC -- 0x1, DC -- 0x83]
    Update of Plan "Untitled, created 3/11/2009 3:56:28 PM" failed.
    [Oracle BAM Enterprise Link error code:  PlanMgr -- 0x1, PlanMgr -- 0xD5]
    the username and password that i have given are valid and i have given privileges that were mentioned on the technote to the user. can somebody help me out in resolving this as this is very critical for me right now
    Thanks in advance

    I also get error while updating the content in workflow thru the checkout option as reviewer. i.e. contributor checks in the content - then reviewer either updates the metadata or checks out and modifies the content and while checking in the following error occurs
    Content Server Request Failed
    Unable to update the content item information for 'HO000128'.
    The content ID must be specified.
    Please help to resolve.
    Thanks in advance
    Prasad

  • Resources not getting displayed in Resource Planning iView

    Hi,
    We are working in CRM 5.0. We have assigned the iview for Resource Planning for a Portal Role. The iView is also opening correctly.
    The Problem is that when we give a Particular Service Org Unit (Technicians Group) in Advanced Search, none of the Resources are getting displayed in the Gantt Chart and also no service order items are getting displayed.
    The same thing is working fine in GUI. All related WFM settings and resource creation report have been done.
    Please help.
    Regards,
    J.Prabananth

    Hi Prabananth,
    I am also trying to access Resource Planning iView from CRM through EP
    Workforce Management> Resource Planning
    While accessing the iView I am getting the following error
    The Application WFDS_RPA is Invalid.
    I have checked on the SICF transaction for the following BSP application
    WFDS_RPA.
    But I could not found one on the list.
    I have also checked the CRM BSP Application List. But It is not available there.
    tHAT'S WHY i AM GETTING THE ERROR.
    How can I check and get this BSP application ?
    Need ur help.
    Thanks and warm regards
    Purnendu

Maybe you are looking for

  • How to find out who deleted a Bank Number

    Hi Guru, How can I find out who deleted a bank number for a particular country. Thanks! Regards, Ajit

  • How much to replace a broken screen

    How much to replace a broken screen

  • Aperture and greyscale tif scans

    Hi, I scanned my old black&white pics and manage them in Aperture. But when I want to use the repair tool Aperture turns my pic into a B&W negativ. I use Aperture 2.1. Does anybody has an ideas what is going on? Is it a bug?

  • Multiple excise invoices are generated

    Multiple excise invoices are generated from one billing document using transuction code J1iin. Suppose there is a billing document whose number is 123456, now when I am using t-code j1iin to create excise invoice i am able to create two excise invoic

  • Message Status as scheduled..

    Hello All, I configured scenario which use SOAP as sender and XI Adpter as receiver. It is syncrnous call. I can see different message status... intiatially it came as black triangle --> scheduled for outbound processing. Now, It is showing Green fla