Values LOV to be stored in the database

Hi all

I have a LOV with 2 values (display attributes) in this lov
In the region, I want to show the attribute 1 and table of lov I want to store the attribut2.

Have we not all the same criteria that there in the list of choices like the drop-down list display attribute and the attribute value list drop-down list to specify a value (view attribute) and to store another value in the database.

Your help is thanksful


Ajay

Just to be clear, LOV does not store the values of the DB. The basic page will be VO/EO.

So when the user selects a record in the result LOV, make the employee id, the name of the employee to basic page to display the name of the employee of the VO. on the page id and the employee to be hidden.

One way to try is to put the name of the employee as an attribute transient in base page VO so that it is used that for the purpose of display (IE not to associate any DB column to it). So when you post data, name of the employee does not get inserted. Other attributes associated with the DB columns must be inserted.

I would like to know if it works.

Thank you

Tags: Oracle Applications

Similar Questions

  • When I choose from the LOV, is not stored in the database

    Have a field (Manager) where the user selects their manager in the list (generated by the following query)

    Select FIRST_NAME. Last_name d, MANAGER_ID r
    staff
    where TITLE = 'MGR '.
    order by 1

    After the Manager is selected and you click on apply changes, nothing is stored in the database.

    Have defined as field Manager specifications:

    Source: only when the current value is session state is null
    Source type: column database
    Maintain Session State: per Session
    Source of value or an Expression: MANAGER_ID

    Well, how you created this form... manually or by using the wizard. If you have used the wizard, then it would be asked to select the table, and it would have created process for updating the same.

    If you have created this form manually, then you must add a processs to update this database...

    Kind regards
    Shijesh

  • AF:table value of text entry box does not get stored in the database.

    Hello
    I use af:table in my jsff page. The table contains the column of text entry box. After clicking the Create (+) button, a line has been added to the table. I got value into the text entry field and click the 'OK' button to commit the transaction. When I check the database, the entered value is not stored in the database. What I've observed, it's that if I have more than 1 table in the af: table and after entering the value into the text entry field, if I tab out and control moves to the next line, and then click the OK"" button. This time, the value you entered get stored in the database. It's look like, the value of current row is not updated until the action tab. Please help me solve this problem.

    JDeveloper version: 11.1.1.6

    Kind regards
    Suresh

    Hello

    What is the business service associated to this? Also the OK button have no immediate = true set

    Frank

  • Heavy binary files must be stored in the database?

    I was asked an interesting question: If a database contains all the data? Or large binary files must be stored in the file system?

    Example of large binary files: videos or PDFs heavy (+ 200 MB).

    With an old aspx web app (1.1) I tried to open a 200 MB pdf file stored as a BLOB in a base of Oracle 11 g and it has run out of memory.

    However, same asp.net web application had no problem to open the same pdf file stored in the file system on a server. It could be that maybe there is some way to open fields heavy blobs with asp.net.

    For reasons of integrity, I say that all data must be stored in the database, but my cases described showed me that maybe it's not the way.

    SQL Server allows the content of the columns of varbinary (max) to be stored on the file system, maybe there is something similar in Oracle?

    With an old aspx web app (1.1) I tried to open a 200 MB pdf file stored as a BLOB in a base of Oracle 11 g and it has run out of memory.

    It could be that maybe there is some way to open fields heavy blobs with asp.net.

    Depends entirely on how to open BLOB.
    A simple way is enter any value in table (like getArray()). It can be risky when there are great values.
    More sophisticated is to read in chunks.
    In environments such as Java or ASP.net programming should be operable methods BLOB as a stream of data. In Java, it is ResultSet.getBinaryStream)
    You can spend this additional flow, for example the browser connection. It will read the BLOB value into small pieces (or 64K) and pass it to the browser or whatever the customer.

  • Huge table with PDF (1.4 TB) be stored outside the database

    We have a table with BLOB where a PDF one stored. Now, we want to bring these data from the database (backup reaseans etc..).

    Any solution? Maybe a total another data store - stuff 'BIG DATA '?

    Thanks - regards

    Oliver

    If some give me a solution for a way to store PDF files outside the database.

    If you want to store the PDF file outside the database, then there are usually two approaches.

    (1) in the database, there is a table that stores the name of the file and the location on disk of the PDF. The written application the PDF file in the file system and then updates the database with the location and the name of this PDF file. If the application must Access the PDF, it looks up info in the database and then retrieve this file. The application must be able to read and write to the disk outside the database.

    (2) use such BFILE as mentioned previously.

    In both cases, your PDF documents is stored outside the database, but in my opinion, this does not eliminate the need for backups. If these PDF are lost, and there is no backup, then the data are lost. Because its outside of the database, a database backup backs up only data. The backup may be different and however different backup method is used. But I've seen cases where the db backup was performed at a given time and the binary backup was done at another time and restoration, there were inconsistencies that needed reconciliation.

    HTH,
    Brian

  • How the nested table that is stored in the database?

    How the nested table that is stored in the database?
    The nested table column is stored with the table main or separate in the database?

    A nested table is a table that is stored in the structure of another table. It is used to support the columns that contain multivalued attributes.

    If you want to use the same type in multiple places, create them on a global scale and these will be discussed under 'Types'.

  • What else are stored in the database buffer cache?

    What else are stored in the database buffer cache, except the data reading of data files blocks?

    The nitty gritty on this point, you ask someone smarter than me waaay.

  • Where the CRM Customer-user account is stored in the database.

    Hello

    When you create and approving a CRM user using CRM HTML admin responsibility, assign us the customer accounts for which the user is created.
    For example, when you create a user for A client saw 5 accounts, I can assign account # 1,2 and 3 to the user.

    Does anyone know where this mapping is stored in the database?

    Kind regards
    Mohammed

    SELECT hca.account_number
    OF hz_cust_accounts AOB.
    fnd_user fu,
    hcar hz_cust_account_roles
    WHERE hca.party_id = fu.customer_id
    AND hcar.cust_account_id = hca.cust_account_id
    AND fu.user_id =

    Please let me know if this sql works. If not, I have to go through the flow and find the place where actually stores.

    Thank you
    RK
    925-998-1494
    Independent consultant

  • View the file stored in the database in the customer's computer

    Hello

    I use oralce forms Release 10.2.0.1.0.

    In my application, files (.xls, .pdf, doc, gif etc.) will be stored in the database as BLOB table. I have to add the service to display the file in the client browser.

    I tried to use the webutil function to transfer the DB file to the client, then client to ACE and showed the file using web.show_document. The problem with this solution is file created guard as a server. is there a way I can programatically delete the AS file, after using web.show - posting document.

    Or did somebody suggest another solution for the same.

    Thanks in advance.

    Hello

    There is no need to transfer the file on the AS, if they are stored in the database.

    Read this article.

    François

  • Given Oracle Spatial are stored in the database tables?

    Given Oracle Spatial are stored in the database tables?

    Oracle spatial is DBMS oracle server functionality. It allows you in NATIVE mode, store and manage all standard types of spatial data and their attributes and metadata in the oracle database enterprise, in the way that you are quite familiar with. on top of standard oracle database features, adds types of geographic data, spatial index, geometric operators and queries, functions, spatial and analytical, to name a few.

    MapViewer is a feature of Oracle Fusion Middleware, which makes cards using spatial data managed by Oracle Spatial. That's what you called "generator of maps. but of course, it's not just a map generator, he has much more to offer, such as MapBuilder, WMS, Oracle cards.

    For more information, please see the technical details:

    http://www.Oracle.com/technology//products/spatial/index.html
    http://www.Oracle.com/technology/products/MapViewer/index.html

  • Where the peoplecode is stored in the database of the PS?

    Where are the peoplecode/SQL or other objects created in the application designer stored in the database of the PS. I mean, I want the name of the table that contains this information. My goal is to know where the SQL/peoplecode text is stored in the database.

    Hello

    -PEOPLECODE
    EXPORT PSPCMPROG;
    EXPORT PSPCMNAME;

    -SQL
    EXPORT PSSQLDEFN;
    EXPORT PSSQLDESCR;
    EXPORT PSSQLLANG;
    EXPORT PSSQLTEXTDEFN;

    For other references, have a look at the mvprdexp.dms DMS

    Thank you!

  • Date picker date is not stored in the database

    Hi Frends,

    In my cutom OAF page, I use a messageTextInputBean. I put the data type of this bean as Date (to act as a date picker). I have attached an attribute of the view to the bean (date selector) text.

    View attached attribute is also a type Date.

    If a date is choose and committed the transaction, I get null value of the attribute method of the bean

    I used the below codes in AM

    oracle.jbo.domain.Date expiration_date = (oracle.jbo.domain.Date) row.getAttribute ("ExpirationDate");

    ........

    ...........

    Between the code is here...

    linesrow.setAttribute ("ExpirationDate", expiration_date);

    Apply();

    Could someone suggest how to solve this problem, get the date that is entered in...

    Kind regards
    Tarun

    Tarun,

    Can you just try for does not the date stored in the attribute to display and check if the value is going to the database. It would be possible that code fixed the null value by mistake.

    Concerning

    Sumit

  • Hide columns in Table B, based on values LOV in another row of the table:

    Hello

    Jdev 12.2.1.0

    I have two tables A and B and I hide columns b based on the value of row of table A LOV. For example, I have a line in A table that has a column with the x, y, z values lov. Now, if I select the row in the table has and change the LOV to x, I had to hide some of the columns in the table (B) is there a way to get this feature? Any help would be appreciated.

    Thank you

    Assume:

    1 table a call "DepartmentId" column this column has LOV.

    B 2-table a column "ColumnInB" this column will be visible depending on the value of "DepartmentId".

    Try to do the following:

    1 - from data controls, drag "DepartmentId" attribute and drop it on the page as inputText then together make this inputText to false (you can remove it, but don't forget the corresponding binding in pageDef. not deleted).

    2. copy the value of the inputText which will be as "#{bindings." DepartmentId.inputValue}"and go to the"ColumnInB"column and visible property beyond the copied value.

    3 - the ColumnInB visible will be the condition as:

    4-set DepartmentId autoSubmit = 'true '.

    5-set table partialTriggers table B has id and id of DepartmentId LOV

  • How to convert a name stored in the database as "ABC DEF GHI", "ABC Def Ghi"?

    Hello
    In a column of a table, a name is stored as 'ABC DEF GHI'.
    Now, I want to convert as "Abc Def Ghi".
    It is not necessary that all names have two space . Maybe it's a or n number of places in a chain.
    Could you please tell me how can I do?

    concerning

    Published by: user576726 on March 23, 2010 23:26

    For this type of conversion in oracle gave the name of function of INITIAL CAPITAL (INITCAP).
    And if you want to update in the database use the statement below.

    UPDATE TABLE_NAME
    SET COL_NAME = INITCAP (COLUMN_NAME)
    WHRE UR_CONDITION;

    -Clément

  • How to load an image stored in the database to the point of the Image

    Hi all

    Please help me to load an image to an element of the image, the IMAGE is stored as BLOB in the database.

    Please give me the code to load that image into the next key element based on certain conditions as employee number should correspond with the identification number of the photo.

    Thanks in advance.

    If you have a table with a column of type blob and some identify and want to show this blob content as a picture in a form?

    -Create a new block based on this table, make sure that the element type of the blob column is image.
    -In the key-nextitem (or another location where you want to upload the image), put something like:

    GO_BLOCK('IMAGEITEMBLOCK');
    SET_BLOCK_PROPERTY('IMAGEITEMBLOCK', ONETIME_WHERE, 'ID=' || varContainingTheIdValue);
    EXECUTE_QUERY;
    

