FND Tables

Hi,
Where can I see the data in fnd_labguages_tl and fnd_territories_tl from the forms front end interface ?
Thanks,
Amit

Hi Amit,
These can be one of the ways:
1) I believe it is FND_LANGUAGES_TL and not fnd_labguages_tl.
For the same you can navigate to form as : System Administrator > Install > Languages
2) For FND_TERRITORIES_TL:
AP Super user > Setup > Countries
By the way, whats your job portfolio ?
HTH

Similar Messages

  • Required Oracle FND tables for Discoverer Install (Oracle App user)

    Hi does anyone know of set documentation or, via SQL Trace, which existing tables Discoverer looks for when setting up an EUL? For instance, our install requires you select the Oracle Apps User Schema and put in the password for that schema where your FND tables reside.
    Assuming some are missing in our current setup, what would be required in order for Discoverer to work in conjunction with the Oracle applications roles and responsibilities, etc.
    I found this list in Discoverer documentation and confirmed I know have that setup correctly with proper grants, etc.. The EUL is created but does return an error of "Table or View does not Exist" which can be passed over and you can proceed into the EUL - but there is an error upon logging into EUL.
    grant select on FND_USER to &EULOWNER
    grant select on FND_APPLICATION to &EULOWNER
    grant select on FND_USER_RESPONSIBILITY to &EULOWNER
    grant select on FND_RESPONSIBILITY_VL to &EULOWNER
    grant select on FND_ORACLE_USERID to &EULOWNER
    grant select on FND_DATA_GROUP_UNITS to &EULOWNER
    This is Discoverer 10g and Oracle 10g database.
    Thanks,
    Mike

    Rod,
    I have confirmed that the Discoverer Administrator Responsibility has Administration, Desktop & Plus privelages.
    Furthermore, the account I am trying to login as - DSCADMIN has those permissions and is assigned that responsibility as well.
    It should be noted that when logging into the EUL as the DSCADMIN account, it prompts me to create a new EUL as one does not exist....however under the EUL ADMIN account (where the EUL was created), it recognizes the EUL since it is the owner.
    Am I missing something further - I've been through the documentation several times and can't figure this out - I have continually made progress but then hit a speed bump each time.
    It should also be noted that DSCADMIN is a database user schema account and also an Apps user as well - but this is how it was setup in our old enviornment so I wouldn't think this would make a difference.

  • Manually adding an attachment to FND tables

    I know that there have been a few posts that outline how to handle adding an attachment to FND tables but I have an additional question.
    I have an trigger on each of the following four tables that captures all data when uploading an attachment when creating/viewing a service request (short & long text as well):
    FND_LOBS
    FND_DOCUMENTS
    FND_DOCUMENTS_TL
    FND_ATTACHED_DOCUMENTS
    I need to move the captured data into a different database and I'm wondering if it's possible to not use any Oracle APIs when inserting and updating data to the other database.
    Thanks

    Its possible with the exception that it will be unsupported (your triggers are unsupported anyway).
    Gareth

  • Related to FND tables (Org_ID)

    Hi guys,
    I created a shell script in which i ran some sql queries which are using FND tables. I registered this shell script as a concurrent program. My doubt is, how can i set to a particular org_id so that it can run for that org_id and display the data accordingly.
    Help Appreciated.
    Thanks

    Hi Yury,
    Thanks for responding. Actually, I am trying to take the request ID from the fnd_concurrent_requests table and catch its output file and use it in a shell script to print the output of that request.
    There is a concurrent program which is run successfully , but it is not printed on to the printer. So, what we manually do is take that request ID for that date and and print it using linux lp command.
    All this process is done manually, so i tried to automate this process.
    i wrote a shell script in which i connect to the database and run this query:
    select outfile_name from fnd_conc_requests_form_v where program_name = '.........' and request_date=to_date('${5}','DD-MON-YYYY');
    using this i get the outfile_name which i use it in lp -d printername outfile_name
    now i want to use the same shell script which is registered as a concurrent program which i want to use it both fo US and CANADA. So i want to catch ORG_ID in the query so that particular data for that ORG_ID is bought in to the result.
    while writing a shell script and calling sql plsu inside the script, can we use fnd_global.resp_id in the query.
    like ..
    where
    fnd_conc_requests.responsibility_id = fnd_global.resp_id
    help appreciated.
    Thanks

  • Delete rows from fnd tables

    hai folks,
    right know in my fnd_concurrent_request table nealry 2 lakhs rows are there(clon instance)
    can i delete these rows manually.is it recommended?
    tell me how can i clen up fnd tables.
    regards
    dba

    To run the Purge Concurrent Request and/or Manager Data program:
    1. Log in to Application as System Administrator responsibility.
    2. Navigate to Request> Run> Single Request
    3. Query up Purge Concurrent Requests.
    4. Enter 3 for age parameter so that it keeps only 3 days data in the tables and 3 days output/log files in the file system.
    The following tables will be purged:
    FND_CONCURRENT_REQUESTS
    This table contains a complete history of all concurrent requests.
    FND_RUN_REQUESTS
    When a user submits a report set, this table stores information about the
    reports in the report set and the parameter values for each report.
    FND_CONC_REQUEST_ARGUMENTS
    This table records arguments passed by the concurrent manager to each program
    it starts running.
    FND_DUAL
    This table records when requests do not update database tables.
    FND_CONCURRENT_PROCESSES
    This table records information about Oracle Applications and operating system
    processes.
    FND_CONC_STAT_LIST
    This table collects runtime performance statistics for concurrent requests.
    FND_CONC_STAT_SUMMARY
    This table contains the concurrent program performance statistics generated by
    the Purge Concurrent Request and/or Manager Data program. The Purge Concurrent
    Request and/or Manager Data program uses the data in FND_CONC_STAT_LIST to
    compute these statistics.
    FND_CONC_PP_ACTIONS
    Stores the post request processing actions(e.g., print, notify) for each
    submitted request. There's a concurrent_request_id here for each request_id
    in the FND_CONCURRENT_REQUESTS.
    FND_RUN_REQ_PP_ACTIONS
    Stores the post request processing actions(e.g., print, notify) for
    submitted request set programs that are stored in FND_RUN_REQUESTS

  • Updating FND table owner password after database import/export?

    We created a reporting instance from our production environment, and moved the EUL to a new schema through a database export/import process - not the Discoverer Administrator export/import process. The password associated with the owner of the FND tables is embedded within the EUL in production. When this was moved to a new schema in our reporting instance, this password "came with" the EUL. However, the password for the FND table owner is different in the reporting instance than it is in production. Is there any way to update this after the fact for the owner of the EUL?
    Here's what happened: EUL_OWNER1 is the owner of the Applications mode EUL in production. The copy was taken of production to create the reporting instance. At that time, EUL_OWNER2 was created in the reporting instance, and the tables and data owned by EUL_OWNER1 was exported and imported into EUL_OWNER2. The reason that we did this was to lock down security and keep people from running reports against production, hindering the performance of the overall system. The APPS password (which owns the FND tables), which was required when creating the EUL_OWNER1 EUL in production, is different in the reporting instance. When you log into Discoverer Administrator as EUL_OWNER2 and try to validate folders, you get "ORA-00942: table or view does not exist" errors for all of your tables. Basically, that user cannot view those tables because it does not have the appropriate APPS password.
    Can this be updated somehow? Or do I have to re-create the EUL for EUL_OWNER2 by using the Discoverer export/import functions? Thanks.
    Meredith

    Hi,
    I don't think the FND password is embedded in the EUL tables. What you will have lost by moving the EUL through a database export/import is all the grants that gave the EUL owner access to the FND tables and other Apps objects. These can be reapplied at the database level. However, the EUL owner does not actually need access to the tables that are mapped into the EUL as you can refresh these when you connect as an Applications user.
    Hope that helps,
    Rod West

  • FND tables design

    Hi,
    I was going through FND Design Data section on eTRM website .
    I need to understand a few things about table design here.
    I was surprised to see one composite primary key and one composite unique key instead of primary keys in single columns(concurrent_queue_id,concurrent_program_id and concurrent_processor_id) in the following tables
    FND_CONCURRENT_QUEUES -- Primary Key: FND_CONCURRENT_PROCESSORS_PK(columns:application_id,concurrent_queue_id)
                   Primary Key: FND_CONCURRENT_PROCESSORS_UK1(columns:application_id,concurrent_queue_name)
    FND_CONCURRENT_PROGRAMS -- Primary Key: FND_CONCURRENT_PROGRAMS_PK(columns:application_id,concurrent_program_id)
                   Primary Key: FND_CONCURRENT_PROGRAMS_UK1(columns:application_id,concurrent_program_name)
    FND_CONCURRENT_PROCESSORS -- Primary Key: FND_CONCURRENT_QUEUES_PK(columns:application_id,concurrent_processor_id)
                   Primary Key: FND_CONCURRENT_QUEUES_UK(columns:application_id,concurrent_processor_name)
    Let's consider FND_CONCURRENT_QUEUES table for instance.
    As per my understanding, concurrent manager name and id has to be unique throughout the suite.
    But, by decalring them as composite primary/unique key with application_id column,Oracle is saying that the uniqueness of concurrent manager's id and name is maintained across one particular module(application like AP,GL etc) only and not across the entire suite.
    Is that actually the case?
    Also,this concurrent_queue_id column is used as foreign key for many tables.
    Now, for a column to be used as a foreign key, it has to be either unique key or primary key itself alone(not a part of a composite key) in its parent table.
    In this case the column is a part of a composite primary key and still being referred from many tables as foreign key.
    Please clarify.Any additional comments on this are very welcome.
    I have exactly the same questions for the PROGRAMS and PROCESSORS(program library) tables as well.
    Thanks,
    Rushi

    http://etrm.oracle.com/pls/etrmlatest/etrm_search.search
    requires a metalink userid

  • Report with a Download link for a Pdf stored in Blob in database FND tables

    We attach a pdf file in the Receivables invoices in Oracle EBS. We use APEX to report from EBS tables. We have a requirement to have a APEX report to display the pdf attached to the invoices with a capability to download the pdf. These pdf are stored in a blob column in fnd_lobs table.
    Any pointers on how to approach is highly appreciated.
    Thanks
    Jo

    check this How to Upload and Download Files in an Application
    let me know if you have any doubts

  • WHICH FND TABLE KEEPS TRACK OF FORMS FIELDS ?

    At the database level forms by application are kept in FND_FORM table. Columns and tables that are used in the specific application are stored in FND_TABLES, FND_COLUMNS, FND_APPLICATION_TL. By joining these tables it is possible to get tables, columns by application info. Also there is HR_FORM_ITEMS table where configurable form fields are stored by application and by form_id.
    Which table stores by application_id, form_id columns/tables that are defined in each form ?

    There are no such tables, as You only register the form but not individual blocks and columns used. The table registration API, on the tables You mentioned store only table definitions at database level. The case for HR is for a specific functionality and only serves that purpose, but not other forms in the hrms family store that info.

  • What is the Relation between System Tables and FND Table?

    Hi,
    I have two LOV's. First one is Module Name. Here I will select Module Name as GL, AP, AR.... In the second LOV it should populate all the API's available in the module. I tried with the following tablesFND_APPLICATION AND ALL_SOURCES. But there is no relation between these tables.
    Can anyone suggest me..
    Please help me out.
    Thanks in Advance,
    Sateesh

    Hi,
    I have two LOV's. First one is Module Name. Here I will select Module Name as GL, AP, AR.... In the second LOV it should populate all the API's available in the module. I tried with the following tablesFND_APPLICATION AND ALL_SOURCES. But there is no relation between these tables.
    Can anyone suggest me..
    Please help me out.
    Thanks in Advance,
    Sateesh

  • Which fnd table has the EBS version?

    I'd like to find out the R12 version from the db, without logging into the apps nor logging into the servers.
    Which table has that?

    Hi,
    Please see the following threads.
    family pack level
    family pack level
    Scripts to know Installed family pack version in apps11i
    Scripts to know Installed family pack version in apps11i
    Regards,
    Hussein

  • ORA-01653:enable to extend table APPLSYS.FND_LOGIN by 128

    Hi,
    I am facing the below error while running the concurrent program:
    ORA-01653:enable to extend table APPLSYS.FND_LOGIN by 128 in Tablespace FND_TAB.
    Could you please suggest me something on this.
    Thanks

    Logging into and working in EBS causes audit data to be inserted into various FND tables, one of them being FND_LOGIN. It is a best practice to run the "Purge Signon Audit Data" concurrent program regularly, based on your needs and requirements as to how long login audit data needs to be retained at your site. This program runs the script $FND_TOP/sql/FNDSCPRG.sql. This will delete data form FND_LOGIN (and other) tables and keeps them from growing too big.
    HTH
    Srini

  • Value set table name in fusion app

    Hi Team,
    Can any one please tell me the table name which is used in fusion app to store the value set name which we create.
    Thanks,Ajay

    Sorry for the confusion, the FND tables are indeed in the OER and the FND_VS_VALUE_SETS can be found there. There is a data issue where content (prior of R8) was in correctly categorized such that its not available under "technology" product family and my query failed since used combination of both criteria. In any case just use "All versions" for the version criteria and the data will be returned. They are internally working to fix the product family for previous releases..
    Jani Rautiainen
    Fusion Applications Developer Relations                              
    https://blogs.oracle.com/fadevrel/

  • What does FND mean?

    Hi All,
    Can anyone please let me know what exactly does FND mean in Oracle Apps.
    Also what are the basic FND tables commonly used or needed by a developer.
    Regards,
    Shruti

    Hi shruthi,
    We are DBAs here. And the tables we use may be different from what you need. But any way see these.
    SELECT application_id,
    table_id,
    table_name,
    user_table_name,
    description
    FROM fnd_tables
    WHERE table_name LIKE UPPER('%&table_name%');
    Note: Enter the table_name for which you want to find out details. You can put
    application_id to filter tables.
    Reference: [Taken from http://oracleappstechnology.blogspot.com/2009/02/good-queries-on-fnd-tables-for-apps11i.html]
    Please see this, If its helpful.
    http://www.blogcatalog.com/blog/knoworacle/8b60656ab24e8ea7a98f241fe2ba746d
    http://freshers-oracleapplications.blogspot.com/2008/09/fnd-tables.html
    http://www.club-oracle.com/articles/oracle-apps-fnd-and-concurrent-manager-key-tables-267/
    Regards
    Taher

  • About Dead Lock on apps tables in 11.5.10.2

    Hi All,
    How to find and Kill dead lock on apps table (11.5.10) ?
    Reg
    Chirag Patel

    Chirag,
    Please refer to the following notes, it should be helpful.
    Note: 109061.1 - How to Check Whether an AOL Table is Locked
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=109061.1
    Note: 223559.1 - Oracle Application Object Library Table Lock Data Collection Test
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=223559.1
    Note: 732271.1 - R12 Oracle Application Object Library (FND): Table Lock Data Collection Test
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=732271.1

Maybe you are looking for

  • 550 5.7.1 NDR's as mail volume from IIS Virtual SMTP server to Exchange 2010 increases

    We have a virtual win 2008 server that has a Virtual SMTP server running via IIS. A separate application on this server drops emails in the pickup directory to forward to our Exchange 2010 environment and this works fine. The odd issue is that as the

  • Bps-planning level

    hi friends, i am creating planning level by default i am getting ad-hoc package . what is this. Thanking u suneel.

  • Process IDOC stuck up in TRFC

    Hi,   I have an IDOC that is still being stuck in TRFC Queue. The status shows as '03', but I can see that IDOC in the TRFC queue. It is lying there for a month. I need to process that IDOC manually so that it goes to the other system. Which transact

  • Auto Create Shuffled Playlist?

    I've just bought an iPod Shuffle (3G) and love it, and I like how when I tell it to sync my entire music library (60GB) it automatically picks 4GB of music at random and adds it to a shuffled playlist which it then syncs. Unfortunately, I deleted the

  • APPLICATION SERVER not starting      SSO

    Hi , I am not able to start our application server, the instance starts and then it shuts down. Following is the Log of dev_w0... File "/usr/sap/HSP/SYS/exe/run/libsnckrb5.so" dynamically loaded as SNC-Adapter. N    The Adapter identifies as: N    Ex