How interrogate the Spec of Formulation of the hardware specs?

Hello

I am building an application that animates its data from the specification of trade that connects to the specification of equipment and material for formulated related specifications.  I'm stuck trying to find the table that links between specifications of formulated material to the specification (tab: "Related Spec"-> Section: "Produced By").  Can someone help me identify the tables that I need?  I went through the document DatabaseAndObjectSchema for PLM4P Agile and have exhausted my resources.

-Here's a sample of my incomplete request

Select ms.specid, ms.specnumber, s.specid

of s agile.specsummary-trade Spec

Agile.gsmtradematerialspecrelation gts,-trade material connection

Agile.specsummary ms - Hardware Spec

where s.specid = gts.fktradespec

and gts.fkmaterialspec = ms.specid

Thank you.

Yoko

The query I gave above should work the specification of trade, assuming that the value of context of Formulation is selected to choose what Formulation technique produces this material specified on the specification of trade. However, if you do not choose the specification of the formulation, or you simply want to get the specifications of possible Formulation that produces this material specification, try the following:

SELECT formSpecSum.SpecNumber
  FROM MaterialSpec matSpec
    INNER JOIN gsmFormulationOutput formOutputs on matSpec.pkid = formoutputs.fkReferencedMaterial
    INNER JOIN gsmFormulationSteps  formSteps on formOutputs.fkFormulationStep = formSteps.pkid
    INNER JOIN dwbSpecifications dwbSpec on formSteps.fkParent = dwbSpec.pkid
    INNER JOIN dwbSpecificationRoots dwbroots on dwbroots.pkid = dwbSpec.fkWorkingVersionParent
  INNER JOIN formulationSpecification formSpec ON dwbroots.fkOWner = formSpec.pkid
  INNER JOIN SpecSummary formSpecSum on formSpec.pkid = formSpecSum.specID
WHERE matSpec.pkid = 'YOUR PKID HERE';

I would like to know if it works for you.

Thank you

Ron

Tags: Oracle Applications