Maybe you are looking for

  • ColorSync does not export png or jpg tiff after update to iOS 10.11.3

    Using ColorSync: Completed the update to iOS 10.11.3 yesterday, but acknowledged that, after the update, I have one more no *.tiff export *.jpg or *.png files. Many options for export has disappeared, that shouldn't be a problem, because the format p

  • Satellite L300-2This - WLAN card not recognized and missing partition

    Hello has obtained 2This Satelite L300, came empty, XP is installed, are not a tool to determine the inside wireless network card, downloaded the realtek drivers and toshiba astheros, none doesn't work, also have no idea how to determine which card i

  • HP Pavilion s5280t dead?

    My s5280t (HP Pavilion Slimline Desktop, purchased late 2009) suddenly "died" this morning. not sure what exactly is wrong with it... I have run most of the time, which suggests (surprisingly for me) in the owner's manual. each time a program will ch

  • Vista will not print works wireless but wired through router

    I have 2 wireless modem ATT DSL wire connected to a firewall server / print wireless Netgear FM114P ProSafe and a router 3Com to increase the number of connections. I have a Vista laptop that allows to print everything wired through my 3Com router co

  • alternatives HyperTerminal in windows 7

    How can I connect to another device via hyperterminal in windows 7.  I could easily connect XP to program the devices with which I work.  I can not find the network connection or hyperterminal anywhere... Help, please!