Oracle APPS LOV Table

Hi
In the Inventory and in the Item Master, there is a field called "Planning Time Fence" it has the value of 4 in the mtl_system_items_b table and value of "User-Defined" On the form.In which table does Oracle stores the value of 4 and associates it the the value of "User-Defined".
Thanks
Pragnesh

Hi Pillair,
I believe he is looking for the underlying table ....
select *
from fnd_lookup_values
where lookup_type = 'MTL_TIME_FENCE'
Hope this helps.
Cheers
JD

Similar Messages

  • Making mass change to Oracle Apps base table

    I have requirement where I have to do a mass updates/inserts to an Oracle Apps table (BOM_Inventory_Components). I have been told by my senior programmers that Oracle does not like direct updates or inserts to the Base tables in Oracle Apps.
    Anyone knows of a standard practice of updating/inserting records into Base tables in Oracle Apps?

    I have seen and done lot of projects where we do direct table update but we do have Metalink support and we do inform them and involve them into regours conference call and than we are proceding direct table update.
    the trick is oracle always as package where you can fine related update procedure so by passing neccesary parameters you can update the table.
    Regards
    Prashant Pathak

  • Oracle Apps or BI ?

    Hi Guru's,
    I am in a stage of confusion and so thought of taking your opinion on it.
    I have experience in a wide range of tools like Oracle Reports, Forms, PL/SQL Procedures, Data conversion and Interfaces, SQL Loader, shell scripts, etc.
    I have been working on Inventory, BoM, AR, AP modules.
    I am now working in Discoverer Reports with Oracle 10g Rel 1 and Rel 2 since last few months. The client is using Noetix views to create the views for Discoverer Reports,and Noetix provide a completely different schema for all the modules.
    I am afraid, I will loose the touch of Oracle Apps modules, tables and views.
    Now, I can clearly see two streams in Oracle.
    One stream has the traditional Apps approach of developing Oracle Reports, Forms(now getting replaced by JDeveloper),Data conversions, Interfaces,PL/SQL procedures etc.
    Second is the BI tools like Discoverer, Dashboard, Informatica and so on. I know only Discoverer.
    My question is: As I am having experience of both (70% of 1st stream, 30% of 2nd) , Should I completely switch to BI, by learning more and more BI tools, because it has more demand in future?
    Or, if I choose to continue working on Apps, as I have more experience in it, should I learn JDeveloper?
    What stream, do you think will have more scope/demand in future?
    On oracle.com, I can see a very big list of BI Tools, which keep on increasing so which of them are 'must learn' tools to enter into BI world?
    Thanks!
    Yogini

    It depends on whether or not you expect to support mostly Oracle Applications core, Oracle Applications BI, or vanilla BI implementations. It will be some time before all Oracle Forms are removed from Oracle Applications. Discoverer is still used in R12, but most of DBI is using Performance Management Framework for rendering reports. If you will be supporting BI from Oracle Applications, continue to be familiar with the technology stacks used. In order to be the most effective/marketable, you do not want to limit yourself to understanding only one technology. In 3-5 years, that technology could be gone.

  • How to Process flat File in Oracle Apps through Concurrent Program

    Hello Everyone,
    My client has a request, to process a bank file (Lockbox) which is a flat file that will be copied on UNIX box and I will have to create a new concurrent request that will process this flat file and will update receipt information in Oracle Apps database tables.
    Could you please suggest, if there are any other standard Oracle Apps functions (Example FND) available which can be used through Concurrent program that can be used to open a file from a particular directory and can be read from the flat file and after processing this file can be closed.
    Please let me know, if you have a small example, that would help me a lot.
    Thanks

    There are base concurrent programs in Accts Receivable that do consume lockbox flat files. Pl see the AR Setup/User Guides at
    http://download.oracle.com/docs/cd/B40089_10/current/html/docset.html
    Srini

  • Oracle Apps 11.0.3  Reports and Tables.

    hi hussein,
    How do I know which tables/views in Oracle Apps 11.0.3 is still supported in Oracle Apps 11i (11.5.10.2)?
    Because I am migrating some customized Oracle Reports from (11.0.3) to (11.5.10.2). But there is no output
    generated because some of the views do not have data.
    The following are the Oracle Reports I am having problems with:
    Purchasing:
    1.] Summary of Bids (report file POCQARRB.RDF)
           Tables/Views used:
           PO_HEADERS_RFQQT_V      -  X
           AP_VENDORS_V            -  ok with data
           PO_LINE_LOCATIONS_V     - replaced with PO_LINE_LOCATIONS_ALL  with data (OK)
           PO_LINES_RFQQT_V        -  X
           MTL_SYSTEM_ITEMS        - ok with data
           PO_LINE_LOCATIONS_V     - replaced with  PO_LINE_LOCATIONS_ALL  with data (OK)
    2.] Printed RFQ Report (report file POCPRFQR.RDF)
           Tables/Views used:
           PO_HEADERS_RFQQT_V      - X
           PO_RFQ_VENDORS_V        - X
           AP_VENDOR_SITES_V       - X
           PO_LINES_RFQQT_V        - X
           MTL_SYSTEM_ITEMS        - ok with data
           PO_LINE_LOCATIONS_V   - replaced with PO_LINE_LOCATIONS_ALL  with data (Ok)
    2.] Printed Purchase Order (report file POCPPOR.RDF)
           Tables/Views used:
           PO_HEADERS_V            - replaced with PO_HEADERS_ALL   with data (OK)
           AP_VENDOR_SITES_V       - XPLEASE NOTE:
    Marked with (X) tables/views with no data and I can not find the corresponding table/views similar to it as a replacement or substitute to find data.
    Thanks a lot
    msk

    Hi again;
    I found this please also check this:
    Price List Migration from 11.0.3 to 11.5.10/R12.
    Regard
    Helios

  • 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.

  • Can't find a lookup defined via Oracle Apps in the FND_LOOKUP_TYPES table

    Hi,
    i defined a lookup via Oracle Apps, but when i query for it in the FND_LOOKUP_TYPES table, it does not show up. Does something more needs to be done for the lookup definition to appear in the table?
    Thanks,Smita

    hi Hussein,
    In Oracle Apps 11.5.10, I created a Manufacturing Lookup, then queried for it as follows:
    select * from fnd_lookup_types where lookup_type = 'XXBREG_LABEL_PURPOSE'.
    It returns 0 rows. Why is the table not acknowledging the lookup I defined via Oracle Apps?
    thanks,
    smita

  • SQL Query With Like Operator - Performance is very poor - Oracle Apps Table

    Hi,
    I'm querying one of the Oracle Applications Standard Table. The performance is very slow when like operator is used in the query condition. The query uses a indexed column in the where clause.
    The query is..
    select * from hz_parties
    where upper(party_name) like '%TOY%'
    In the above case, It is not using the index and doing full table scan. I have checked the explain plan and the cost is 4496.
    select * from hz_parties
    where upper(party_name) like 'TOY%'
    If I remove the '%' at the begining of the string, the performance is good and it is using the index. In this case, the cost is 5.
    Any ideas to improve the performance of the above query. I have to retrieve the records whose name contains the string. I have tried hints to force the use of index. But it is of no use.
    Thanks,
    Rama

    If new indexes are disallowed, not a lot of good ones, no.
    If you know what keyword(s) are going to be searched for, a materialized view might help, but I assume that you're searching based on user input. In that case, you'd have to essentially build your own Text index using materialized views, which will almost certainly be less efficient and require more maintenance than the built-in functionality.
    There may not be much you could do to affect the query plan in a reasonable way. Depending on the size of the table, how much RAM you're willing to throw at the problem, how your system is administered, and what Oracle Apps requires/ prohibits in terms of database configuration, you might be able to force Oracle to cache this table so that your full table scans are at least more efficient.
    Justin

  • Tables/view Obsolete in Oracle APPs 12

    Hi All,
    I need the list of table/view which are obsoleted/added/changed in Oracle APPs 12 version. My Specific requirement is from AP module.
    Please guide me, where i can get this detail.
    Thanks & Regards,
    Kanish

    I need the list of table/view which are obsoleted/added/changed in Oracle APPs 12 version. My Specific requirement is from AP module.
    Please guide me, where i can get this detail.Oracle E-Business Suite Release 12.1 Release Content Documents [ID 561580.1]
    Oracle Payables Release Notes for Release 12.1.3 [ID 1179114.1]
    Oracle Payables Release Notes, Release 12.1.1 [ID 812010.1]
    https://forums.oracle.com/forums/search.jspa?threadID=&q=http%3A%2F%2Fblogs.oracle.com%2FstevenChan%2Fentry%2Febs_data_model_1213&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    eTRM
    https://etrm.oracle.com
    Thanks,
    Hussei

  • Oracle Apps - How to create a table before report execution?

    Hi,
    I'm new to oracle apps, I created a procedure to get some values for a report and created a query to get the remaining values. Now I need to populate those values into a temporary table and after the report execution I have to delete the table. In apps there is no before parameter form. If any one can help me, that will great.
    Thanks in advance.

    Hi,
    Do you really need to create a table INSIDE the report? It doesn't look like a good idea to me. For instance, what happens if 2 users try to execute the report at the same time? I would create a global temporary table before any execution of the report, and then I would just populate the data in the table in the 'Before Report' trigger. The data in a global temporary table is only visible at session level, so you wouldn't have any problems with multiple users executing the report at the same time and the data disappears once you finish your session, so you don't need to take care of deleting the data.
    Hope it helps.

  • Stock room tables in oracle apps ? and how customer is related with those?

    Hi All
    Can any give the details about stock room tables in oracle apps ? and how customer is related with those tables.
    Thank you

    question is not clear, but is it what you are looking for ?
    Stock Locators in Inventory tableis mtl_item_locations

  • Oracle apps account receivable, account payable, general ledger tables help

    hi all,
    iam new to oracle apps...
    I want to know all the tables for AR, AP, Gl with all variables..
    where can i get all the info abt tables with columns(description) fro AR,AP,Gl
    regards
    srinivas
    waiting for ur earliest reply....

    Here are import transaction tables
    AP:
    ap_invoices_all (invoices)
    po_vendors (vendors, TCA architecture view)
    po_vendor_sites_all (vendor sites, TCA architecture view)
    ap_checks_all (checks)
    ap_invoice_payments_all (invoices - checks)
    ap_schedule_payments_all (schedule payments)
    AR:
    ra_customer_trx_all (transactions)
    ar_customers
    ar_cash_receipts_al
    ar_customers_v (customers, TCA architecture view)
    GL:
    gl_je_batches (batches)
    gl_je_headers (journals)
    gl_je_lines (journal lines)
    gl_balances (balances)
    HZ:
    hz_parties (parties)
    hz_party_sites (party_sites)
    For more information on Oracle Financials and Oracle Applications please visit video tutorials at http://handsonerp.com
    Thanks and Regards

  • Which table find the matching options of invoice level in ap in oracle apps

    hi
    which table find the matching options of invoice level in ap in oracle apps
    thnks

    Hi,
    Have a look at the following note:
    Note: 190156.1 - AP: Which Tables Are Populated When Invoices Are Matched To A PO?
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=190156.1
    Refer to [eTRM |http://etrm.oracle.com] for more details about the tables.
    Regards,
    Hussein

  • Extract tables from "Oracle Apss 11.0.3" and load it to "Oracle Apps 11i"

    Hi hussein,
    I am tasked to extract the following tables from Oracle Apps 11.0.3 and load it to Oracle Apps 11.5.10.2.
    PO_VENDORS
    PO_VENDOR_SITES_ALL
    Can I use export / import?
    Thanks a lot

    Hi,
    I believe export/import of individual apps tables is not supported due to objects dependency and refrential integrity.
    Regards,
    Hussein

  • Table/colum used in html pages in oracle apps

    Hello All,
    If we want to find table name against oracle forms in apps . then we can find it from help -> Diagnostics -> examine .But how we will find table name used against HTML Page in oracle apps?
    Thanks..

    Hi,
    It should be in the "About This Page" link -- See these thread for details.
    RECORD HISTORY (or) WHO COLUMNS in R12???
    RECORD HISTORY (or) WHO COLUMNS in R12???
    An alternative would be opening the page in JDeveloper and viewing the source code.
    Thanks,
    Hussein

Maybe you are looking for