Help Needed...Oracle Apps Inventory

Hi,
I am new to this forum. My email id is [email protected]
I need some help in inventory module
1)Mult-org
2)Item Setup
3)All inventory Setups.
Can you guide be so that I could be knowledgable in this module.
Thanks in advance,
sandra

Inventory is an item referential and it also allows stock replenishment.
There is no ‘standard’ flow for using Inventory.
You will find all setup instructions in document that Vinod Subramanian sent to you. I mean : Organization definition, Item definition, Subinventory definition, Stock definition …
Basic steps for item creation :
-     check the pre-requisites (organization must be defined …). You must have at least one master organization (it is your item referential). Item type must exist. You have to define at which level (Master or Organization ) item attributes are defined …
-     Then you create your item in the Master organization.
-     After that, you can assign item to one or several organization
Then, Inventory management depends on the business of your company : do you manage stored items or not; if yes, how do you manage replenishment ? ….
If you need more help, please ask precise questions and you will get all information you need.

Similar Messages

  • Need Help on Oracle Apps

    Hi All,
    I am into development of software since 4 years and currently working as senior software engineer in one of the MNC company and I have worked on some of the projects on oracle 11i.
    I am interested in undergoing training in Oracle Apps (11i ), Since having experience in software development is it feasible for me to shift to oracle 11i, please guide me on this so that i can take appropriate step.

    well, the easy answer is "Certainly". I guess a little more information on why you'd like to move to Apps development and your career goals would be helpful before venturing an answer.

  • I need  Oracle Apps DBA in Cali

    I need someone who is an Oracle App's DBA with RAC/Linux implementation experience for a f/t gig in California's central valley (between Fresno and Bakersfield) for a very nice and big family-owned company.
    The pay and benefits are super (LA/SF rates), but you must like rural settings!!
    If you are interested, shoot me an email.
    thanks,
    Dominik
    [email protected]
    Message was edited by:
    DominSF

    Hi Dominik,
    I am finding your offer interesting one.
    I am working as an APPS DBA in Oracle India Pvt Ltd for last 2 years.I work on latest technologies as you expected.
    If you find my experience relevant, I will send my CV to you.
    Please let me know about your opinion on this.
    Regards,
    Sandarsh.

  • Help needed: Bluetooth App problem

    Hi all,
    I am trying to create a bluetooth app using j2me, but i am stuck and i need some help. The bluetooth app i am trying to create is a simple 2d tic-tac-toe game, which uses bluetooth to pass messages between devices in order to play the game. I can send these message in the MIDlet class,but i can't use these methods to send message from the canvas class which is used to create the tic-tac-toe user interface. I have the code available on request if anyone would like a look.
    Any help would be great, thanks the help in advance.

    I can send these message
    in the MIDlet class,but i can't use these methods to
    send message from the canvas class which is used to
    create the tic-tac-toe user interface.And WHY can't you do that? If you want help, you'll have to give us some more information...

  • Help needed, Oracle and PreparedStatement setNull for VARCHAR problem

    Using the JDBC drivers included with JDK 1.3, I am encountering a strange problem when trying use a PreparedStatement with a NULL parameter in a VARCHAR column. When running the code below (user_id is an integer and login is a nullable varchar) the program will simply wait and wait and wait.
    import java.sql.*;
    public class OracleNullTest {
         public static void main(String [] args) {
              try {
              String odbcName = args[0];
              String dbUserName = args[1];
              String dbPassword = args[2];
              int id = Integer.parseInt(args[3]);
              Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
              Connection con = DriverManager.getConnection("jdbc:odbc:"+odbcName, dbUserName, dbPassword);
              PreparedStatement ps = con.prepareStatement("Insert into junk(user_id, login) values(?,?)");
              ps.setInt(1,id);
              ps.setNull(2,Types.VARCHAR);
              ps.executeUpdate();
              ps.close();
              con.close();
              } catch (Exception e) { e.printStackTrace(); }
    If I change the 'ps.setNull(...)' to 'ps.setString(2,"test")' things work fine. Furthermore, I've changed the VARCHAR column to a TIMESTAMP and setting it to null works fine. The above code works fine on DB2 and SQL Server so only Oracle is anatagonizing me.
    Any insight or help is greatly appreciated.

    The ODBC driver has nothing to do with java. What you are using in java is a JDBC driver.
    Various microsoft products install a ODBC Oracle driver. Oracle also provides a driver that is installed with the Oracle Client install.
    I have seen reports that suggest the MS driver as good as the Oracle driver, consequently that could be source of your problem.

  • Help Needed With Bento 'Inventory' Template.

    I am a new user of Bento and I am delighted with the 'Inventory' template. It is just what I have been looking for and would be even better if my two questions can be resolved:
    1) I have set it up so that it gives me a monetary SUM of the value of my stock. However, items get sold (hopefully!) and when they do, the SUM needs to be adjusted downwards. I realise that I can delete the record of the sold item or even reduce its value to ZERO to produce this adjustment but then I would lose the history and/or price of the item. Is there a way I can get 'Inventory' to ignore the value of items when they have been sold without losing the historical record of those items?
    2) The word 'Inventory' runs across the top of the database in large letters. Is there a way to change this title to one of my choice and to make the lettering smaller?
    I am so pleased that I bought Bento and I'm delighted with the way it syncs with my iPhone 4!
    Message was edited by: Julian Brown

    have you tried the Bento forum: http://forums.filemaker.com/hives/55abf7f8d2/summary ?
    JGG

  • Help needed in Physical Inventory

    If we are doing Physical Inventory in IM locations and we go ti MI01 there are tabs for Physical Inventory number and Physical inventory reference.
    I understand why they are used just by clicking F1 over there, but how do we create those number.
    Do we group different Physical Inventory Documents .....I am not able to understand how to use those fields.
    Can anybody help me out in that.
    Thanks
    Mike

    Hi,
    It's a physical document number used outside SAP system and the same is mentioned over here (Similar to any reference field like reference number in Tcode: MIRO).
    <u><b>Grouping Physical Inventory Documents by Physical Inventory Number</b></u>
    Above the physical inventory document number, there is a physical inventory number. You can use this to group physical inventory documents that belong together organizationally in order to manage them more efficiently. This allows you to display the physical inventory documents for a particular month or department directly without having to search the list of inventory differences.
    You issue physical inventory numbers when creating and changing physical inventory documents. To do this, enter a number or term of you choice on the initial screen or in the Physical inventory number field in the physical inventory document header.
    (Physical Inventory number which will be used in report requirements and for grouping purposes so that you can have reports based on this input. (Just check reports MI22, MI24 etc))
    Hope this helps.
    Thanks,
    Viswanath

  • Help Needed -- Oracle XML/SQL utility and PL/SQL parser

    Let's say we have an xml file
    <?xml version="1.0" standalone="no"?>
    <abc>
    <def>
    <ghi>test</ghi>
    </def>
    <jkl>
    <mno>testing</mno>
    </jkl>
    </abc>
    We can store the <def> tag in one table say def and <jkl> tag in another table say jkl.
    Is there a way to combine def and jkl and insert in one table so that there in one row with two columns test and testing??
    null

    Hi,
    Are u sure that it is a java enabled database? The most common
    case of failure with the xmlgen package is because the loadjava
    command did not succeed.
    Please make sure that oraclexmlsqlload.bat file loaded all the
    java procedures successfully. If not then u would have to java-
    enable your database by running the initjvm script. (please see
    the docs).
    Thx
    Murali
    Iveta Vojtko (guest) wrote:
    : Hi,
    : I have downloaded XML SQL Utility for Java against Oracle
    8.0.5
    : on WindowsNT. The xmlgen package was created successfully but
    : its body is invalid and my PL/SQL test has failed because of
    : following error: PLS-00103: Encountered the symbol "NAME"
    : when expecting one of the following: := . ( @ % ; not null
    range
    : renames default character. The symbol ":= was inserted abefore
    : "NAME" to continue.
    : Is it because I am not using Oracle8i? I just want to use the
    : server side of XML SQL. Please, reply asap. Thank you.
    Oracle Technology Network
    http://technet.oracle.com
    null

  • How to create a view with Oracle apps Org initialization ?

    Hi,
    How to create a view which needs Oracle apps org initialization to provide the correct data .
    The purpose of the view is to be accessed in Primavera DB via a DB link for reporting purpose.
    So how should the org be initialized so that the view returns the correct data when accessed from the remote data base using the DB link?
    EX: step1 run fnd_client_info.set_org_context for the org
    step2 query the veiw returns correct data in Oracle.
    How can this be achieved if the view needs to be accessed via DB link?
    sample view sql :
    select po_header_id
    from po_distributions_all pod
    where (apps.po_intg_document_funds_grp.get_active_encumbrance_func
    ('PO',
    pod.po_distribution_id
    ) <> 0
    Thanks in advance!
    Darshini

    Hi,
    This is not possible in Oracle. What u can do is create the view without the where clasue and supply the where clause at runtime.
    Hope this helps...
    Regards,
    Ganesh R

  • Oracle Apps Objective question and answers

    Hi all,
    We need Oracle Apps(DBA, Tech & Funct) objective type questions with answer.
    Can you any one help to find the questions. Even if they are any links, dumps, doc please post them.
    Thanks,
    Ramaraju.

    HI Ramaraju,
    You can search for FAQ related to topics like adpatch, cloning etc etc
    Google should be your friend
    for DBA check this out its the best book
    Cracking the Oracle Apps DBA Interview: 325 Frequently Asked Questions  – June 12, 2009
    by Joyjeet Banerjee (Author)
    for technical
    http://oracleappstech12.blogspot.com/2012/08/oracle-apps-technical-interview.html
    Oracle Apps Technical Interview Questions, Answers for Freshers and Experienced asked in Job Interviews
    http://oracleapps4u.blogspot.com/2011/07/oracle-apps-interview-questions-and.html
    etc etc
    well for functional it depends on the module
    I'm not aware  of  any dump which covers all (administration, technical and functional )  of them so you need to Google as per the module for functional
    ApPsMaStI
    sharing is Caring

  • ORACLE APPS DBA EXPERT AVAILABLE -

    NEED HELP WITH ORACLE APPS - I CAN UPGRADE - PROVIDE 10G RAC MIGRATIONS - PLATFORM MIGRATIONS - INSTALLS, EVERYTHING - WORKED FOR DELL, EMC AND ORACLE
    [email protected] - 978-397-5354

    Most experts know how to turn off caps lock.

  • Oracle Apps Lot Genealogy Navigator Window Problem

    Hi,
    I don't know much about the Oracle Apps Inventory module so please bear with me on this one. We are currently on R11.5.10.2 and I am trying to get lot drilldown in the lot genealogy navigator window. However, when I enter the lot no./item no. and click on Find, it opens the lot genealogy navigator window but does not show anything under the lot genealogy node. Also,when I click on the plus sign it opens the lot details window without any info.
    I know that the lot no. is valid because when all the other users open the lot genealogy using the same lot no. they are able to see the lot and its details in the lot details window. So, please let me know whether there is some setting that might be missing in my profile or is it due to some other reason.
    -Thanks in advance.

    Hi,
    Yes runWizard.sh points to the correct path - it calls the jre, but it is the jre that hangs
    Now I have found out why.... Having tried to run the same rapidwiz on a different version of Linux, I got a glibc2 error, so what I did was run thew following on my Red Hat 7.1:
    $ export LD_ASSUME_KERNEL=2.2.5
    $ cd /usr/i386-glibc21-linux/bin
    $ ./i386-glibc21-linux-env.sh
    And now rapidwiz works!
    Thanks for looking at the problem
    Michel

  • Need help for switching to Oracle Apps

    Hi All,
    I am a System Analyst working in Singapore for the last 6 yrs.Currently for the last 3+ years i am in the project implementation & support team for ERP Team.We are using JD Edwards.Currently i have the role of Functional Consultant.
    I want to shift to Oracle Apps (11i).The reason being there is not much scope in JD Edwards.Intially i was working in Developer 2000 as a Forms/Reports Developer.
    I couple of questions to ask :
    1) Do i need to go though a Oracle Apps Training as i already have experience in Jd Edwards ??
    2) Can somebody recommend some good Training institutes in Singapore with Placement Assistance ??
    3) Do anybody knows any company in Singapore who can give training in Oracle Apps and take in professionals who want to make a switch but have experience in another ERP package ??
    Thanks
    Regards

    Hi,
    As you said you were initially working on Developer2000 so it would be lot easier since there would enough background on PL/SQL,forms and reports.Best thing for you I would recomend is pick 2 or 3 modules of your area in JD Edwards like Financials(General Ledger,Recievables,Purchasing,Payables,Fixed Assests...) or HRMS Suite(HRMS,Payroll,Advanced Benefits) which I believe the core business logic for any ERP would be the same. So pick your strong modules in JD Edwards and go through the Oracle Apps Doc. which is available online.In the documentation you will find Application Developer Guide which will be helpful if you are looking to be an Technical Person or you can go through the Module wise documentation if interested in Functional position. Either case better to have overall idea about interested module I mean how the logic and setup will be.
    Initially it will be rough however if you don't give up Apps is lot easier.
    Regards
    Uday Ravipati

  • Please I need help in java oracle.apps.per.DataInstall

    Hi all
    Please can any body help me , when I try to run datainstall to prepare add hrglobal patch by using this command:
    java oracle.apps.per.DataInstall thin hostname:dbport:oraclesid
    but I got this error :
    Data Install java.sql.SQLException: Io exception: Got minus one from a read call
    Regards

    Hi,
    Please mention the application release along with the database version and OS.
    Are you running the command as applmgr user and after sourcing the application env file?
    java oracle.apps.per.DataInstall thin hostname:dbport:oraclesidAre you passing the apps username/password to the command?
    java oracle.apps.per.DataInstall <apps username> <apps password> thin <host:port:sid>
    Latest Oracle HRMS Legislative Data Patch Available (HR Global / hrglobal) [ID 145837.1]
    Please see the suggested solutions in these docs.
    Application Of Patch 5404886 Fails During AK Load Session Error: 17002 Io Exception: Got Minus One From A Read Call [ID 404313.1]
    Unable to connect jdeveloper to 11.5.10 instance [ID 294685.1]
    Thanks,
    Hussein

  • (need answers)oracle apps functional queries

    This is bhanu nice meeting you, recently i went to an interview there i 've faced the following queries i've answered the queries but i didn't satisfy with my brief explanations ,i need apt&elobarated answers/ reasons so in that regard i need your help so that it can be usefull to me, plz forward the answers to my mailid:[email protected]
    These are the queries:
    1.What is the difference between accounting calander & inventory calander?
    2.Explain the Business process?
    3.What is Business group ,and draw the multi_org structure?
    4.How do you implement multi org in oracle apps and at what level you will set up your set of books in it?
    5.What is the difference between multi org set up and single org setup explain it genuinely?
    6.When do you define keyflexfield in GL,how many segments you can define in a keyflexfield ,if I want more than 30 segments what will I do?
    7.Explain whole inventory process upto GL accounting transactions?
    8.How inventory is get connected with purchase order explain?
    9.Why should I define an item in the master item table only?
    10.Explain purchase order process upto payments?
    11.When do you raise the purchase order?
    12.What are the prerequisites of supplier setup?
    13.What is the difference between supplier bank account & customer bank account?
    14.Explain the payables process?elobrately
    15.How many payment terms are there in payables?
    16.How many payment methods are there in payables?
    17.When do you raise the debit memo in the payables module?
    18.What will I do if I assign one set of book instead of other set of book in payables?
    19.Explain the recivables process? Elobrately
    20.How do we segregate debit & credit transactions in Receivables and where we will you do it?
    21. what is transaction in AR ,and when do we raise it,?
    22. when do we raise a p.o in purchase order module?
    23.when do we raise an invoice in p.o and when do we match the p.o with invoce explain the process?
    1. if i give u a blank instance how can you implement oracle apps financials on it starting with GL,AP,AR?
    2. where do you convert stock rates in your oracle apps(gl)?
    3.how many legal entities & operating units can we use at max and mini?
    4. how many accounting types are there in receivables?
    5. how do you close your payment date in payables widow without applying effective dates?
    6.what are the testing & document types in AIM?and how many types are they?
    7. how do you pay your payments from one currency to another in payables?

    Hi this is Prabhu. im new to Oracle apps.. if you got answers for the above questions please forward it to my email id: [email protected]
    It will be useful for me.
    Thanks in advance,
    Regards,
    Prabhu.

