Substitution method to get the name of the working table

Hello

Is there an alternative method to get the name of created by LKM in IKM working table?

I see getFrom() used in some IKM.

This is because you use brackts in the value of the parameter UD3... it didn't.

On the position, simply use the command: (for example)

<%=odiRef.getColList("", "[POS] ", "", "UD3")%>

works?

Cezar Santos
http://odiexperts.com

Tags: Business Intelligence

Similar Questions

  • Method to get the RTE version

    With the help of LW/CVI 2010 SP1.

    Is there a method to get the version of the RTE running? I used GetCVIVersion() to return the version of LabWindows/CVI run-time libraries, but which does not offer a clue as to the engine used.

    Anyone else need it?

    GetCVIVersion and GetCVIVersionYear return the version information of the RTE (cvirte.dll) you call - it's WFP which RUNS within your application. Basically, the version information are incorporated into the implementation of the DLL TEN of these functions and when calling these functions, they return the embedded information. You do NOT get the version of the installed TEN.

  • Get the only table name in model executing the revese engineer but columns do not come

    Get the only table name in model executing the revese engineer but columns do not come. I used the standard procedure.  Please let me know why I am not getting column in my model.

    I have attached the screen shot for the same thing.

    This is a table or a synonym? In the case of synonym or try to add the property as it appears below thread.

    Reverse engineering a synonym in ODI 11 G.

    Or maybe go with personal setbacks.

  • Method to get the mod (in PL/SQL)

    There are 2 methods to get the mod (in PL/SQL)

    Start

    -Method1

    DBMS_Output.put_line (mod (17.6));

    -Method2

    DBMS_Output.put_line(17 Mod 6);

    end;

    /

    My question is the method that is best

    I think that Method2 is undocumented documented of PL/SQL.

    Therefore, we should use Method1.

    Hello

    I see no benefit to the use of "17 MOD 6.

    It is certainly preferable to use documented techniques.  2 ways seem to be just as effective.  Neither is inherently lighter, simpler to code or easier to maintain than the other.  In SQL, you have no choice: only "MOD (17: 6)" work in SQL.  I suggest to use it in PL/SQL, too.

  • How to get the underlying tables

    Hi all

    EBS R12.2

    How can I get the underlying tables of the following form?

    Capture.PNG

    Thank you very much

    Jen

    Hello

    Go to help-> review-> properties-> point.

    That's how you get the base table (FND_USER_RESP_GROUPS_INDIRECT):

    Kind regards

    Bashar

  • I just bought a year of CC version... When I login my account, the payment is visible, I downloaded photoshop and I wasn't able to get the work permit im always using an aplication free period. It is said that no payment or upated is the registry under t

    I just bought a year of CC version... When I login my account, the payment is visible, I downloaded photoshop and I wasn't able to get the work permit im still using a free period aplications. It is said that no payment or upated is the registry under this ID

    Hello

    Please check the help below document:

    Applications creative Cloud back in test mode after an update until 2015 for CC

    Kind regards

    Sheena

  • Method to get the accuracy of the GPS in meters

    Hi experts,

    What is a good want to can provide the code to get the accuracy of the current GPS of the device, in meters.

    Help, please.

    Best regards,

    Year s

    There are two methods named getHorizontalAccuracy() and getVerticalAccuracy() in the QualifiedCoordinates class. Who will return meters in the representation of float... Hope this will help you...

    Thank you

  • Method to get the device ID

    Hi experts,

    Can you kindly mention the method by which I can get the BB device ID using J2ME.

    net.rim.device.api.system.DeviceInfo
    
    DeviceInfo.getDeviceId();
    
  • Satellite L500/01F and Win7 - can't get the working FN keys

    I have a Satellite L500/01F and performed a clean installation of windows 7.
    All right, except that I can't get the FN keys work.

    Is there a certain driver I can download for this problem? Thank you

    Have you installed package of added value for Win7 offered for your laptop model?

  • How to get the work of localization

    It's finally time to get the site working in my apps and I'm getting a little frustrated. I have 2 newer phones and I can't work. I have a Curve 8320, which returns a BluetoothSerialPortGPSProvider little matter what I spend in criteria to LocationProvider.getInstance (). Which surprises me because bluetooth is disabled. I also have a storm that returns the value null, no matter what I go for a test.

    How exactly do any location valid on one of these devices? Even a cellsite location would be perfect.

    Better yet, what is the best practice to get the location of any BlackBerry with OS smart phone preferably > = 4.3?

    I spent a few days looking through the forums and knowledge base, and I can't it to work...

    First of all, the 8320 does not have internal GPS, so return a BlueTooth device is actually expected behavior.

    Please see the attached article:

    http://www.BlackBerry.com/knowledgecenterpublic/livelink.exe/fetch/2000/348583/800332/800703/What_Is...

    Then try passing a null test to get the provider of location on the storm. This gives you the provider 'by default'. If you're on Verizon, it's stand-alone GPS provider, because you can't have something else, without being a developer of Verizon.

  • Get the master table field value

    Hi all.

    I have a form with 2 tables of ADF (A and B), and they have a master relationship / detail.

    I need to put the property readonly on B (detail) table based on a (status) value in the current table (master) A line. I can't find "#{row.bindings.Status.inputValue}" expression editor for the table is placed on B.

    So, how can I get the value of the status field on the current line of the table to use in a table expression B?

    Sorry if this is obvious, but I'm new to ADF.

    Thanks in advance.

    You should not use #{row.bindings.Status.inputValue} in table 2 row var is local to table 1.
    Instead add a binding for the State attribute (according to table 1) in the pageDef and use it as an EL in table 2 # {bindings. Status.inputValue}... it will represent the currently selected line in table1.

  • How to get the worker thread to wait for a course of UI thread ends

    I managed so far to have a thread so far work send a signal to a class in the UI thread, view a map, capture the data in this worksheet and send a signal to slot in worker thread.

    To test that the steps in the UI could do I just put the worker thread in a loop with a sleep and a counter.

    What I don't know is how interrupt the loop when the final signal is sent. I know that the signal is received but the crack does not control until that the loop ends while I want the slot for the control reception and tell the loop at the end.

    I read the documentation in BlackBBerry and Qt on the threads, mutexes, condvars, QWaitCondition etc., but none of them quite make sense to me in this situation and I can't determine which would be the best or the only one to use here.

    Anyone could do his script to work for them?

    Does not appear that the use of mutexes, condvars, are applicable to this situation, as I have only main and a worker thread to synchronize. Signal wire loop blocks so slot does not control until the loop ends. This makes sense because a thread can have only a single process point of execution. Maybe with another thread, it might work but cannot solve the logic.

    However, to find a simple solution using a thread with a loop containing beds and overall, set variables to date by the UI thread that the loop check and then fall back to sleep or ends. I don't allow so many people then, if the loop has not yet finished I invited user "More time to enter the data do you need?" and set end or loop.

  • Method of getting the 2 values simultaneously using communications series RS232C

    Hello

    I'm new on OR / LAB Windows CVI. What I have to do just that:

    Only I have to read 2 values simultaneously in 2 different digital Panel using the RS232C serial communications, which are connected with sensors and after each equal time interval I read this (assume that I pressed start button and data comes in digital Panel then I'll press the button stop and note the values and then press the Start button and next value will come on signs).

    Can you please suggest me the steps in this process.

    ANY HELP WILL BE APPRECIATED

    Thank you


  • Upgrade Vista to Tecra A8-185 - how to get the work of the Service for the Protection of HARD drive?

    Hello

    does anyone know how and where can I get software updates because Vista does not support Protection of HARD drive so HARD drive PS services does not work :(
    I need to update the software HDD P.S. Shock Sensor but can not find anywhere.

    Hello

    It's a very bad situation, but at the present time there is no Vista for Tecra A8 drivers. Only thing to do is check http://pc-support.toshiba-europe.com/vista/ from time to time and see if the drivers will be available in the near future.

    Good luck!

    BTW: http://support.toshiba-tro.de/kb0/TSB7201PA0007R01.htm :(

  • Laptop NB550D - software needed to get the working Fn keys

    What is the name of the Toshiba software that makes really nice and useful menu graphic on the top of the screen, when I press the Fn key?

    Packed in which driver I can find it?
    [Portable NB550D | http://ce.computers.toshiba-europe.com/innovation/download_drivers_bios.jsp?LNG=20&service=CE&selCat & category = 2 selFamily = 387 & selSeries = 242 & selProduct = 633 8 & selShortMod = 2941 & language = 32 & selOS = 29 & selType = al & yearupload = & monthupload = & dayupload = & useDate = null & mode = allMachines & search = & action = search & macId = & country = all & page = 1?]

    Hello

    The software that controls the FN keys is called: Flash Cards Support utility
    In addition, you need to install VAP (value added package) before installing the Flash Cards Support utility.

    By the way; If this software is already installed, you can start it in all programs-> Toshiba-> Flash Cards Support utility

Maybe you are looking for

  • How to write a unique number in a single Excel cell

    I'm using Labview 2013 SP1 with the Microsoft Report Builder and I can't understand how to write a number of DP to a specific cell in an Excel spreadsheet. I have no problem writing tables of numbers to specific cell ranges, formatting of cells, the

  • When executing "Difficulty It Center Microsoft" I get a message "input string was not in a correct format." What does that mean?

    When executing "Difficulty It Center Microsoft" I get a message "input string was not in a correct format." What does that mean?

  • XPS 13 9350 uneven backlight

    Hi all I'm really happy with my new XPS 13, however, there is a problem that drives me crazy. This problem is backlight uneven. Although it can be seen well on black background and in a dark room only, I encounter whenever I'm watching a movie. I did

  • How to lock the app on device?

    If there is a way to lock the third-party applications. ?I can list all the applications installed on the deviceI need to set the password for it when user trying to open it

  • Stand alone LR upgrade

    I was hoping that some of you could help me with a problem I've had with an upgrade. I have the standalone version of LR, worm 6.6.1 not CC. I would go to 6.7, but the last time I tried to upgrade from a lower version 6.6.1 I got an upgrade to CC & c