Similar Questions

  • How interrogate the EM repository for a list of targets that have no targets defined properties and therefore will not be members of groups identified by the hierarchy of administration.

    Hello

    Asked me to do in control cloud 12 c,

    ""Repository queries EM to get the list of targets that did not target defined properties and therefore will not be members of groups identified by the hierarchy of administration.".

    and I was looking for more information on how to do it but I can't find anything on the repository tables, and I can't find how to get this cloud control options.

    Thank you

    Matt

    Management Group page, go to the Associations tab and click the target report unassigned

  • How interrogate the error of flow

    How to find the error generated by oracle streams and where I can the found

    You can see DBA_APPLY_ERROR. But other views have information about the error, such as:

    SELECT THE FUNCTION ERROR_MESSAGE, ERROR_NUMBER, STATUS_CHANGE_TIME, CAPTURE_NAME
    FROM DBA_CAPTURE WHERE STATUS = 'LEFT ';

    Capture, propagate and apply all have versions of this type of information.

    You can also view the status of the workflow through OEM (Database Control or Grid control).

  • How interrogate the tablespace size increment speed?

    Hello

    Do you have information or ideas on how to know the history of tablespace size slices. or how to know the frequency of the increase in size of the tablespace.

    When I walked into the new database, I never managed this database before, I want to know the size tabelspace increments range from speed to make reasonable space.

    so could you please give us a guide thanks!

    Hi RLUO,

    You can use DBMS_SPACE. OBJECT_GROWTH_TREND to find the trend in the growth of a segment.

    Please refer to:

    http://www.Oracle-training.cc/t_oracle_segment_growth_prediction.htm
    Space - DBMS_SPACE management. OBJECT_GROWTH_TREND - how to run

    Concerning
    Rajesh

  • [BEGINNER] How interrogate the groupOfNames for a Member?

    Hi all!
    I need programming ROLE authentication on a server of the OID.
    I have two branch: one for individuals and one for the roles.
    There are two roles: Admin and user.

    DN: uid = Admin or = People, OU = NMS
    objectClass: top
    objectClass: person
    objectClass: organizationalperson
    objectClass: inetorgperson
    UID: administrator
    CN: theboss
    SN: theboss
    userPassword: secretpassword1

    DN: uid = guest, or People, UO = = NMS
    objectClass: top
    objectClass: person
    objectClass: organizationalperson
    objectClass: inetorgperson
    UID: comments
    CN: guestname
    SN: guestsurname
    userPassword: secretpassword1

    DN: cn = Admin, OU = roles, OU = NMS
    objectClass: top
    objectClass: groupOfNames
    CN: Admin
    Member: uid = Admin, ou = People, OU = NMS

    DN: cn = users, or roles, OU = NMS =
    objectClass: top
    objectClass: groupOfNames
    CN: user
    Member: uid = guest, ou = People, OU = NMS

    What I try to do, is a search that returns to the role of a uid.
    For example, given the uid = comments how can I know that the user belongs to the user role?

    The following search (in Java) returns nothing...

    SearchControls CTL = new SearchControls();
    Filter string = "(uid=guest)"; "
    NamingEnumeration results = ldapContext.search ("ou = roles, OU = NEM", filter, CTL);

    Any help?
    Thank you
    Frank

    You can create a ldap query "and" as follows:

    (&(objectclass=groupofuniquenames) (uid = 982374923874))

    -Kevin

  • How interrogate the top 100?

    Hi, I have this code:
    select     i.INVESTOR_CODE , 
    i.investor_name , 
    sum(invoice_commission) as commission ,
    sum(INVOICE_SUBTOTAL) as total   <<<<
    from investor i , invoice inv
    where INVOICE_DATE  between  '01-JAN-08' and '31-DEC-08'
    and i.INVESTOR_CODE = inv.INVESTOR_CODE
    group by i.INVESTOR_CODE , i.investor_name
    order by total;
    Can someone PLEASE re - write this query so it can become the investor top 100 with the highest 'total '.

    Thank you...

    NOT TESTED

    select * from (
    select     i.INVESTOR_CODE ,
    i.investor_name ,
    sum(invoice_commission) as commission ,
    sum(INVOICE_SUBTOTAL) as total   <<<<
    from investor i , invoice inv
    where INVOICE_DATE  between  '01-JAN-08' and '31-DEC-08'
    and i.INVESTOR_CODE = inv.INVESTOR_CODE
    group by i.INVESTOR_CODE , i.investor_name
    order by total desc)
    where rownum<=100
    

    - - - - - - - - - - - - - - - - - - - - -
    Kamran Agayev a. (10g OCP)
    http://kamranagayev.WordPress.com

  • Provider Unable to Submit eQ &gt; &gt; you are looking for "how to the database.

    Hello.  We have a supplier who was sent to a couple of EQS material with custom Sections.  They indicated, and I have confirmed, that can save the eQ without incident, but when they try to click on send, an unhandled exception message.  Our event logs are showing below the stack trace.  I interpret it as meaning that there is something on a particular custom section that the database considers necessary.  Given that it is not displayed in the eQ UI, I want to ask to the database "which is necessary on this customized for this particular eQ Section.  Unfortunately I was not able to get to the right SQL to get an answer to the question.

    We know the requestID for the equalizer and 1020746cb807-aa95-4088-b12e - 0a 6878746874 has been identified as a particular custom section within the equalizer.  Nothing is prepopulated in the eQ and the provider may choose to add lines.  In this case, nothing has been selected to submit it.  When there are data in the custom section, the index in the error value changes to 1.

    In the meantime, the vendor is on hold...  The forum can help?  Recommendations on the tables I should be showing through?

    Thank you.  -BeckieC

    = Stack trace =.

    ErrorType: First | ErrorCount: 0 | App: SP | SessionId: * hidden * | UserId: null | IsNewSession: False | ServerID: xxx.xx.xx.xx | Misc: |

    Exceptions: System.Web.HttpUnhandledException: Exception of type 'System.Web.HttpUnhandledException' was thrown. -> Xeno.Prodika.Common.AssertionException: value 'Could not find a line with an index of 0 in the model section 1020746cb807-aa95-4088-b12e - 0 a 6878746874' cannot be null

    at Xeno.Prodika.Common.Assert.Fail (String msg)

    at Xeno.Prodika.Common.Assert.NotNull (String name, Object value)

    at Xeno.Prodika.EQ.Service.DomainModel.GeneralEQ.BaseQuestionnaire.ValidateCustomSections (IExtendedAttributeSectionContainer container, IEQModelSection modelSection)

    at Xeno.Prodika.EQ.Service.DomainModel.GeneralEQ.BaseQuestionnaire.Validate (IEQCustomSectionModelSection eqCSModelSection)

    at Xeno.Prodika.EQ.Service.DomainModel.IngredientEQ.IngredientQuestionnaire.Validate (IEQCustomSectionModelSection eqCSModelSection)

    at Xeno.Prodika.SupplierPortal.WebUI.GeneralQ.SaveAndSubmit.Submit (Object sender, EventArgs e)

    to System.Web.UI.WebControls.Button.OnClick (ByVal e As EventArgs)

    at System.Web.UI.WebControls.Button.RaisePostBackEvent (String eventArgument)

    at System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent (String eventArgument)

    at System.Web.UI.Page.RaisePostBackEvent (IPostBackEventHandler sourceControl, String eventArgument)

    at System.Web.UI.Page.RaisePostBackEvent (NameValueCollection postData)

    at System.Web.UI.Page.ProcessRequestMain (Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

    It was decided that since we cannot understand how interrogate the database, we the provider submit a new eQ and do data entry.  SR would not provide a timely resolution to the need for this provider.  No SR will be submitted for this issue.  New EQS have been sent and provider will rework the data.

  • How can I make a cell formula will apply for the entire column? For example D2 appears B2 - C2. How can I copy this formula for each cell in the column?

    How can I make a cell formula will apply for the entire column? For example D2 appears B2 - C2. How can I copy this formula for each cell in the column?

    If you want the formula is the same (B2 - C2) in the cell of each column you must change it as ($B$ - 2$ C$ 2). Then copy it, select the whole column and paste.

  • How can I get a formula refer to the text in the cell rather than the data?

    I've formatted some cells to show 0 if the calculation is a negative number, but how do I get another formula using the value 0 (rather than the negative number that is in the data) when calculating?

    This one is stumping me!

    HI WS8,.

    Formulas will use the value in the cell. A 'format' only controls what is displayed and does not change the actual value contained in the cell.

    If you want a formula for use 0 in which case the actual value in the cell is negative, you will need to do one of the following:

    1. Revising the formula to create the value in the source cell to return a zero if the calculated value is less than zero:
      = MAX (0,formula)

      OR

    2. Revise the formula that returns the value in this cell (B2 in the example below) to convert values less than zero to zero.
      Current formula: = B2 * 1 k
      Revised formula: = (MAX (0, B2) * k)

    Kind regards

    Barry

  • How put the icons on my phone

    How put the icons on my phone?

    It is not quite clear what you mean. It seems that if you say that you are missing some applications. You should be able to go to the App Store and re - download free of charge as long as you are connected to the same Apple ID when you bought them.

    If you find not just icons, you can reset your screen at the disposal of the plant by going to settings > general > reset > reset Homescreen layout.

    If you mean something else, please explain. Feel free to use the language as your most comfortable.

  • How display the date of my last update of OSX in my Mac?

    How display the date of my last update of OSX in my Mac?

    If it was in the last 30 days, the updates will often (not always) show the Mac App store on your page of updates, under the heading "updates installed in the last 30 days.

  • How long the alarm does not sound on clock iPad app?

    Hello

    I use my iPad clock app, and I was wondering how long the alarm sounds for if I don't stop it manually.

    Also, is there a way to set his time limit?

    Thank you

    Chris.

    Based on the few times wherever I slept too long by ten to thirty minutes, I think it rings less than thirty minutes and more than five minutes.

    Good day.

  • How in the world does Mac loses its universal as shortcuts CmdC (copy)?

    How in the world does Mac loses its universal as shortcuts CmdC (copy)?

    Lost the feature universal paste. Manually add them back in keyboard shortcuts. They do not work in all programs. If I copy and paste a url in a browser, it is not paste in ANYTHING. What an absolutely frustrating experience! The most common features have disappeared and now they don't work well. Really? Come on Apple! This is not what Mac users are accustomed to Apple.

    Run disk utility to see if the startup disk needs repair.

    You can also try a Safe Mode boot that removes the system caches that can help...

    Follow these steps to start in safe mode.

    1. Start or restart your Mac.
    2. As soon as you hear the startup tone, hold down the SHIFT key.
    3. Release the SHIFT key when you see the logo Apple appears on the screen.

    After the Apple logo appears, this may take longer than usual to reach the login screen or your office. This is because your Mac performs a check of directory of your drive to boot in safe mode.

    To leave safe mode, restart your computer without pressing any keys during startup.

    Then try to copy / paste keyboard shortcuts.

  • How is the HD Recovery repaired?

    OK, I ran utility disk hard disk named but it gave me an error on the generic drive.

    The error was ' the volume Recovery HD was found damaged and must be repaired. " File system check exit code 8. »

    And when he checked that the physical Volume of basic storage partitions it just said "problems found... that might prevent from starting. Successful operation. "

    How is the HD Recovery repaired? I'm not wanting to reformat the HD. I have a few 3rd party utility repair

    Hello!

    HD recovery is part of the installation of Mac OS X. It is for the operating system. Hidden to the user. You can't change it. It can be corrupted if startup, update or something to this effect has been disrupted. You can use third-party utilities based to wipe the HD clean as a whistle as many times as you care to. When you prepare your HD for OS X install or click on install fresh copy of Mac OS X that recovery Partition is created 400 and some odd MB are reserved during the partition GUID Partition map/Mac OS extended (journaled).

    Usage:

    For recovery when holding [command] [R] keys for put to restore your Mac out of the box state.

    So to answer your question, in short, disk utility can repair it. You can do a full erase secure and he destroy. Mac OS X will generate a new Recovery HD during installation.

    Bravo!

  • How long the Messages keep history to Yosemite? I know for iDevices you can choose between 1 month or 1 year but I wonder about the way it manages the Mac...

    How long the Messages keep history to Yosemite? I know for iDevices you can choose between 1 month or 1 year but I wonder about the way it manages the Mac...

    Messages or e-mails?

Maybe you are looking for