Maybe you are looking for

  • Migration Assistant. extra User, double the files - only 10 GB left on HD

    I restored my system after a login "freeze", following an upgrade from Leopard to Snow Leopard.  Apple help advised to use Migration Assistant to back up everything from Time Machine.  Now I have an extra user ID (as they said I would) but the file s

  • ITunes restore failure

    This has happened to me twice already with 2 different iPhones (iPhone 2G and iPhone 3G), when I update and restore in iTunes it extracts the installation files and then freezes right as the progress bar appears...both times this has happened to me I

  • Certificate based authentication in ISE for IPAD & Androids

    Can I authenticate users based on certificates in ISE without using the SCEP option for BYOD? The customer just want to add manually the certificates on the device. I am trying to, but it keeps failing. I am testing with an IPAD, trying to authentica

  • Interactive forms not rendering in GP 7.0

    Hello everyone, I am trying to use interactive forms in GP 7.0, I have followed the help tutorials but the interactive form is just not rendering at runtime. I am able to use successfully other callable objects but the interactive form object always

  • Daily Backup too large

    Hello, I ran my Time Machine backups since Saturday (Full Backup) and daily backups (manualy). Today I know that I only made about 300MB of changes on my work files and now Time Machine is backing up since one hour with over 21GB of data. Why? When t