SD-config in project based industry

Dear Gurus
My client is into erection of cement plants and alcohol plants. once client got the order form the customer for the plant setup production will start. delivery and billing will be created when ever one material is ready after the production.
here my confusions are
1. whether i have to create single sales order for entire plant as a FG or can i have to create major parts as FG?
2. if i take major parts as a FG, then also that cant be delivered in a single delivery due to size reasons.for example if i take a boiling house as a line item, the total item cant be deliver at a time. it will be divided into parts and when ever the part is ready then client is delivering th part. then how can i create number of deliveries against same line item and for the same quantity?
3. while maintain price records price of the boiling house is to be maintained or the sub parts?
4. if i take entire project in a single sales order it will contain third party items as well as service line items. then how can i map the pricing proceedure?
Please help me out for this issues. guide me regarding the settings.
Thanks in advance.

Hi Vivek,
Thanks for your reply. Actually my issue has got resolved the way suggested by Mario Adler.
Hi Mario,
Thanks for your solution. PGI through Project is working fine for me.
Hi Krishna,
Follow the procedure as suggested by Mario which will resolve your issue.
Once again thank you all for spending your precious time to respond my query.
Regards,
Tejas

Similar Messages

  • Sales order creation in project based industry

    Dear Gurus
    My client is into erection of cement plants and alcohol plants. once client got the order form the customer for the plant setup production will start. delivery and billing will be created when ever one material is ready after the production.
    here my confusions are
    1. whether i have to create single sales order for entire plant as a FG or can i have to create major parts as FG?
    2. if i take major parts as a FG, then also that cant be delivered in a single delivery due to size reasons.for example if i take a boiling house as a line item, the total item cant be deliver at a time. it will be divided into parts and when ever the part is ready then client is delivering th part. then how can i create number of deliveries against same line item and for the same quantity?
    3. while maintain price records price of the boiling house is to be maintained or the sub parts?
    4. if i take entire project in a single sales order it will contain third party items as well as service line items. then how can i map the pricing proceedure?
    Please help me out for this issues. guide me regarding the settings.
    Thanks in advance.

    Hi Sai,
    you will need to use the FMs CRM_ORDER_MAINTAIN and CRM_ORDER_SAVE to create the orders.
    Put a break point in CRM_ORDER_MAINTAIN and try creating an Order in the transaction CRMD_ORDER in GUI. This FM will be called a couple of times. Note the inputs being passed to this FM.
    You need to pass all those inputs at one go to the FM 'CRM_ORDER_MAINTAIN' and after that call the FM 'CRM_ORDER_SAVE'.
    Note that you need to call the FM 'GUID_CREATE' to create the header and line item GUIDs.
    This is for one order. If you need to create multiple orders at one go, loop at this code. If you are calling this code from another system, make this a remote enabled function module.
    Regards,
    Kris.
    Edited by: Kris on Aug 2, 2011 9:25 PM

  • Error while deploying the ADF task flow project based on a SOA human task

    Hi,
    I created a SOA project with a BPEL process containing Human task, deployed it and could able to test it successfully. I created ADF task flow project based on the Human task created in the earlier project and tried to deploy it. It is giving the following error. The idea is to display the task details in BPM worklist.
    [04:10:53 PM] [Deployer:149034]An exception occurred for task [Deployer:149026]deploy application RevisionApprovalMgmtTaskFlow [Version=V2.0] on soa_server1.: null.
    [04:10:53 PM] Weblogic Server Exception: weblogic.application.WrappedDeploymentException
    [04:10:53 PM] See server logs or server console for more details.
    [04:10:53 PM] weblogic.application.WrappedDeploymentException
    [04:10:53 PM] #### Deployment incomplete. ####
    [04:10:53 PM] Deployment Failed
    The server log shows this detailed error.
    java.lang.IllegalArgumentException
         at oracle.xml.xpath.JXPathExpression.evaluate(JXPathExpression.java:178)
         at oracle.xml.xpath.JXPath.evaluate(JXPath.java:288)
         at oracle.security.jps.internal.config.xml.XmlConfigurationFactory.initialize(XmlConfigurationFactory.java:425)
         at oracle.security.jps.internal.config.xml.XmlConfigurationFactory.getConfiguration(XmlConfigurationFactory.java:149)
         at oracle.security.jps.internal.config.deploy.CredentialStoreDeployer.getCredentialStore(CredentialStoreDeployer.java:56)
         at oracle.security.jps.wls.listeners.CredentialDeployment.migrate(CredentialDeployment.java:83)
         at oracle.security.jps.wls.listeners.JpsApplicationLifecycleListener.migrateAppCredential(JpsApplicationLifecycleListener.java:137)
         at oracle.security.jps.wls.listeners.JpsApplicationLifecycleListener.preStart(JpsApplicationLifecycleListener.java:78)
         at weblogic.application.internal.flow.BaseLifecycleFlow$PreStartAction.run(BaseLifecycleFlow.java:277)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.application.internal.flow.BaseLifecycleFlow$LifecycleListenerAction.invoke(BaseLifecycleFlow.java:194)
         at weblogic.application.internal.flow.BaseLifecycleFlow.preStart(BaseLifecycleFlow.java:57)
         at weblogic.application.internal.flow.HeadLifecycleFlow.prepare(HeadLifecycleFlow.java:279)
         at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:609)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
         at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:185)
         at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:53)
         at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.createAndPrepareContainer(ActivateOperation.java:197)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:89)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:217)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:747)
         at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1216)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handlePrepare(DeploymentManager.java:250)
         at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepare(DeploymentServiceDispatcher.java:159)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCallback(DeploymentReceiverCallbackDeliverer.java:157)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$000(DeploymentReceiverCallbackDeliverer.java:12)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$1.run(DeploymentReceiverCallbackDeliverer.java:45)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Apart from these, I have Model and View Controller projects in the application. If I create the ADF task flow based on a Human task in another sample application, it works fine. Only in this application, it does not work. Not sure what this error is. Any ideas?
    Thanks,
    Manoj

    What I suggest is go into EM and undeploy this composite and all versions. (Only if you don't want the existing ones). Then redeploy your process. This will avoid the version conflict and create a new version. 1.0. Then the next time you try and deploy you need to either specify a new version or check the box to say the version can be over written.
    cheers
    James

  • Configure JDeveloper ADF Project based on user properties

    I have my own project code tree and would like to create a JDeveloper Project based on that. Is there a way to instruct JDeveloper to read the source file locations from a properties file.
    For example, look into \trunk\jsp_src for all the jsf files ; look into \trunk\config\webWEB-INF for config files like faces-config.xml ...etc.
    Thanks
    Ramesh

    Hi Shay,
    I know we can do it this way.
    What I would like to find out is if there is a way to tell JDeveloper to read all the configuration information from a user-defined properties file.
    That way I can use my code tree checked out into any directory structure from source controls like CVS or Subversion as the code-base for my JDeveloper ADF project.
    Thanks
    Ramesh

  • Budget error while issuing stock to the project based production order

    Ours is project based Engineering company, we mfg euipments for the client which is part of the project.
    We define separate WBS element for equipment to be manufacture & create reservation under this WBS element.
    Secondly we follow production process through PP & define BOM for equipment which contains component rquired to mfg the equipment. To control cost(budget) component group wise we create separate sub WBS element for each component group(plates, motors etc) under above equipment WBS element
    Kindly refer e.g.below
    1.  Equipment (Finished code) to be manufacture is attached on WBS MYC-210952-06-03
    2.  Production order(1003780) created with reference to above WBS element
    3   Material procured under WBS MYC-210952-06-03-001
    4.  Stock available under WBS MYC-210952-06-03-001
    We would like to issue material available under MYC-210952-06-03-001 to production order which is attached to WBS MYC-210952-06-03. (Tcode MB1A)
    System allows to issue stock, but gives budget error.
    Is it possible to transfer budget auto in the transaction MB1A itself from MYC-210952-06-03-001 to MYC-210952-06-03 or what is the best solution available for above situation.
    Kindly confirm.
    Thanks & regards
    Sanjay Karnekar

    Hi Sanjay,
    You have consumed a budget at lower level WBS for material procurement. And at upper level you want to do stock transfer.
    But while doing budget allocation you have distributed the budget from Upper level to lower level so there is no distributable value is avaialble at upper level for the amount of the materail stock you want to transfer.
    In this either you have to keep your all budget values at upper level where your doing equipment aeembly and not distribute the budget further at lower level.
    Now you alredy this so you cant do anything.
    Now you have following option available with you. You have perform following activity by the given sequence.
    Deactivate the Budget check by CJBW
    Do your stock transfer
    Do budget return by CJ38 from level WBS to upper level WBS
    Now Activate the budget check by CJBV.
    regards,
    Pradeep

  • PS and Project Based Accounting

    Is PS and Project Based Accounting one and the same? can you please explain more about the above in simple terms? thanks
    Ganga

    Hello,
    We have a PS project soon in Incasol organization. By the way, the project leader who belongs to Incasol can help you. I am sure, because this person will earn
    63400u20AC the first year (2008)
    67000u20AC the second year (2009)
    Best Regards.

  • Project Based MRP run issue

    Hi Friends,
    There is one issue reg. Project Based MRP Run as below :
    We are running MRP through MD51 (Project based MRP run). For this we are assigning FG material code under respective WBS Element which generates Network reservation with movement type 281Q  which is base of MRP run in MD51. After MRP run we get planned order generation and then convert it to Production order and execute Production Order to receive Project Stock after GR.
    After receiving Project stock and then selling it through Post Goods Issue through SD cycle, project stock is consumed but network reservation is not getting closed which results in again generation of planned order if MRP is run again. 
    I need your valuable inputs if we are missing any configuration setting which can set Final issue indicator in reservation while Posting Goods Issue (PGI) in SD because FI indicator checking will only ensure reservation doesnu2019t take part in planning again.
    Your earliest reply will be highly appreaciated.
    Regards,
    Tejas

    Hi Vivek,
    Thanks for your reply. Actually my issue has got resolved the way suggested by Mario Adler.
    Hi Mario,
    Thanks for your solution. PGI through Project is working fine for me.
    Hi Krishna,
    Follow the procedure as suggested by Mario which will resolve your issue.
    Once again thank you all for spending your precious time to respond my query.
    Regards,
    Tejas

  • Capturing using a system-based setup vs. project-based setup

    Trying to build a library of my 50 DV tapes on an external 4T hard drive and I am supposing that I need a system-based setup instead of a project-based setup during capture.  Since my Adobe Premiere Pro SC6 Classroom in a Book tells me to check with my system administrator what should I do when I am the system administrator and don't know what to do?

    1)  Create a folder on your storage system.
    2) Create a new Premiere Project, saved to that same folder. Make sure that scratch disc are set to "same as project"
    3) Capture tapes.
    You may re-organize tape's files after closing Premirere, or create a separate sub-folders and projects for each tape to begin with, depending on your needs.

  • Material for Project Based Production

    Dear All,
    I have to work on project based production can any one refer me some links or even the code of manual if any so i can purchase it. or any book. plz i  waiting for a reply soon

    You need to ask a few questions first.
    Are finished items, semi-finished items and purchased items to be assigned to different WBS/networks?
    Are semi-finished items and purchased items going through stock or directly assigned to WBS/network/production order?
    How do you wish to manage the finished items, semi-finished items and purchased stock for the project, i.e. unrestricted stock (typically moving average price for purchased and standard price for manufactured), project stock (i.e. against individual WBS/network or common WBS)
    Where do your production and purchasing variances go?  Purchasing variances are only an issue if you are using standard prices.
    Considering how you wish to treat your stock is the most important issue for project manufacturing.

  • In search of Projects based on Lab view.

    Hi,
        Iam Chaitanya, pursuing M.tech.. Iam using Lab VIEW,it is a good platform to work in realistic so I interested to do Lab VIEW projects. Can you please suggest projects based on Real-time applications or electronics.

    Hi Chaitanya,
                         In real time application you can go for the projects like dataloggers which having communications. Here all the operations on datalogger can be done using labview. You can plot the graphs, show the RTC, download and process flash & eeprom memory and so on.
    Or you can go for TCP like projects where some equipments are sending data using TCP and you are reading that data using TCP tools in labview and write to database,excel and plot it later.
    Its all depends on you what you want.
    Thanks
    Kudos are always welcome if you got solution to some extent.
    I need my difficulties because they are necessary to enjoy my success.
    --Ranjeet

  • OT: retainer vs. project-based billing

    i typically charge on a project basis for all my jobs –
    and the fee that gets charged is almost never a calculation of
    "well, it's going to take me x hours at y dollars per hour so
    therefore the fee is z". (i won't bore you with the reasoning
    behind this.)
    i'm now in the process of putting together a proposal for an
    ongoing relationship where the billing would likely be retainer
    based and i'm not sure how to set it up. (even the traditional
    "figure out how many hours a month and multiply by blah blah blah"
    doesn't really make sense – if one were to do that, how is it
    any different than project-based? and what incentive does a client
    have to commit to the structure?)
    in my mind, a retainer needs to be mutually beneficial
    – as in, i would usually charge x for this amount of work but
    – in the interest of developing a long-term relationship
    – i'll charge x minus y%. furthermore, in the spirit of
    fairness, i wouldn't quibble if the amount of work in a given month
    went a little over (and i wouldn't expect that the client would
    complain if a month was a little light – it probably all
    works out even in the end).... but i wondering how to handle things
    when the workload goes substantially over or under.
    looking for some ideas and insight here... thanks.

    JoeQ, if I might answer the question, for myself anyway:
    normally, I charge
    clients by the project, giving them an estimate. So in your
    theoretical
    situation, I would figure a price based upon several factors.
    The amount of
    time it will take me is one factor. Another factor would be
    my experience
    and skills; if I was doing something that I truly was 10
    times faster at
    than the average web developer, I'd charge accordingly.
    The point is, the time it takes me to do the work is
    definitely *one* factor
    in the equation. It seldom is the only factor, though, and I
    agree with you
    that by itself, it's not a perfect criteria for the value of
    the work.
    Patty Ayers | Adobe Community Expert
    www.WebDevBiz.com
    Free Articles on the Business of Web Development
    Web Design Contract, Estimate Request Form, Estimate
    Worksheet
    "joeq" <[email protected]> wrote in message
    news:[email protected]...
    > for the sake of conversation, accept the premise. or, if
    you prefer,
    > change the
    > numbers of hours to twenty (them) and five (you).
    >
    >
    >
    quote:
    Originally posted by:
    Newsgroup User
    > > to use your example (but with larger numbers), i
    ask you to do a job
    > > that
    > > would take an experienced professional (who
    charges, say $50.00 an hour)
    > > twenty
    > > hours but, because of your greater experience and
    knowledge, it takes
    > > you
    > > two.
    >
    > This is a completely unrealistic example. There would be
    no such job. Or
    > perhaps you meant to use "inexperienced"? In that case,
    it's not my model
    > that breaks, it's the "inexperienced professional's".
    >
    > At any rate, I charge for my time, not by some arbitrary
    standard. That
    > way, I can treat people equally.
    >
    > --
    > Murray --- ICQ 71997575
    > Adobe Community Expert
    > (If you *MUST* email me, don't LAUGH when you do so!)
    > ==================
    >
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    >
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    > ==================
    >
    >
    > "joeq" <[email protected]> wrote in
    message
    > news:[email protected]...
    > > you're missing the point.
    > >
    > > to use your example (but with larger numbers), i
    ask you to do a job
    > > that
    > > would take an experienced professional (who
    charges, say $50.00 an hour)
    > > twenty
    > > hours but, because of your greater experience and
    knowledge, it takes
    > > you
    > > two.
    > >
    > > now how do you charge?
    > >
    > >
    > >
    quote:
    Originally posted by:
    Newsgroup User
    > > > but the reality is that really can't.
    > >
    > > Sure it can. If you ask me to do a job that takes
    10 minutes, I bill
    > > you
    > > for 30 minutes. If you ask me to do a job that
    takes me 2 hours, I bill
    > > you
    > > for 2 hours. Why doesn't that work?
    > >
    > > --
    > > Murray --- ICQ 71997575
    > > Adobe Community Expert
    > > (If you *MUST* email me, don't LAUGH when you do
    so!)
    > > ==================
    > >
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    > >
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    > > ==================
    > >
    > >
    > > "joeq" <[email protected]> wrote
    in message
    > > news:[email protected]...
    > > > doesn't really answer the question though...
    > > >
    > > > you're obviously very experienced and can do
    something in a fraction
    > > > of
    > > > the
    > > > time it takes someone else. your fees should
    reflect that ? but the
    > > > reality is
    > > > that really can't.
    > > >
    > > >
    quote:
    Originally posted by:
    Newsgroup User
    > > > My clients benefit from my "vast experience".
    I also have a minimum
    > > > time
    > > > increment of 30 minutes....
    > > >
    > > > --
    > > > Murray --- ICQ 71997575
    > > > Adobe Community Expert
    > > > (If you *MUST* email me, don't LAUGH when you
    do so!)
    > > > ==================
    > > >
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    > > >
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    > > > ==================
    > > >
    > > >
    > > > "joeq" <[email protected]>
    wrote in message
    > > > news:[email protected]...
    > > > >a follow-up question that i think helps
    make my point about the
    > > > >difficulties of
    > > > > hourly billing:
    > > > >
    > > > > in hourly billing, how do account for the
    fact that ? because of
    > > > > your
    > > > > vast
    > > > > experience ? you can do something in a
    tenth of the time that it
    > > > > takes
    > > > > an
    > > > > experience beginner... who charges, for
    example, $50.00 an hour?
    > > > > would
    > > > > your
    > > > > clients not fall out of their respective
    chairs if you told them you
    > > > > want
    > > > > $500.00 an hour? or $1,000.00???
    > > > >
    > > >
    > > >
    > > >
    > > >
    > > >
    > >
    > >
    > >
    > >
    > >
    >
    >
    >
    >
    >

  • TFS 2013 project based on Scrum 3.0 release burndown report fails on parameter

    Hi,
    We are testing upgarde scenario of TFS from 2010 to 2013. If it will pass we intend to do it on Production.
    I could not upgarde the Sharepoint and I am trying to resolve the problem but till then I am tried to create a new Agile project and New Scrum Project with new templates.
    The Agile works fine but the Project based on scrum template on the dashboard the release burndown report failed with the following error: Parameter validation failed. It is not possible to provide valid values for all parameters. (rsParameterError)
    I have rebuild the warehouse and the analysis but it doesn't fix the problem.
    Any Idea , How can I fix it.
    The Project based on Template Microsoft Visual Studio Scrum 3.0.
    Please Advice.
    BR,
    Tzvia

    Hi,
    Do you still face this issue, you might try the following methods to see if the issue can be resolved:
    1. Check the service account for Team Foundation Server and the data sources account  to make sure the identity and format of the accounts are appropriate for the server.
    2. Performed a rebuild of Reporting via the TFS Admin Console if needed.
    3. Turn off firewall and try again.
    4. Clean the cache for TFS2013, you can follow below steps:
    •Clean the Cache folder on client computer. The folder path is: C:\Users\username(Team Explorer user name)\AppData\Local\Microsoft\Team Foundation\4.0\Cache. (os: Windows Server 2008 R2)
    •Clean the Cache folder on Server machine. The folder path is: C:\ProgramData\Microsoft\Team Foundation\Web Access\Cache_v11.0. (os: Windows Server 2008 R2)
    •After cleaned, on Server machine, click Startand select Run… to open the dialog box, then input iisreset.exeand click OK, wait it run completely.
    Bestregards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Geography based industry scenario which can be implemented using user exit

    Hi All,
    I am searching for a geography based industry scenario which can be implemented using user exit strategy.
    Please let me know me if anyone knows about any such scenario.
    Thanks & Regards,
    Pranjali.

    Hi Amith,
                   IDOC configured throgh CHANGE pointers.So no need to worry about IDOCS and all.My work was trigger idocs by user exits.Wen  ever i change venodr no.. idocs shoud be triger.
                 Now my question was Insted of going transaction( from there we can  go to debuging mode) i want to check this Exit by RBDMIDOC programe(ofter excute this programe and give Message type as CREMAS,from there i want to go debugging mode).
    Just now i checked,i put breakpoint in Include programe(INCLUDE ZXF05U01) and excute from XK01,it goes to debuging mode,so its fine.But i want triger from RBDMIDOC programe.Ofter excute RBDMIDOC programe,we can enter CREMAS.From there i want to go debuging mode.
    Pls help me,
    Thanks

  • Re-create the muse project based

    I had my laptop stolen and did not have a current backup and lost my Muse files.  Does anyone know if it is possible to re-create the muse project based on the files from my website server?

    Sorry your laptop was stolen.  :-(
    But this would be like asking if you could get all your Photoshop LAYERS back from a flattened file. Or like asking if you could get the tooling, robots, and molding machinery that built your car, from your car.  :-(
    So no, I don't believe there is any way to do that in Muse. Sorry.
    Always keeping a current backup is the only answer I know.
    But having said that, if you have any of the assets that went into creating the Muse file, you could use the published site as a visual guide for rebuilding the site in Muse from scratch.
    Good luck!

  • Project Based Working.

    This is based on an exchange I had with Vadim in another thread. This was discussed on the forum a long time ago (when 1.5 was current) but nothing seemed to come of it. I thought I would try pushing for this again and open a discussion thread.
    I found this enhancement request https://apex.oracle.com/pls/apex/f?p=43135:7:4202747425518673::NO:RP,7:P7_ID:301 which has been scheduled for inclusion for 3.1 so it may be too late to influence development, but here goes.
    The basic requirement as I see it is to provide a mechanism for defining subsets of the the objects in the connection tree to reduce clutter. One possible implementation would be to have a set of filters which would be automatically applied to all nodes on the tree when a project is opened. There would need to be a mechanism for editing the selection (by drag and drop, by regular expression etc.)
    Other features
    - objects created while working in a project automatically become part of the project
    - multiple projects open at once. Each project could be a tab in the connection pane.
    - inclusion of files*
    Further refinements
    - version control integration*
    - diff integration (compare only the project's objects rather than having to select when starting the diff tool)
    - a deployment tool which could generate a delivery package (ddl including alter table ) for the objects in the project
    - integration with data modeller so a project ties in with a subview on a diagram
    - world peace.
    * These are part of my longstanding (and unrequited) love for tight integration between source control systems and database objects.

    this is for version 10g,,,but most of it will apply to 9i. there is a 9i paper available if you can find it.
    http://www.oracle.com/technology/products/forms/pdf/10g/frm10gsrw10g.pdf

Maybe you are looking for

  • User un-friendly prompt when connection busy

    Hello, I've been using SQL Developer since it's "Raptor" days and I love it. I think you've done a great job weaning away SQL*Plus users and also those who use other great tools like Toad, SQL Navigator etc. I recently noticed a prompt pop-up that I

  • Can't see content in AirPort Disks

    I have three LaCie drives connected to my TC via a USB hub. The drives mount OK but I can not see any contents (0 items) though the space available is correct. I suspect this is an issue with permissions but am not sure what permissions I need to cha

  • Enlarging/​reducing document size when scanning.

    Is it possible to enlarge/reduce a document size on the Deskjet 2540? My wife uses that function for her sewing patterns. If not capable, could someone please recommend software? Thank you, Tom This question was solved. View Solution.

  • Problem with 4 displays since upgrading from 10.3.9 to 10.5.6

    I was happily running 4 displays from my 2 graphics cards (9600XT and 9200) under 10.3.9. 3 x DVI (one of which is with the ACI adapter) and 1 running via VGA to a plasma TV. The 3 displays running from DVI were all "name" recognized and all resoluti

  • Tableview in diplay mode before line selection

    Hi all, Can I make a tableview in display mode before line selection? Suppose If I have a dropdown or f4 help for a cell it should be only visible when i select a particular row. The characteristics of cell should only be visible when a row is select