Release Strategies - Integration with users

Hi All
How to integrate users with release strategies for a PO?
i.e., I have 3 Level release strategy and 3 users(Purchase executive, Purchase Manager, Finance Manager)
Regards
Jagadish

Hi
You need to assign the Rlease codes to the users, in the authorisation profiles.
In the role for authprization of transaction ME28, you have the authorisation object , in which you assign the release codes to the user
please take help of basis consultant in role creation
Thanks & Regards
Kishore

Similar Messages

  • OIM 10g Event Handler : Integrated with User Groups.User Members

    I have created custom event handler and integrated it with User Groups.User Members data object.
    here is my code od event handler class:
    public class GroupEventHandler extends tcBaseEvent {
         public GroupEventHandler() {
              this.setEventName("Event Handler Sample");
         protected void implementation() throws Exception {
              System.out.println("============@@@@@@@@ IN EVENT HANDLER ");
              try
              String groupKey = this.getDataObject().getString("Groups.Key");
              writeToFile(groupKey);
              catch (Exception e)
                   e.printStackTrace();
    But I am getting this exception :
    ERROR [ACTIVE] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)' XELLERATE.SERVER - Class/Method: tcTableDataObj/getString encounter some problems: Column 'GROUPS.KEY' not found
    com.thortech.xl.dataaccess.tcDataSetException: Column 'GROUPS.KEY' not found
         at com.thortech.xl.dataaccess.tcDataSet.getColumnIndex(Unknown Source)
         at com.thortech.xl.dataaccess.tcDataSet.getString(Unknown Source)
         at com.thortech.xl.dataobj.tcTableDataObj.getString(Unknown Source)
         at oim.GroupEventHandler.implementation(GroupEventHandler.java:19)
         at com.thortech.xl.client.events.tcBaseEvent.run(Unknown Source)
         at com.thortech.xl.dataobj.tcDataObj.runEvent(Unknown Source)
         at com.thortech.xl.dataobj.tcDataObj.eventPostInsert(Unknown Source)
         at com.thortech.xl.dataobj.tcUSG.eventPostInsert(Unknown Source)
         at com.thortech.xl.dataobj.tcDataObj.insert(Unknown Source)
         at com.thortech.xl.dataobj.tcDataObj.save(Unknown Source)
         at com.thortech.xl.dataobj.tcTableDataObj.save(Unknown Source)
         at com.thortech.xl.ejb.beansimpl.tcGroupOperationsBean.addMemberUsers(Unknown Source)
         at com.thortech.xl.ejb.beans.tcGroupOperationsSession.addMemberUsers(Unknown Source)
         at com.thortech.xl.ejb.beans.tcGroupOperations_ejm77u_EOImpl.addMemberUsers(tcGroupOperations_ejm77u_EOImpl.java:1671)
         at Thor.API.Operations.tcGroupOperationsClient.addMemberUsers(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at Thor.API.Base.SecurityInvocationHandler$1.run(Unknown Source)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.security.Security.runAs(Security.java:41)
         at Thor.API.Security.LoginHandler.weblogicLoginSession.runAs(Unknown Source)
         at Thor.API.Base.SecurityInvocationHandler.invoke(Unknown Source)
         at $Proxy66.addMemberUsers(Unknown Source)
         at com.thortech.xl.webclient.actions.UserGroupMembersAction.assignMemberUsers(Unknown Source)
         at com.thortech.xl.webclient.actions.UserGroupMembersAction.assignGroupMembers(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.apache.struts.actions.DispatchAction.dispatchMethod(DispatchAction.java:280)
         at com.thortech.xl.webclient.actions.tcLookupDispatchAction.execute(Unknown Source)
         at com.thortech.xl.webclient.actions.tcActionBase.execute(Unknown Source)
         at com.thortech.xl.webclient.actions.tcAction.execute(Unknown Source)
         at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
         at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
         at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at com.thortech.xl.webclient.security.SecurityFilter.doFilter(Unknown Source)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3592)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2202)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2108)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1432)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)

    Anyone have idea about why "Groups.Key" not found exception thrown here..
    I have assigned this event handler at postinsert event of User Groups.User Members Data Object.

  • PO release strategies with Contract

    Hi,
    implementing a PO release strategy (SAP-MM module)I need to consider the case in which a PO is assigned to a Contract.
    If so, different release strategies should be selected according to the PO value.
    Possible cases:
    S0-strategy 0: Contract does not exist, PO value>=0eur
    S1-strategy 1: Contract exists, PO value>=100eur
    S2-strategy 2: Contract exists, PO value>=200eur
    Is someone aware if it is possible to activate such release strategy without defining manually in the characteristic for CEKKO-KONNR field all possible contract single values (entire range)?
    Thanks a lot for helping!
    Regards,
    Elisabetta Rizza
    Please contact me at following mail addresses:
    [email protected]
    [email protected]
    Hi Elisabetta,
    I've moved this here because it is a more appropriate thread.  BPX is the place for discussing the role of the buisness process expert.  This is a MM question
    Message was edited by: Marilyn Pratt

    Dear Amit,
    Requirement: If GR posting date exceeded 45 days than delivery date set in PO, then delivery date in PO has to be changed to current system date and at the same time New Release Strategy (B1) has to be triggered with one release code (02) automatically.
    So in that case the values in Release Strategy (A1) and (B1) would remain same,,, as you suggested we will assign the value 01 u2013 USRC1 to Rel Strategy (A1) and 02 u2013 USRC1 to Rel Strategy (B1) and the same we will try to incorporate in the coding of Exit u2018'M06E0004'
    We will check the process and confirm the same.
    Thanks for your suggestion.
    regards,
    Urendra Kumar

  • Error in User integration with SRM

    Hi Everyone,
    We are using SRM5.0 and Classic Scenario. We have a issue with user integration.
    One user for whom i am trying to integrate into SRM system but it is not integrating properly.
    In USERS_GEN, I am getting error as ' Assignment : Business partner person to the user is not unique'.
    And in PPOSA_BBP , when i try to see the user organizational assignment, i could see that the assignment is properly done.
    But the BP of the user is missing. Only CP and the user ID is avaiable without BP number.
    And in the details of the position (for this user), there is a error 'Attribute check for (position name) failed'.
    I could see that all the attributes are maintained correctly and also i tried replicating the HR data again by PFAL, but nothing succeeds.
    Please provide some suggestions of how it can be solved.
    Rgds
    Siva

    Hi,
    You can correct the users by deleting the assignments of the users in transaction PPOMA_BBP and then adding assignments of the users again.
    For this purpose, position the cursor on the business partner of the user, select the context menu with the right mouse button and choose 'Delete -> Assignment'. Note the business partner number and then assign the business partner to the position again. Restart transaction
    USERS_GEN to check.
    Please check these notes to further information:
    419423 Repairing incorrect EBP users
    502564 Correcting incorrect users
    501797 Check all EBP users
    If unassign and reassign is not working (Drag&Drop), please check this note:
    1024258 HRALX: PPOME Drag&Drop: BP-BP relationships not deleted
    If HRALXSYNC is not working, and you check that link between O-BP and CP-BP is broken, please check if these notes are applied in the ECC side:
    1174064  HRALXSYNC: No repair if BP-integration i
    1168104  HRALXSYNC: No repair if BP-integration i
    845002  HRALX: HRALXSYNC performance           
    I hope this helps.
    Cheers,
    Rafael Rhoden

  • Get error while Integrating with Oracle's Enterprise User Security

    Hi,
    I am trying to create an Oracle Enterprise User integrating with OVD and MS Active Directory.
    I am following all the steps in Integrating with Oracle's Enterprise User Security.
    In the documentation section: "Configuring Oracle Virtual Directory for the Integration"
    I have applied the steps successfully until:
    Update and load the entries into the Local Store Adapters by performing the following steps:
    I have successfully extended the Oracle Virtual Directory schema with the loadOVD.ldif
    However I am getting errors in the next step: Update realmRoot.ldif to use your namespaces
    The next step states the following:
    Update realmRoot.ldif to use your namespaces, including the dn, dc, o, orclsubscriberfullname,
    and memberurl attributes in the file. If you have a DN mapping between Active Directory and
    Oracle Virtual Directory, use the DN that you see from Oracle Virtual Directory.
    The realmRoot.ldif file is located in ORACLE_VIRTUAL_DIRECTORY_HOME/eus,
    where ORACLE_VIRTUAL_DIRECTORY_HOME represents the location where Oracle Virtual Directory is installed.
    The realmRoot.ldif file contains core entries in the directory namespace that Enterprise User Security queries. The realmRoot.ldif file also contains the dynamic group that contains the registered Enterprise User Security databases to allow secured access to sensitive Enterprise User Security related attributes, like the user's Enterprise User Security hashed password attribute.
    Load your domain root information in the realmRoot.ldif file into Oracle Virtual Directory using the following command:
    ldapmodify -h Oracle_Virtual_Directory_Host –p OVD_Port -D cn=admin -w Admin_Password -v -a –f realmRoot.ldif
    When I run the ldapmodify command I get the following error:
    add dc:
    testldap
    add objectclass:
    top
    domain
    domainDNS
    adding new entry DC=testldap,DC=local
    ldap_add: Operations error
    ldap_add: additional info: LDAP Error 1 : null
    The actual realmRoot.ldif looks like this:
    # Please uncomment the following one line if you are importing this
    # LDIF file via OVD Manager or OVD Server's ldapmodify tool.
    #version: 1
    #dn: dc=com
    #dc: com
    #objectclass: domain
    dn: DC=testldap,DC=local
    changetype: add
    dc: testldap
    #o: subarashii
    objectclass: top
    objectclass: domain
    objectclass: domainDNS
    #objectclass: orclSubscriber
    #orclsubscriberfullname: subarashii
    #orclVersion: 90400
    # If your domain structure has more layers than dc=subarashii,dc=com,
    # for example, it's dc=us,dc=subarashii,dc=com, you will need to load
    # the following ldif entry/entries too.
    # Uncomment out the following, if required.
    #dn: dc=us,dc=subarashii,dc=com
    #orclversion: 90400
    #orclsubscriberfullname: us
    #objectclass: domain
    #objectclass: top
    #objectclass: orclSubscriber
    #dc: us
    # Adding EUSDBGroup entry
    # Modify the memberurl attribute and replace it with your own domain name
    #dn: cn=EUSDBGROUP,dc=subarashii,dc=com
    #cn: EUSDBGROUP
    #memberurl:ldap:///dc=subarashii,dc=com??sub?(&(objectclass=orclService)(objectclass=orclDBServer))
    #objectclass:groupofuniquenames
    #objectclass:groupofurls
    #objectclass:top

    Did you ever get your questions answered about the realmRoot.ldif file? Did you manage to configure a successful integration of OVD with EUS? I am battling with trying to get Oracle Virtual Directory integrated with Enterprise User Security, but every step I take in Chapter 7 of the OVD manual fails in some way, and the instructions are often vague. I am not sure how to modify the realmRoot.ldif file. Is there any improved documentation on this? I have logged a Service Request, but not getting any help. Any resources or documentation you know of that provides better guidance would be much appreciated. I am way behind my schedule now and this is a very frustrating exercise.
    Thanks.

  • Oracle BI Publisher 10x/11x Integration with Siebel CRM 8.2 Release

    Hello Gurus,
    We are in the process of implementing Siebel (8.2) Public Sector for one of our client and in term s of reporting we have decided to use latest version of OBIEE and BI Publisher and thus decided to go ahead with implementing BI Apps 7.9.6.3 combined package of (OBIEE 11.1.1.6, BI Publisher, Informatica 9.x, DAC 10.1.3.4.1 with hot fix).
    There is My Oracle Support (MOS) article # 1172844.1 (titled ‘Supporting Documentation for Siebel Reports by Product Version’) which explains that Oracle BI Publisher 10.1.3.4.2 version supports Siebel CRM release 8.2.
    Due to the limitations of the Oracle BI Publisher usage as per the Oracle support documentation, we need to make use of OBIEE 10g version for BI Publisher for integrating with Siebel 8.2 release and we need to also use OBIEE 11g for the main reporting and henceforth we end up maintaining 2 servers for reporting in our environment.
    Does Oracle BI Publisher 11.1.1.5 or 11.1.1.6 version cannot be integrated with Siebel 8.2? Is this not supported version with Seibel 8.2 version?
    Oracle BI Publisher architecture in 10g is different when compared to OBIEE 11g version and does it make any impact if we go ahead with 2 different versions pointing to pull the data from the OLTP source ( Siebel) ?
    I am looking out for exact approach to be followed for reporting requirements for this kind of scenario ?
    Help me with your inputs and suggestions on this.
    Thanks
    Praveen

    hi Praveen,
    Did you got any answer for this?
    Cheers,
    J

  • Purchase requisition : problem with check release Strategies

    Hi all,
    i created a new class, new release group, new release codes etc. I think all is ok but when i launch the transaction OMGQCK for check release Strategies the system give me an error in node 'Check re release indicators' : Define a release indicator for the status "released".
    But how can i do that, i created two release indicator : 'X' for blocked and 'V' for launched but what are the options for purchase requisition ?
    Is there a special value to give the release indicator 'released' ?
    Thanks for your help.
    Edited by: ToraTora on Mar 31, 2011 5:46 PM

    Hi,
    Goto SPRO -> Materials Management -> Purchasing -> Purchase Requisition -> Release Procedure -> Procedure with classification -> Setup Procedure with Classification
    select release indicator
    by default, you will be having the following release indicators in the system,
    1     Request for quotation
    2     RFQ/purchase order
    3     RFQ/PO no change of date
    4     RFQ/PO no changes
    A     Fixed RFQ
    B     Fixed RFQ/purchase order
    X     Blocked
    please check whether you have got these or else create and then assign them to the release strategies.

  • User license query while integrating with SAP HR system

    One of our clients wants to develop  web based employee self service applications (web enabled modules) on their existing SAP HR suite.
    Currently they are on SAP HR , ECC 5.0
    Would they need to buy extra licenses for integration with the existing system or can the existing licenses be used concurrently?
    I am not sure where to look for this piece of information. In case this question is inappropriate to this forum my apologies for the same.
    Best Regards
    Yuvaraj

    Yuvaraj,
    The best thing would be for your client to contact their SAP account representative and check how many and what type of users their existing licensing agreement with SAP includes.
    Best Regards,
    Alexandra

  • How to delete users in CMC BO integrated with SAP BW

    hello experts,
    i am using bo 4.1 , i want to delete users in CMC which is integrated with SAP BW role import.
    i am deleting manually but after BW connection refresh again users is coming in to CMC.
    please tell me any alternate way to delete users
    thanks,
    naresh.

    Hi,
    You cannot delete the users if they are integrated with SAP BW role import.
    However if you remove all the roles that the users is/are member of then the user will be removed automatically in next update but by doing so it will remove all other users part of those groups that you are not interested in also.
    may i know why are you looking to delete users ?
    If you delete manually then all the personal folders will be vanished and even if your user comes back in the next update you will not be able to recover the personal folders.
    Thanks,
    Tanveer.

  • Bi Publisher integration with SSO when users are in separate containers

    Hi,
    We have bi publisher 10.1.3.4 installed and setup to run with oas 10.1.3.3. Bi publisher as such works fine.
    We need to get it integrated with sso and for that we have followed the steps in the bipub admin&ddeveloper guide, security model section:
    http://download.oracle.com/docs/cd/E12844_01/doc/bip.1013/e12188/T421739T475591.htm#T434695
    In our oid users are devided to 3 containers:
    l=emea,dc=oracle,dc=com
    l=amer,dc=oracle,dc=com
    l=apac,dc=oracle,dc=com
    If the "Distinguished Name for Users" in bi security configuration it set to e.g.
    l=emea,dc=oracle,dc=com
    and the admin user is created in the same container l=emea then login works fine for all users in l=emea container. They can login fine and they have the privileges defined in XMLP groups.
    However this means any user in l=apac or l=amer container cannot login.
    I've therefore created new admin user cn=bipadmin,dc=oracle,dc=com and change the user search base to be dc=oracle,dc=com. Now as the admin bipadmin user I can login fine and have the privileges as defined in XMLP groups.
    Actual end users are in the l=emea, l=amer,l=apac containers and with the end users I can still login but the privileges are missing. So e.g. I can login as cn=xx.yy,l=emea,dc=oracle,dc=com or cn=aa.bb,l=amer,dc=oracle,dc=com but even though I've granted those users admin privileges the admin tab is not visible.
    Distinguished name for groups has not changed. It has been the same all the time and the XMLP groups exists there:
    cn=cappbb,cn=aitsys,cn=Groups,dc=oracle,dc=com.
    But it seems if User search base is changed to higher level than where the users actually are the privileges are no longer found.
    Is Bi Publisher supposed to search for users only from the container which is defined in the "Distinguished Name for Users" (in this case dc=oracle,dc=com) or is bi publisher supposed to search the users from all the subgroups also under the "Distinguished Name for Users" path?
    If anyone has hit the same issue and has fond resolution please let me know.
    Thanks!
    Nina

    Hi Nina,
    User privileges will work fine even though the user search base is pointing at the higher level...
    In my application I have defined the User search base as,
    Distinguished Name for Users : O=ABC
    And my users are under, 1. ABC---> Users ---> US ---> and 2. ABC ---> Vendors...
    All users could you able to login along with their privileges...
    But in your case, i would want you to recheck,the users group/role mapping...
    Also check, if not admin role could you able to atleast import other groups/roles mapped to the user when you login...
    I mean any functional roles (other than XMLP*) mapped to the users are imported...
    thanks..
    regards,
    dmaze

  • PR Release with user decision

    Hi Experts,
                       I have done PR Release WorkFlow and it is working fine and i am also using RSWUWFML2 program to send the workitem to external mail so that on clicking the shortcut it takes to the release screen. But they further need an enhancement of only button (like user decision ).
    How can i replace PR release screen with user decision step type . In user decision i am not able to pass release code in standard activity.
    1) Release
    2) cancel
    3) Reset
    Regards,
    Hari

    If I'm right, you are trying to replace the approval activity with a std decision step. If yes, then there is no need to pass on the release code to this decision step, the rel code is passed on to the WF as std, now once the user clicks on approve, the approve branch will become effective now add a bck grd activity to release the PR using std FM's. similarly apply for the other branches.
    Regards, IA

  • Problems with the Losing Release Strategies Approvals in PO.

    Hi Experts,
    We're using the BBP_WFL_APPROV_BADI for Purchase Orders (WS14000145) the source code of BADI works fine.
    I can define all the approvers as source code.
    I'm  making  any text modification in the PO with status Awaiting Approval. This works fine, but I have a problems when i make the modification in the PO  ( Document Approved ) with status  ordered  or Error in Process , if I make the simple modification   (explo. text modification) the release strategie is re-starting again, losing all the approvers and approvalls. We need that modification not start the release strategy again.
    The re-start should be make only for values modifications (Price, Quantity).
    There is other problem with approvals preview too, the approval's preview with the ordering of approvals dissapears. When
    I make the same modification in PO with  ordered status.
    Thanks

    Hi Masa, How are you?
    I check the table BBPD_COMP_FIELDS but i didnt understand anything...I need to make tho desactivate the re-start of release strategies..WHen I make a smple modification in the PO ( for explo text documents).
    I my process now..if I make the modification in the PO with status orderer ( any modification) the system re-start the approvals levels...I need re-start only for value modifications...Could you help me?
    Thanks,
    Gustavo Nogueira

  • User manual SAP integration with BO

    Hi
    Can i get user manual with SAP-BI with BO
    for web intelligence
    query as web servive
    xcelsius
    voyager
    crystal reports?
    authorizations

    Hi Suneel,
    you can download all documentation from help.sap.com and you can take a look here from a TechEd Session:
    /people/ingo.hilgefort/blog/2008/11/19/businessobjects-integration-with-sap-netweaver-bi--technical-material
    Ingo

  • User authentication when OBIEE is integrated with EBS

    Hello guys
    I have a conceptual question about how OBIEE authentication is performed in an integrated environment with EBS? If the goal is to have users access to OBIEE based on their roles given in EBS, what kind of authentication is it needed for such implementation?
    Do I import users and group from EBS database or LDAP server (if its available)? what kind of session variable and ini block is created if I want to do data level secuirty based on user groups?
    Please give some basic idea and guidelines on topic
    Thank you very much

    hi,
    the final solution must face and fill your needs....
    Bi suite has 3 ways of making-having user-groups...
    1.manual
    2.ldap
    3.from external database
    If the goal is to have users access to OBIEE based on their roles given in EBS, what kind of authentication is it needed for such implementation?
    -->match the roles from EBS to your liked in OBIEE
    check and this,
    http://it.toolbox.com/blogs/eye-on-obi/oracle-bi-applications-obiee-security-integration-with-oracle-ebusiness-suite-17246
    hope i helped....
    http://greekoraclebi.blogspot.com/
    ///////////////////////////////////////

  • Tighter Integration with Active Directory User Groups

    I just wrapped up a Jabber deployment with IM&P 9.1(1) and J4W clients 9.1(3).
    The customer asked me if it is on Cisco's roadmap to allow groups in Active Directory to be pulled into the Jabber client.  The primary business case is to allow those in IT to send out IM blasts to the corporation or certain departments.
    Obviously, this would require a significant amount of development and a much tighter integration with Active Directory, but I need to ask anyway.
    Has something like this been identified and placed on any roadmap?
    Thanks,
    Matthew Berry

    Unfortunately this kind of questions cannot be addressed here, roadmap questions need to go thru official channels for an answer.
    You need to reach your SE/AM for this question.
    HTH
    java
    if this helps, please rate
    www.cisco.com/go/pdihelpdesk

Maybe you are looking for

  • Returning Warranty Parts

    Hi, How we process parts return to vendor  in DBM warranty Claim Process. We need to send back to these materail refeening Warranty/ DBM order. Chidambaram

  • Embed a font in one SWF use in another?

    Long version: I've got a "player" app that I've built that shows content from various XML files. I have certain common fonts embedded in it (Verdana, Arial, Times, etc.) that it uses to display text. Now, I've got a client with a special symbol font

  • Best method to access archived data

    We are archiving off General Ledger data from JRNL_LN and JRNL_HEADER from our production system to a reporting environment. The customer wants to have a content reference that will allow them to read the archived journal data in the other environmen

  • Clearing out the Cache

    I have been working on a huge project where I needed to export everything to the client from XDCam EX1 to a Standard Def 16x9 timecoded stock demo reel. Now my computer is saying it is running low on space on the C: drive when the project is not on t

  • CMP Bean's  Field Mapping with oracle unicode Datatypes

    Hi, I have CMP which mapps to RDBMS table and table has some Unicode datatype such as NVARCHAR NCAR now i was woundering how OC4J/ oracle EJB container handles queries with Unicode datatypes. What i have to do in order to properly develope and deploy