Mtl-secondary_locators - making use of the "primary_locator_flag' column

We are using Oracle Inventory and I would like to assign an item to a subinventory against several locators. I would like to be able to assign one of these locators as the default locator for that part within that subinventory (not within all subinventories). I have looked at the table mtl_secondary_locators and it appears there is a column to do this but I cannot for the life of me find the form which populates it!
I have tried both the item subinventories and stock locators forms from the Inventory responsibility but still am having no luck.
Can anyone please advice?
Thanks,

Hi all,
I am facing a similar issue in Oracle Configurator.
Error 
The column(s), START_DATE_ACTIVE, must exist. The missing column is either required by the database or required based on the data that is being imported.
Is there a solution ?
Please help.
Thanks,
Rajesh

Similar Messages

  • Making use of the new MDB-Contract

    Dear friends,
    I would like to create a J2EE 1.4 MDB making use of the JMS resource adapter. I'm not able to find any documentation presenting an example. Could you please point me to some code samples? Or if you could provide me an example with the ejb-jar.xml and the weblogic-jar.xml I would much appreciated.
    Thanks!
    Pjrm

    The instructions for setting this up should be available through Yahoo/SBC. Someone else may have the instructions for you, but take a look through the Help sections for Yahoo/SBC and you should find what you need.
    If you get stuck along the way, feel free to ask.
    ~Lyssa

  • Inserting data into subtypes by making use of the super type

    Dear All,
    Let's say I have the following statements defining two object types and create two tables for them:
    create type t1 as object(x number) not final;
    create type t2 under t1(y number);
    create table t1t of t1;
    create table t2t of t2;
    I know I can use insert into t2t values(t2(12,12)) to get a new row.
    However, let's say I have run an insert into t1t values(t1(12)) and I want to make use of that object in the insert for t2t (something like
    insert into t2t values(t1value,12)). Is this possible?
    Jim

    >
    That works, but do we need to repeat all the data in t1's constructor? In the trivial example it is easy because t1 has a single argument but if you are meant to be typing everythinh again, you might as well do the full insert. Is there not something that will give you the value of the object you need (something like select value(e) from t1...)?
    Another idea that I am going to try is various member methods so that if you know the ID of the superclass objects you get the information; still can not beleive there is no function that will give me the values of the superclass.
    >
    You are using the default constructor.
    Just create your own constructors. Create several of them if you want: one that takes a T1 instance. Then you can provide that T1 instance statically or from a query and the constructor will access the values without you needing to specify them.
    You could also create your own constructor so that if you only provide one value the constructor calls 'super' and creates some 'default' T1.x value.

  • Making use of the Key.ALT isDown

    I need to make a keyhandler which will respond to the alt key
    being pressed, but all i get is the menu. in my experience most
    prgrams do not activate the menu's unless the altkey is released
    with no other action, OR if alt+? is selected.
    So, i am hoping that there is a way to make it so that
    alt+arrow_key can be targeted... anyone?
    -E

    VoxEcho,
    > I need to make a keyhandler which will respond to the
    > alt key being pressed, but all i get is the menu.
    What menu are you talking about? Are you in the IDE? Are you
    testing
    in a web page? In a Projector?
    > in my experience most prgrams do not activate the menu's
    > unless the altkey is released with no other action, OR
    if alt+?
    > is selected.
    On WinXP Home, I see the file menu take focus in Flash,
    Photoshop, and
    Word when I hit Alt by itself. Maybe I don't understand what
    you're asking?
    > So, i am hoping that there is a way to make it so that
    > alt+arrow_key can be targeted... anyone?
    Your subject line kind of points in the right direction. :)
    Look up
    the Key class in the ActionScript 2.0 Language Reference;
    specifically, the
    Key.isDown() method -- you'll see some sample code. Note:
    this is for
    *most* cases. For better or worse, though, Alt is the odd one
    out. Alt
    does not trigger the Key.onKeyDown or Key.onKeyUp event.
    You have to constantly check for the Alt key in a loop of
    some kind,
    such as setInterval() or MovieClip.onEnterFrame ...
    this.onEnterFrame = function() {
    if (Key.isDown(18)) {
    trace("Alt is being pressed!");
    ... and you have to know that the key code for Alt is 18. A
    big difficult,
    because that number is mysteriously missing from the Keyboard
    Keys and Key
    Code Values entry of the documentation.
    David Stiller
    Adobe Community Expert
    Dev blog,
    http://www.quip.net/blog/
    "Luck is the residue of good design."

  • Presentation Variables in the report column

    Hi Experts,
    I have one requirement like when a Dealer log-in in the Monthly report there is one date prompt[format 1995/01] now i have to create one new column that column as to filter the data based on date selected by the Dealer in the prompt
    and the filter should be like this
    case when
    *date={selected date from prompt by the user}*
    then
    *{monthly sales of that particular Dealer}*
    result of this column i have to use in the other column.
    how i have to implement this logic can we do this by using presentation variables please let me know the syntax.
    Thanks in Advance,

    Write the case statement as below.
    case when
    date=@{Pv_Date}{1995}
    then
    {monthly sales of that particular Dealer}
    Pv_Date is the presentation variable name.
    Thanks

  • Load LiDAR data into Spatial 11g making use of Point Cloud Type?

    Dear all,
    from an aerial LiDAR scan I have approximately 226 million points, spread over 9 files. I would like to load them into Oracle Spatial 11g, making use of the new point cloud data type. I have the book "Pro Oracle Spatial for Oracle Database 11g" here and Appendix E explains how you have these two tables that together manage your point cloud. I find the example given in the book rather simplified though as they have only x, y and z and a row id colum. In addition to this I also have r, g, b and i (intensity) values.
    I was wondering if anyone could give me a hint on how to store all the information in one table and making use of the sdo_pc data type at the same time.
    Also, the example has the points already in a table, but I'd like to load it all directly from my files into the point cloud table (I know how to use sqlldr, but how do I get it into this point cloud table structure). What's the cleverest way to go about this?
    All ideas are greatly appreciated!!
    Regards,
    Bia.

    Hi,-
    Our LAS converter supports LAS 1.1 format.
    LAS version 1.0 has fewer entries for the data than LAS version 1.1 so you might just ignore those extra fields that donot exist in LAS 1.0.
    Therefore, i am expecting your data to be fine with our LAS to SDO_PC converter.
    Thanks

  • Making the certain columns as disable.

    I am using a Complex UI Element - Table in my Web Dynpro. I am displaying 5 columns which are editable. i want to make disaable a column dynamically. How can we do that ?

    Hi Manjunath,
    Sorry for the late reply was trying to code the desired functionality. Am not sure whether this is a good way of implementing your task or not but just giving out the way I know...
    I had created 2 context nodes.
    Node: DROPDOWN is used to store the dropdown values (Jan, Feb...)
    Node: TABLE is a dummy node with no attributes used for binding to the table
    Declare a variable (say GR_TABLE) of type CL_WD_TABLE in attributes tab of your view. Then in the wddomodifyview method just save the reference of your table UI element into this variable. (NOTE: TABLE is the name which I have given for my TABLE UI element in the view)
    method WDDOMODIFYVIEW .
      check first_time = abap_true.
      wd_this->gr_table ?= view->get_element( id = 'TABLE' ).
    endmethod.
    Now coming to the main part of creating columns dynamically as per the selected month. I have put a pushbutton beside my DropDownByIndex which the user has to select after making a selction. This button triggers the action ONFETCH. We make use of the 2 classes CL_WD_TABLE & CL_WD_TABLE_COLUMN & the methods REMOVE_ALL_COLUMNS & ADD_COLUMN methods for achieving the desired output. But Manjunath my coding does not include creation of binding for the created columns. You will have to try code that yourself. You can find the necessary methods by going through CL_WD_TABLE & CL_WD_TABLE_COLUMN. Hope that this is helpful for you.
    Regards,
    Uday
    Fill the respective month names in order to appear in the DropDownByIndex.
    Coding inside the WDDOINIT method:
    METHOD wddoinit .
      DATA: lv_node TYPE REF TO if_wd_context_node,
            lt_dropdown TYPE ig_componentcontroller=>elements_DROPDOWN,
            wa_dropdown TYPE ig_componentcontroller=>element_DROPDOWN.
            wa_dropdown-values = 'January'.
            append wa_dropdown to lt_dropdown.
            wa_dropdown-values = 'February'.
            append wa_dropdown to lt_dropdown.
           lv_node = wd_context->get_child_node( name = ig_componentcontroller=>wdctx_dropdown ).
           lv_node->bind_table( new_items = lt_dropdown ).
    ENDMETHOD.
    Coding for ONFETCH action triggered by pushbutton:
    METHOD ONACTIONONFETCH .
      DATA: lv_node TYPE REF TO if_wd_context_node,
            lt_dropdown TYPE if_main=>elements_dropdown,
            wa_dropdown TYPE if_main=>element_dropdown,
            lead_selection_index TYPE i,
            lr_column type ref to cl_wd_table_column.
      wd_this->gr_table->REMOVE_ALL_COLUMNS( ).
      lv_node = wd_context->get_child_node( name = 'DROPDOWN' ).
      CALL METHOD lv_node->get_static_attributes_table
        IMPORTING
          table = lt_dropdown.
      lead_selection_index = lv_node->get_lead_selection_index( ).
      READ TABLE lt_dropdown INTO wa_dropdown INDEX lead_selection_index.
      CASE lead_selection_index.
        WHEN '9' or '11' or '4' or '6'. "Sep, Nov, April, June
          do 30 times.
            lr_column = cl_wd_table_column=>new_table_column( ).
            wd_this->gr_table->add_column( index = sy-index
                                           the_column = lr_column ).
          enddo.
        when '10' or '12' or '1' or '3' or '5' or '7'. " Oct, Dec, Jan, Mar, May, July, Aug
          do 31 times.
            lr_column = cl_wd_table_column=>new_table_column( ).
            wd_this->gr_table->add_column( index = sy-index
                                           the_column = lr_column ).
          enddo.
        when others. " Feb
          do 29 times.
            lr_column = cl_wd_table_column=>new_table_column( ).
            wd_this->gr_table->add_column( index = sy-index
                                           the_column = lr_column ).
          enddo.
      ENDCASE.
    ENDMETHOD.

  • I'd Like to Use a column for a series in a chart which isn't the first column (A)

    Is this possible without moving the columns around?
    Where the Date is the series on the left column, i would instead like the Day on the column next to it to be used.
    I've managed to do this by moving the entire column but in future this may not be efficient so would very much rather another route.
    Even if somebody knows if it cant be done i'd be grateful.

    Ok resolved that work around quickly.
    Adding a header row above the data seemed to organize the chart better.
    I'm sure there are other ways but this seems to help point to the right organization for the table.
    So in answer to my original problem i think the reason i was getting numbers listed instead of week days is because the the series in the left column was the rows of numbers in the header column.
    So bassically it likes headers...i tested this by making both of the first two colums headers and it in fact does show it as
    For the sake of the original solution of isolating just the text as opposed to making both columns headers.
    I created a new table with two columns, one column was a header with the day of the week and one header row.
    I then took the first cell i needed which was the cell containing THURSDAY and did an =B3 to reference the cell i needed from the original table. make sure to click the arrow in the formula and uncheck preserve row.
    You can then drag and fill all the other cells underneath to reference subsequent rows . i did the same for the other column and its respective data i wanted to reference from the original table.
    i then selected the table , created a chart and switched to plot rows as series.
    If anybody has a better solution im all ears

  • Hiding a column used in the custom view!

    Hello! I would like to find out if there is any way to do the following: I have a view based on a table (Configuration Manager - Views).  I specified to display 4 columns to show up in the View, so that we can modify the columns without going into the Database.  In the "Default Display Expression" entry on the Info tab of the view, I've specified how these columns should be displayed on the UI. My problem:  I don't want to display the fourth column on the UI at all, but I want this column to still be accessible by administrators via the view!  Is it possible to specify somehow NOT to display this column, but still use it in the view? Thanks for the suggestions! Anya

    Hello! I've actually created a separate view just to hide this fourth column, and we will be using this for the administration (relates to your point b).  However, someone had asked not to use so many views!  Do you know of any problems if several views are being used for the same table? In our case some tables have up to 3 views already. We use this view for the Metadata field, but the Metadata field is an option list (or controlled vocabulary in our terms).  To enable more user-friendly selection, we are using DHTMLX Grid (dhtmlx.com) to display values in the View.  The grid is displaying all columns from the view, by default!  (Perhaps I need to check if I can somehow customize the Grid - however, I was hoping to do this from the View itself) Thanks!

  • From two given tables, how do you fetch the values from two columns using values from one column(get values from col.A if col.A is not null and get values from col.B if col.A is null)?

    From two given tables, how do you fetch the values from two columns using values from one column(get values from col.A if col.A is not null and get values from col.B if col.A is null)?

    Hi,
    Use NVL or COALESCE:
    NVL (col_a, col_b)
    Returns col_a if col_a is not NULL; otherwise, it returns col_b.
    Col_a and col_b must have similar (if not identical) datatypes; for example, if col_a is a DATE, then col_b can be another DATE or it can be a TIMESTAMP, but it can't be a VARCHAR2.
    For more about NVL and COALESCE, see the SQL Language manual: http://docs.oracle.com/cd/E11882_01/server.112/e26088/functions119.htm#sthref1310
    I hope this answers your question.
    If not, post a little sample data (CREATE TABLE and INSERT statements, relevant columns only) for all tables involved, and also post the results you want from that data.
    Explain, using specific examples, how you get those results from that data.
    Always say which version of Oracle you're using (e.g., 11.2.0.2.0).
    See the forum FAQ: https://forums.oracle.com/message/9362002

  • How do you use the status column to show progress of a step in an OI?

    Hi everyone,
    I was just doing a little browsing and noticed the picture at the top of the http://www.ni.com/teststand/ web page.  It shows a progress bar in the status column of a step being executed.
    I have several applications where this would be a very useful addition.  I use the progress bar at the bottom of the OI and sequence editor regularly, but would very much like to show progress of an individual step in the status column.  It would be particularly useful where you turn the tracing off into a sequence but want to see that progress is being made through the steps within it...
    Anyone know how to do this?  I have been unsuccessful in trying to find examples....
    Cheers,
    Barry

    James,
    I believe your answer to Bazza's question also applies to my situation, but I wasn't sure so I thought I would ask.  I am working on a custom TestStand operator interface in LabVIEW using the UI controls.  I would like it to behave as closely as possible to the old Test Executive.  Specifically, I would like the operator to be able to see the contents of the sequence file, interact with them, and see the execution results all in the same view.  Is that possible?  In other words, can I display and interact with a sequence file (display the sequence steps, run selected steps, loop selected steps, etc.) and display the sequence's execution results (including tracing) in the same SequenceView control or do I have to use 2 of them?
    Thanks,
    Ryan Wright

  • How to use the procedure column in reports

    Hi all
    How to call the procedure in reports as source.. If possible how to use columns of procedure in the layout column of report????

    Hi,
    Your query is not clear.
    1. In subject are you asking total column.
    A. Edit pivot view and go to Rows and click Total BY option here you can find option like (none,before,after) the you can select after it will display total all culms.
    2. I want use the columnC in columnD ? -- Am not understand.
    A. What my understand is you want to see the report only C and D values only.
    If it is correct we can apply filter in report level click column filed and apply not equal to A then it will show only C and D only.
    If it is wrong pleas post me correct one with example. Will try to help out this.
    I am not sure this is what your looking so far.
    Award points it is useful.
    Thanks,
    Satya

  • How can I get the real column of an alias in a view using system catalogs?

    Given a view with columns that use aliases, I would like to get the real column name for the view column with the alias.
    For example,
    CREATE VIEW myView AS
    SELECT name as col_1, price as col_2, price + 1000 as col_3
    FROM myTable
    I want to get that 'col_1' is actually the 'name' column and 'col_2' is the 'price' column by querying the system catalogs of SQL Server. It would be great to know whether I can resolve what 'col_3' is in the
    example as well (i.e., when an alias is an expression, not just a column). 
    Thanks in advance.

    Or you can use the System function
    sys.dm_exec_describe_first_result_set, example
    CREATE TABLE myTable
    (name varchar(30), price money);
    GO
    CREATE VIEW myView AS
    SELECT name as col_1, price as col_2, price + 1000 as col_3
    FROM myTable;
    GO
    SELECT name, source_table, source_column
    FROM sys.dm_exec_describe_first_result_set(N'SELECT * FROM myView', NULL, 1) AS FRS
    =>
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • I just bought a MacBook Pro, and need to d/l my photos from my memory card reader.  iphoto keeps coming up as the app to use, but the column on the left says "No name, and shows 0 photos on the black screen.  How do I view the photos on the reader?

    I just bought a MacBook Pro, and need to d/l my photos from my memory card reader.  iphoto keeps coming up as the app to use, but the column on the left says "No name, and shows 0 photos on the black screen.  How do I view the photos on the reader?

    Did it...  When I clicked on "No name", a file folder came up and, I forgot to put MacBook Pro in the name bar... That was it!  Maybe someone else can use this post Hopefully...

  • Using photoshop elements 13 for a brochure Drew the rectangle shape for the first column but when i go to use the move tool it doesnt highlite the rectangle box why?

    Using photoshop elements 13 for creating a brochure -drew the rectanle shape for the first column but when i go to the move tool it doesnt allow me to highlite this shape why?

    The faulting module is photoshop. Report below.
    Source
    Adobe Photoshop CC 2014
    Summary
    Stopped working
    Date
    2/2/2015 4:54 PM
    Status
    Report sent
    Description
    Faulting Application Path: C:\Program Files\Adobe\Adobe Photoshop CC 2014\Photoshop.exe
    Problem signature
    Problem Event Name: APPCRASH
    Application Name: Photoshop.exe
    Application Version: 15.2.2.310
    Application Timestamp: 5480338c
    Fault Module Name: Photoshop.exe
    Fault Module Version: 15.2.2.310
    Fault Module Timestamp: 5480338c
    Exception Code: c000001d
    Exception Offset: 00000000049de322
    OS Version: 6.3.9600.2.0.0.768.101
    Locale ID: 1033
    Additional Information 1: 8db4
    Additional Information 2: 8db473619c10c0c8b85ce99afe676ed8
    Additional Information 3: f06d
    Additional Information 4: f06da704bdd5338df2a8d09bde2244bb
    Extra information about the problem
    Bucket ID: 1fe6d1d4e5765bd348843b981b8ec4d2 (85990875000)

Maybe you are looking for