OPM Regulatory Management with Oracle Inventory

Hello
We already have Oracle Inventory but would like to use the MSDS functionality in OPM Regulatory Management for hazardous materials without implementing OPM Inventory.
Just wondering if this can be done as when we try to open any form in OPM Regulatory Management, we are being told that the form can't be opened.
Process Manufacturing is licensed.
Thanks,
Sanjib

Hi,
OPM Regulatory Mgmt comes along with OPM Suite. License is required.
You cannot use OPM Regulatory mgmt with Only Oracle Inventory. OPM inventory should be installed.
Best Regards,
Sri

Similar Messages

  • Integration of BPEL Process Manager with Oracle Plociy Automation(OPA)

    Hi,
    Can any one tell me how to integrate the BPEL Process Manager with Oracle Plociy Automation(OPA).

    Hi,
    Can any one tell me how to integrate the BPEL Process Manager with Oracle Plociy Automation(OPA).

  • API names for OPM Regulatory Management

    Hi
    Can anyone provide API names for OPM Regulatory Management will be greatly appriciated. It is an URGENT requirement.
    Thanks
    Raj

    Hi
    Vin
    I have gone through the OPM RM API's pdf, and I able to see onle one API name called Despatch History and not mentioned more...I want more API names.
    if u have any idea to get this, kindly provide.
    Thanks
    Raj

  • OPM balance reconciliation with Oracle GL

    Does anyone have a process flow or document on reconciling the OPM balances eith GL for Inventory?

    You can refer following MOS notes and links: A guide to Inventory Period Closing activities and Inventory-SLA-GL Reconciliation. (Doc ID 1447211.1) 11i : Oracle Inventory Period Closing Activity Test (Doc ID 206576.1) EBS R12 Period Close Advisor: Inventory & Costing (Doc ID 1359452.1) thanks

  • Item manager in Oracle Inventory

    Hi all,
    My organization Is implementing Oracle E.R.P with Inventory module, and we run into this problem:
    In every organization we have several people that are in charge of several Items. We need to assign Items to the certain Item managers so that every Item manager would be able to change only his Item's properties.
    As we were instructed we cannot give different rights according to different items.
    Did somebody encounter that problem and solve it in some way?
    Thanks in advance.

    If you have a single inventory organization and one segment for items, i am not sure if
    there is any way out,
    However, i would not suggest using multiple
    segments just for the security purposes as it would create the follwing problems.
    I WOULD FIRMLY ADVICE NOT TO USE MORE THAN ONE SEGMENT FOR THE ITEM FOR THE FOLLOWING
    REASONS:
    1. Increases complexity in transactions, every time the user need to select an item
    he has to select three fields for each item.
    2. Item categories can be used for creating complex structures for items and then
    assigned to items for reporting/ classification purposes
    3. System overhead will increase as each time the data is retrieved it has to retrieve
    three fields, concatenate and then display on the screen.
    The disadvantages list goes on...
    "Quote on Unquote"
    Never use more than one segment for item unless its "REALLY" a business requirement..
    coming back to you problem, you can only
    logically control by assigning items to
    buyers and planners so that users will query on corresponding fields and access the data
    the second option i could think of is to use
    logical item categories with employee name as one segment and assign items to corresponding categories after which the users will query on category to select a list
    of items which they can update.
    madhu.

  • Batch load script for Order Management with Oracle R12 EBS

    Hello,
    I am looking for a way to load a million dummy test records into Order Management. For example, I would like to automate a batch process to generate a million new sales orders for Oracle 12.1.1 EBS on Linux platform. If anyone has an idea on how to script this, would appreciate your help.

    Two questions:
    1. How would I modify the following script to generate a million new orders for OM:
    2. How can I register and create a concurrent program with the script?
    SET SERVEROUTPUT ON;
    DECLARE
    v_api_version_number NUMBER := 1;
    v_return_status VARCHAR2(2000);
    v_msg_count NUMBER;
    v_msg_data VARCHAR2(2000);
    -- IN Variables --
    v_header_rec oe_order_pub.header_rec_type;
    v_line_tbl oe_order_pub.line_tbl_type;
    v_action_request_tbl oe_order_pub.request_tbl_type;
    v_line_adj_tbl oe_order_pub.line_adj_tbl_type;
    -- OUT Variables --
    v_header_rec_out oe_order_pub.header_rec_type;
    v_header_val_rec_out oe_order_pub.header_val_rec_type;
    v_header_adj_tbl_out oe_order_pub.header_adj_tbl_type;
    v_header_adj_val_tbl_out oe_order_pub.header_adj_val_tbl_type;
    v_header_price_att_tbl_out oe_order_pub.header_price_att_tbl_type;
    v_header_adj_att_tbl_out oe_order_pub.header_adj_att_tbl_type;
    v_header_adj_assoc_tbl_out oe_order_pub.header_adj_assoc_tbl_type;
    v_header_scredit_tbl_out oe_order_pub.header_scredit_tbl_type;
    v_header_scredit_val_tbl_out oe_order_pub.header_scredit_val_tbl_type;
    v_line_tbl_out oe_order_pub.line_tbl_type;
    v_line_val_tbl_out oe_order_pub.line_val_tbl_type;
    v_line_adj_tbl_out oe_order_pub.line_adj_tbl_type;
    v_line_adj_val_tbl_out oe_order_pub.line_adj_val_tbl_type;
    v_line_price_att_tbl_out oe_order_pub.line_price_att_tbl_type;
    v_line_adj_att_tbl_out oe_order_pub.line_adj_att_tbl_type;
    v_line_adj_assoc_tbl_out oe_order_pub.line_adj_assoc_tbl_type;
    v_line_scredit_tbl_out oe_order_pub.line_scredit_tbl_type;
    v_line_scredit_val_tbl_out oe_order_pub.line_scredit_val_tbl_type;
    v_lot_serial_tbl_out oe_order_pub.lot_serial_tbl_type;
    v_lot_serial_val_tbl_out oe_order_pub.lot_serial_val_tbl_type;
    v_action_request_tbl_out oe_order_pub.request_tbl_type;
    BEGIN
    DBMS_OUTPUT.PUT_LINE('Starting of script');
    -- Setting the Enviroment --
    mo_global.init('ONT');
    fnd_global.apps_initialize ( user_id => 123
    ,resp_id => 456
    ,resp_appl_id => 789);
    mo_global.set_policy_context('S',785);
    -- Header Record --
    v_header_rec := oe_order_pub.g_miss_header_rec;
    v_header_rec.operation := oe_globals.g_opr_create;
    v_header_rec.order_type_id := 1005;
    v_header_rec.sold_to_org_id := 7157;
    v_header_rec.ship_to_org_id := 5480;
    v_header_rec.invoice_to_org_id := 5181;
    v_header_rec.order_source_id := 0;
    v_header_rec.booked_flag := 'N';
    v_header_rec.price_list_id := 7018;
    v_header_rec.pricing_date := SYSDATE;
    v_header_rec.flow_status_code := 'ENTERED';
    v_header_rec.cust_po_number := '99478222532';
    v_header_rec.sold_from_org_id := 83;
    v_header_rec.salesrep_id := -3;
    v_header_rec.transactional_curr_code:= 'GBP';
    v_action_request_tbl (1) := oe_order_pub.g_miss_request_rec;
    -- Line Record --
    v_line_tbl (1) := oe_order_pub.g_miss_line_rec;
    v_line_tbl (1).operation := oe_globals.g_opr_create;
    v_line_tbl (1).inventory_item_id := 27893;
    v_line_tbl (1).ordered_quantity := 1;
    v_line_tbl (1).unit_selling_price := 2000;
    v_line_tbl (1).calculate_price_flag := 'Y';
    DBMS_OUTPUT.PUT_LINE('Starting of API');
    -- Calling the API to create an Order --
    OE_ORDER_PUB.PROCESS_ORDER (
    p_api_version_number => v_api_version_number
    , p_header_rec => v_header_rec
    , p_line_tbl => v_line_tbl
    , p_action_request_tbl => v_action_request_tbl
    , p_line_adj_tbl => v_line_adj_tbl
    -- OUT variables
    , x_header_rec => v_header_rec_out
    , x_header_val_rec => v_header_val_rec_out
    , x_header_adj_tbl => v_header_adj_tbl_out
    , x_header_adj_val_tbl => v_header_adj_val_tbl_out
    , x_header_price_att_tbl => v_header_price_att_tbl_out
    , x_header_adj_att_tbl => v_header_adj_att_tbl_out
    , x_header_adj_assoc_tbl => v_header_adj_assoc_tbl_out
    , x_header_scredit_tbl => v_header_scredit_tbl_out
    , x_header_scredit_val_tbl => v_header_scredit_val_tbl_out
    , x_line_tbl => v_line_tbl_out
    , x_line_val_tbl => v_line_val_tbl_out
    , x_line_adj_tbl => v_line_adj_tbl_out
    , x_line_adj_val_tbl => v_line_adj_val_tbl_out
    , x_line_price_att_tbl => v_line_price_att_tbl_out
    , x_line_adj_att_tbl => v_line_adj_att_tbl_out
    , x_line_adj_assoc_tbl => v_line_adj_assoc_tbl_out
    , x_line_scredit_tbl => v_line_scredit_tbl_out
    , x_line_scredit_val_tbl => v_line_scredit_val_tbl_out
    , x_lot_serial_tbl => v_lot_serial_tbl_out
    , x_lot_serial_val_tbl => v_lot_serial_val_tbl_out
    , x_action_request_tbl => v_action_request_tbl_out
    , x_return_status => v_return_status
    , x_msg_count => v_msg_count
    , x_msg_data => v_msg_data
    DBMS_OUTPUT.PUT_LINE('Completion of API');
    IF v_return_status = fnd_api.g_ret_sts_success THEN
    COMMIT;
    DBMS_OUTPUT.put_line ('Order Import Success : '||v_header_rec_out.header_id);
    ELSE
    DBMS_OUTPUT.put_line ('Order Import failed:'||v_msg_data);
    ROLLBACK;
    FOR i IN 1 .. v_msg_count
    LOOP
    v_msg_data := oe_msg_pub.get( p_msg_index => i, p_encoded => 'F');
    dbms_output.put_line( i|| ') '|| v_msg_data);
    END LOOP;
    END IF;
    END;
    /

  • Weblogic Enterprise manager with Oracle Portal

    Hi All,
    Iam working on a architecture defination which is basically a B2B and B2C based web applications. I intially thought the Oracle Portal+Oracle BPM as the right combination as it gives a complete technical stack as well as we will have a well defined control over the integrations.
    Since the application requires high sclability and high transactions support, wanted to choose Weblogic Enterprise manager instead of oracle AS. In this context i have following quoestions
    1. Will the Oracle Portal+Oracle Discoverer+Portlets(PLSQL, JAVA) can be ported onto WEBLOGIC Enterprise manager server?
    2. What is the feature of OracleASOC4J?
    Request to respond on this as quicly as possible
    Advance Thanks,
    Sreedhar

    In a RAC environment database control runs by default on a master mode,when this node goes down,EM does the same. There's a comprehensive article on metalink how to handle this:
    How to manage DB Control 10.2 for RAC Database with emca
    Doc ID: 395162.1
    Werner

  • Problem In Enterprise manager with Oracle 10g AS 10.1.3.1.0

    dear all,
    I installed Oracle Application server 10g (10.1.3.1.0) on REDHAT Enterprise Linux 4 AS Update 4, so evrything done throu installation , but after installing when i try to open EM with browser http://localhost:7778/em not working and appear mesage (The Request URL/em was not found on this server) so i tried with ip-addressand with FQDN but not working, opmnctl service all running successfuy !!! (OC4J ,HTTP all working done - i made restat to all opmn services and the same result!!!!)
    how can i solve this problem????
    Thanks

    Thanks Dear Jacco,
    but i installed only OC4j and HTTP components , so control is working opmnctl working every think and components working good , but the strange in this case when i tried to fine emctl file but its not found !!!! (emctl start iasconsole) in this version of Oracle 10g AS .
    what u think?

  • Using dcmctl and enterprise manager with OracleAS 10.1.2.0.2

    Hi
    I know that in OracleAS 9.0.2 there were problems when you tried to use dcmctl and Enterprise Manager at the same time. Does OracleAS 10.1.2.0.2 has the same problem.

    hello,
    somewhere (i really don't remember where, but it was in the oracle documentation) i'm sure i read that already in 9.0.4 you could use dcmctl when enterprise manager was up. but i've never experienced it and i prefer not to try!!!
    fabrizio

  • Any best practice for Key Management with Oracle Obfuscation?

    Hi,
    I was wondering if anyone is aware if there are any best practices regarding key management when using Oracle's DBMS_OBFUSCATION_TOOLKIT? I'm particularly interested in how we can protect the encryption/decryption key that we would use.
    Thanks,
    Jim

    Oracle offers this document, which includes a strategy for what you're after:
    http://download-west.oracle.com/docs/cd/B13789_01/network.101/b10773/apdvncrp.htm#1006234
    -Chuck

  • Integrating Web Services Manager with Oracle Portal and SSO

    Hi,
    I wanted to throw this out there and make sure I was on the right track and also if somebody can point me to some resources online that might help. Basically, we have OWSM acting as a Gateway securing some web services. Oracle Portal is integrated w/ Oracle SSO (as well as using OID). What is the best way to pass the credentials to the OWSM from the Portal for authentication purposes? I believe using SAML voucher token is the way to go, but I'm not positive. Has anybody done this before and if so, what methodology did you use? I'm assuming since using SSO, we don't necessary want to also pass in the password.
    Thanks,
    Nathan

    I have noticed that nobody has same kind of situation and this is not intresting question. Still we have same problem and I have heard many oracle employee saing that this behaviour is wanted situation. In our kind of virtual host enviroment it would be nice to choose behaviour of Single-sign-on server and I request oracle support to find out ways to enable this option... I would be pleased if some oracle development would say opinion about this mater. Waiting for ideas.

  • Oracle Access Manager 11g r2 with Oracle Entitlement Server 11g r2

    Hello,
    I would like to set up a configuration with Oracle Access Manager 11g r2 where Authentication is against Active Directory, and Authorisation is against Oracle internet Directory
    Access Manager has to get authorizations from Oracle internet Directory via Oracle Entitlement Server
    I cant find any document describing how to integrate Oracle Access Manager with Oracle Entitlement Server
    could any one help ?
    Regards

    Hi all,
    I am facing some issue with the distribution of the policy in the security module of OES.
    The "application" distribution tab allows me to distribute the policy created but does not generate any distribution ID or address for webservice access.
    I am using OES 11.1.5
    Thanks in advance.

  • Oracle inventory location Help

    I am facing some issues with oracle inventory locatoin on a 2 node rac setup. The ORACLE_BASE in my .bash_profile is pointing to /u01/ mount point - which is a NFS mounted volume. clusterware installation went sucesful and now when i am trying to install 11g - it says, oracle inventory can not be on a shared volume and quits the installation.
    My oracle home directory is \home\oracle\.
    system has three mounted directories: /u01/ - /u02/ - /u03/.
    /u01/app/oracle/crs - clusterware
    /u01/app/oracle/product/11g/ - plan on installaing oracle 11g
    /etc/oraInst.log - has the inventory location.
    can somebody please suggest - what options do i have here? any input will be greatly appreciated.
    many thanks,
    shilpa

    Oracle Inventory can not store on Share location.
    http://kevinclosson.wordpress.com/2007/07/19/oracle11g-oracle-inventory-on-shared-storage-dont-bother-trying-to-install-11g-rac-that-way/

  • Error in creating lot in oracle Inventory

    Hi,
    I am trying to create a lot in oracle inventory for an item. But when i try to create lot, I am getting following error.
    "Approval engine for transaction type oracle.apps.inv.lotCreate has failed with following error: ORA 20001 No rules are applicable to this transaction. At least one rule should be must apply to this transaction when value of attribute AT_LEAST_ONE_RULE_MUST_APPLY is true. Change approaval setup and retry. In Package EDR_PSIG_RULE procedure PSIG_RULE".
    I want to set value of attribute AT_LEAST_ONE_RULE_MUST_APPLY to false. Where can i do this?
    I have tried to do this with Oracle Inventory--->Setup : Transaction -----> Types.
    However i cant find oracle.apps.inv.lotCreate transaction type.
    Any pointer regarding the issue will be highly appreciated.
    Thanks,
    Rohit.

    I want to set value of attribute AT_LEAST_ONE_RULE_MUST_APPLY to false. Where can i do this? The steps are outlined in the following note:
    Note: 753003.1 - ORA-20001 Notification Error When Trying To Approve A Service Contract
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=753003.1

  • Linking Order Management with inventory

    Hi
    I am new to Oracle Apps as i am working on Data warhousing front.
    I have a requirement in Data warehouse to relate the Order management tables with Inventory tables.
    I need to know whether there is any possibility on source side to join these 2.
    My source system is oracle Apps.
    I nned to know whether i can able to link these subject areas in Oracle Apps.
    please let me know if you have solution for this.
    Thnx in advance,
    Soma

    Hi Amr,
    You would have attached the "Allocation class" for that item right. Please check the Parameter for the particular "Allocation Class" where you would have mentioned "TYPE = AUTOMATIC". Upto my knowledge thats the issue in your case.
    Razzy.
    One request to you Amr.
    Can you share Setup and Flow of "Oracle Purchasing and OPM Quality" integration with me. Beacuse i am facing problem from the scratch and i am thinking to setup "Oracle Quality" for the Receiving inspection in Oracle Purchasing. Is it right?
    Please advice me with your experience in this Regard.
    Razzy

Maybe you are looking for

  • Acrobat 9.1  Mac How do you change from Radio buttons to Check boxes?

    I have a DMV Form I Downloaded and had to convert to PS then back to PDF (written originally on PC Acrobat was in XML format). So on new form, I am able to add fields. I used the the Forms manager to automatically create the fields. Fields that were

  • Transparent connections through HTTP proxies

    Hi All, I am trying to connect to internet through java application. In my application I had an object for example SomeObject obj = new SomeObject("url"); which internally connects to the web application on internet. When I run this application I am

  • 8.8 Limited Financial User - missing functionality .... COPY TO

    Similar to the referenced issue below, a limited financial user cannot use the 'copy to' feature from a AP Purchase Order to an AP Invoice; it is simply grayed out.  We are on version 8.8 (8.80.230) SP:00 PL:12. Unfortunately, there are no 'price lis

  • Desktop App

    Love the concept of a desktop app. Working in the cloud is currently terrible in Australia. Connections fluctuate wildly from 3Mbps to 16Mbps over any given days. When at our current max (16Mbps) working in cloud is reasonable. Other wise hopeless.An

  • Send e-mail notification if "Assigned to" field is empty

    SCSM 2012 SP1. I need to send e-mail notification to a distribution list if somebody creates an incident with empty "Assigned to" field. It could happen when an user sends new service request using self-service portal, incoming e-mail is processed, o