How to set royalties in Oracle

Hello people - I had a case that wanted to run by y'all and get some feedback.
See, my company manufactures devices which require to pay for royalties to vendors at the moment the SO gets shipped out. They way they do it now is a bit complicated and it's done on a non-Oracle platform. They have set up BOMs for BUY items, and one component is the royalty fee. So Royalties are set as items and are components of a buy item. Royalties are then "received" into inventory in large quantities as vendor consignment, so company's inventory doesnt get inflated.
Next, once a demand goes against the BUY item, a PO gets issued. Then, there is a custom program that runs periodically and reads all the POs for these type of items due within the next 7 days. Any royalties found by the custom program are then "purchased" from consigned inventory into accounted inventory. Right then, we can pay vendor for the license/royalty. Once the BUY item is received, we do a miscellaneous transaction to adjust out the royalty On Hand. To pay for the royalty, there is a royalty report that is manually run.
My question here is, if there is a better way to do this, and/or even automate the payment of royalty to vendors once the product is ship-confirmed?
Thanks in advance.
CC

Hi,
If your logo image file is in public_html/images folder for example, then you can set the logoImagePath as follows:
<f:attribute name="logoImagePath" value="/images/yourLogo.png"/>Pino

Similar Messages

  • How to set commandtimeout for oracle client

    Hi ,
    does anybody have an idea how to set the command timeout for ODP or MS managed oracle client for oracle.
    This property does not seem to be supported . Although there is property exposed for command time out it does not work for odp and for MS oracleclient it is not present at all. Could anyone provide a workaround for it.
    Thanks in advance.
    Rahmatullah

    You're looking for the VirtualBox forums. https://forums.virtualbox.org/
    This forum is for discussion of Oracle VM Server.

  • How to set code base Oracle JSP?

    How to set code base for a Java Stored Procedure, in Jserve?
    Thanx.

    There isn't a "code base" for java stored procedures ... that's an applet's issue.
    for more details about java stored procedures
    review teh java dev. guide and java stored proc guide located at :
    OTN FORUM ENTRY --> Oracle 8.1.7 Java Online Documentation
    http://technet.oracle.com:89/ubb/Forum18/HTML/001567.html
    null

  • How to set connection between oracle forms and DB?

    I have installed win xp,
    oracle database 10g in c drive ,
    oracle forms and reports 10g in d drive ,
    how do i set the connection between forms and DB ?
    i know its an old question but i am very new to this !
    thanks in advance.

    You didn't mention the versions or whether you are using Developer Suite or Application Server. I guess it really doesn't matter in this case, but please provide complete information in the future.
    In order to connect the F/R home to a db you will need to make the appropriate configuration entries in tnsnames.ora found in the F/R home (\NETWORK\ADMIN). The entry you add will be similar to the one found in the tnsnames.ora for the db which is found in a similar directory in the db home. The entry will look something like this:
    ORCL =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = TCP)(HOST = myMachine)(PORT = 1521))
        (CONNECT_DATA =
          (SERVICE_NAME = myMachine)
      )

  • How to set BI in Oracle

    Hi to all,
    We are desired that placing BI reports with in ORACLE With out use of BI Administrator tool.. How it's possible we want to change any settings over the server.. If so what type of modifications we want to made for that...
    Thanks & Regards,
    R.Gobinath

    Hi,
    If your logo image file is in public_html/images folder for example, then you can set the logoImagePath as follows:
    <f:attribute name="logoImagePath" value="/images/yourLogo.png"/>Pino

  • Setting Date in ORACLE Server.

    Hi All,
    How to set date for ORACLE server. I.e usually we set the date for system in the system properties or go to control panel and set it in DATE & Time section on a windows PC. But during various circumstatnces i am not given permission to do it and every time i need to do this. Is there a way to achieve this without touching the server date & time. So that when ever i use SYSDATE that will return the date which i have set.
    Note - I have already gone through FIXED_DATE built in available in ORACLE.
    Would like to know other possibilities for achieving my requirement.
    Thanks in advance.

    Sanju P Ommen wrote:
    Hi
    Changing the init.ora >> NLS_DATE_FORMAT="DD-MM-YYYY" would do the needful.
    Edited by: Sanju P Ommen on Feb 11, 2010 4:07 AMThat does NOT change the date. It only changes the default format by which date values are returned to users.

  • How to set event trace in 10g

    Hi,
    How to set event in oracle 10g, its 11i apps.
    Support says that we have to set
    To help confirm the analysis if related to\bug can you put in an errorstack forever
    on 1426 and 6502.
    eg: event="1426 trace name errorstack forever, level 3"
    event="6502 trace name errorstack forever, level 3"
    Also immediately after the error see if you can run below statement:"
    Do i need set this event parameters in init.SID.ora, Please let me know

    Danny,
    It depends on the level of trace you want to enable. Also, please note you can set the same at the session level, so it depends on what issue you have. If this is a database generic issue, then set it in the init.ora file and bounce the database. If it is a client/session issue, set it at the session level -- See Note: 218105.1
    Since the support suggested something specific, then just follow their suggestion.
    Regards,
    Hussein

  • HOW TO SET AN OAS9i in Windows98

    Hi Techies:
    I am newbie to OAS9i and would like someone to tell/provide me with documentation as to how to set the the Oracle Application Server 9i configurable in Windows 98 to enable me to deploy my EJB's and other services of J2EE successfully.
    Looking for some sort of documentation support.
    Thanking you.
    Mail me the documentation at [email protected]
    Regards
    Ritesh

    Ask siri... "Wake me up at 7:00 am."
    Press and hold the home button at activate Siri and say the above phrase.
    You can view/edit this. Open the "Clock" app and click on Alarm, second tab from the left. You'll see the alarm with the on/off ticker on ON (green). Press Edit to delete/edit the alarm. Set a Repeat if you want to have to go off every * days. And you get to choose what would be the sound that it uses. Personally I have it to play one of my songs from my music library. Also have the Snooze on so that I can just tap the screen to give me a 10 minute snooze.
    KOT

  • How to set or change character set for Oracle 10 XE

    Installing via RPM on Linux.
    I need to have my database set to use UTF8 and WE8ISO8859P15 as the character set and national character set. (Think those are in the right order. If not, it's the opposite.)
    If I do a standard "yum localinstall rpm-file-name," it installs Oracle. I then run the "/etc/init.d/oracle-xe configure" command to set my ports.
    Every time I do this, I end up with AL32/AL16 character sets.
    I finally hardcoded ISO-8859-15 as the Linux 'locale' character set and set this in the various bash profile config files. Now, I end up with WE8MSWIN1252 as the character set and AL16UTF16 as the national character set.
    I've tried editing the createdb.sh script to hard code the character set types and then copied that file over the original while the RPM is still installing. I've tried editing the nls_lang.sh script to hard code the settings there and copied over the original shell script while the RPM is still installing.
    Doesn't matter.
    HOW can I do this? If I wait until after the RPM is installed and try running the createdb.sh file, then it ends up creating a database but not doing everything properly. I end up missing pfiles or spfiles. Various errors crop up.
    If I try to change them from the sql command line, I am told that the new character set must be a superset of the old one. It fails.
    I'm new to Oracle, so I'm treading water that's uncharted. In short, I need community help. It's important to the app I'm running and attempting to migrate from to maintain these character sets.
    Thanks.

    I don't think you can change Oracle XE character set. When downloading Oracle XE you must choose to download:
    - either the Universal Edition using AL32UTF8
    - or the Western Euopean Edition using WE8MSWIN1252.
    See http://download.oracle.com/docs/cd/B25329_01/doc/install.102/b25144/toc.htm#BABJACJJ
    If you really need UTF8 instead of AL32UTF8 you need to use Oracle Standard Edition or Oracle Entreprise Edition:
    these editions allow to select database character set at database creation time which is not really possible with Oracle XE
    Note that changing environment variable NLS_LANG has nothing to do with changing database character set:
    http://download.oracle.com/docs/cd/B25329_01/doc/install.102/b25144/toc.htm#BABBGFIC

  • How to set JDBC Data Sources in Oracle MapViewer for Oracle database 12c Release 1 (12.1.0.1)

    How to set JDBC Data Sources in Oracle MapViewer for Oracle database 12c Release 1 (12.1.0.1)?
    The following is my configuration in the conf\mapViewerConfig.xml:
    <map_data_source name="mvdemo12"
    jdbc_host="127.0.0.1"
    jdbc_sid="orcl12c1"
    jdbc_port="1522"
    jdbc_user="mvdemo"
    jdbc_password="7OVl2rJ+hOYxG5T3vKJQb+hW4NPgy9EN"
    jdbc_mode="thin"
    number_of_mappers="3"
    allow_jdbc_theme_based_foi="true"
    editable="true"/>
    <!--  ****  -->
    But it does not work.
    After use "sqlplus mvdemo/[email protected]:1522/pdborcl", it connected to the Oracle database 12c.
    Does anyone know it?
    Thanks,

    For 11.1.1.7.1 use the syntax for jdbc_sid, i.e.
    //mypdb1.foo.com as described in the README,
    - MapViewer native (non-container) data sources can now use database service name in place of SID. To supply a db service name, you will use the same jdbc_sid attribute, but specify the service name with double slashes in front, such as follows:
      <map_data_source name="myds"
        jdbc_host="foo.com"
        jdbc_sid="//mypdb1.foo.com"
        jdbc_port="1522"
      />
    For 11.1.1.7.0 use a container_ds instead.
    i.e. instead of using
    <map_data_source name="my_12c_test"
                       jdbc_host="mydbinstance"
                       jdbc_sid="pdborcl12c"
                       jdbc_port="1522"
                       jdbc_user="mytestuser"
                       jdbc_password="m2E7T48U3LfRjKwR0YFETQcjNb4gCMLG8/X0KWjO00Q="
                       jdbc_mode="thin"
                       number_of_mappers="6"
                       allow_jdbc_theme_based_foi="false"
                       editable="false"
       />
    use
      <map_data_source name="my_12c_test"
                       container_ds="jdbc/db12c"
                       number_of_mappers="6"
                       allow_jdbc_theme_based_foi="false"
                       editable="false"
       />
    In my case the Glassfish 3.1.2.2 JDBC connection pool definition was
    Property
    url  jdbc:oracle:thin:@mydbinstance:1522/pdborcl12c.rest_of.service.name
    Uncheck the Wrap JDBC Objects option in Advanced panel, i.e. the Edit JDBC Connection Pool Advanced properties page.
    Add a JDBC resource for that newly created pool
    Use that in mapviewerconfig.xml as above

  • How to set the AS2 fileName for outbound Functional Ack 997 auto generated by Oracle B2B

    Hi Friends,
    How to set the AS2 fileName for outbound Functional Ack 997 auto generated by Oracle B2B.
    External Trading Partner is sending the EDI 856 via AS2 URL to our Oracle B2B Server.
    In the inbound 856 agreement, we have checked the option of Funtional Ack and also Functiona Ack handled by B2B is yes.
    We have the outbound agreement which is sending that Functional ack 997 (auto generated by oracle b2b) and we have specified the Outbound AS2 channel of the Partner.
    997 doc is being sent to external partner using AS2 channel, but the filename is generating as '40101'.
    Please can you let me know how to set the AS2 fileName for outbound Functional Ack 997 auto generated by Oracle B2B.
    Appreciate your valuable answers!!
    Thanks,
    Amirineni

    Amirineni,
    AFAIK, there is no option to set the file name when the 997 is generated automatically by B2B.
    Alternatively, if this is a must requirement, you can generate the FA from backend and  send to B2B with MSG_TYPE =9. In this case, you can set the header with filename (How to set the actionname property in B2B 11g)

  • How to set widescreen for the guest OS (Oracle Linux 5) in Oracle VM 4.1.12

    Hi all
    I have got a concert about how to set the guest system(Oracle Linux5) to use widescreen? appreciate whatever you can help!
    Thanks,

    You're looking for the VirtualBox forums. https://forums.virtualbox.org/
    This forum is for discussion of Oracle VM Server.

  • How to set maximum number of jobs in oracle

    Could pls tell explain me about how to set maximum number of jobs in oracle....
    Regd,
    Mahi

    I don't think there is any limit on number of jobs that can be submitted to Oracle. However, there is a limit on the number of processes that would execute those jobs (governed by JOB_QUEUE_PROCESSES).
    Message was edited by:
    Satish Kandi
    Typo corrected.

  • How to set the focus to a first element in oracle apex 3.2.1  and 3.1.2.00

    Hello ,
    I am using oracle apex 3.2.1 in development env. How to set the focus to a first element of a page.
    thanks/mahesh

    Hi,
    This might help
    http://download.oracle.com/docs/cd/E14373_01/appdev.32/e11838/bldr_pgs.htm#CJGJDHCI
    Find "Cursor Focus" from page Display Attributes
    Br,Jari

  • How to set default print orientation in oracle reports 6i?

    Can anyone please help how to set default print orientation of Oracle Reports 6i? Currently document is printed in Portrait orientation, but I need to print it in Landscape orientation. Is this possible?

    It is solved now. Go to Layout Model -> Main Section, Press F4. In the property pallet select the Orientation that is required to be selected when print is taken for that report.

Maybe you are looking for

  • How to print incoming payment receipt !

    Dear all, I am now want to print incoming payment receipt. work-flow is : end-user will use Cash journal (FBCJ) or incoming payment (F-28) to enter incoming payment. during posting and after posted document, they want to print out payment receipt. fr

  • Printing Qty of Batches on Delivery Notes

    <b>Version</b> : SAP 2007A SP0 PL06 <b>Description of Requirements</b> : Printing Qty of Batches on Delivery Notes <b>Valid as of :</b> No legal requirements to date <b>Business needs :</b> When a delivery of an item is filled by multiple batches, it

  • Urgent Little Problem with JApplet

    Hi, i have a little problem, i have an applet that loads on a webpage it contains two textFields and a command button , i want when i click on the button i should open a new page with the values in the two TextFields. Thanks.

  • Hiding the Menu bar

    Hi all Rather an odd question I have but hopefully someone has a solution. We're replacing our PC Training Room with macs and using virtual machines to have the flexibility of xp, vista linux or mac. Created a user called winxp that launches virtual

  • HT4859 iCloud Access

    How do I access the files in the iCloud so that I can see the photos and movies that are there?