How to identify customizations and Extension in oracle OFA for a specific module

Hello

We have an obligation to disable/remove all OFA customizations and extensions of the OAF in procurement. What is the best way to identify objects and turn them off.

Thanks in advance.

Shravan...

Try the following query, which States the following:

  • base_path. Path of the document that is being customized
  • custom_path. Way of customization
  • custom_level. Level to which the personalization is done: site, org, responsibility, function, user
  • custom_level_value. Identifies the id of the org, responsible id, user id or the name of function
  • is_active. Option indicating whether personalization is enabled

You can filter by module with condition on line 23

--
2 - List of custom query pages, level and active state
3-
4. Select att.att_value base_path
5, custom_path jdr_mds_internal.getDocumentName (pat.path_docid)
6, regexp_replace (jdr_mds_internal.getDocumentName (pat.path_docid), '. * / customizations /([[:alpha:]]*) /. *', '\1') custom_level
7, decode)
8 regexp_replace (jdr_mds_internal.getDocumentName (pat.path_docid), '. * / customizations /([[:alpha:]]*) /. *', '\1')
9, "the site", "SITE".
10, (regexp_replace (jdr_mds_internal.getDocumentName (pat.path_docid), '. * / customizations /([[:alpha:]]*) /([0-9A-Za-z_]*) /. *', '\2'))) custom_level_value
11, nvl ((choose "n"
12 of the cat jdr_attributes
13 where cat.att_comp_docid = pat.path_docid
14 and cat.att_name = 'MDSActiveDoc. '
(15 and cat.att_value = 'false'), 'Y') is_active
16, pat.created_by
17, pat.creation_date
18, pat.last_update_login
19 join pat jdr_paths
20 jdr_attributes att on (pat.path_docid = att.att_comp_docid)
21 where att_comp_seq = 0
22 and att_name = 'custom '.
23 and regexp_like (jdr_mds_internal.getDocumentName (path_docid), ' /(ap|po|icx|fnd) apps /')
24 and not exists (select ' x'
jdr_attributes bat 25
26 where bat.att_comp_docid = pat.path_docid
27 and att_name = "developerMode")
28.

Source

It should include substitutions (they show at the site level) I thing that can remove as shown here.

Tags: Oracle Applications

Similar Questions

  • BlackBerry smartphones, I can't enter Thai language. How can I upgrade and choose the operating system for my BB9900?

    How can I upgrade and choose the operating system for my BB9900? I need thai input but on the site of H3G Italy software download is not all the language version. I don't know from which site to download.

    Hi niranaja

    If your device is running always on OS 7.0 then try 7.1 any Pack OS carrier that also supports Languages.But of Southeast Asia before opening your computer and uninstall any previous packs if installed OS on it. After that, try this:

    1. download and install on your PC a pack OS with any language by carriers

    • (Make sure you download for the same phone model)

    2. download and install the latest version of BlackBerry desktop from here BlackBerry desktop software software

    Then using software office perform your full backup of your device.

    3. search your drive C: Vendor.xml and delete them, there may be one or two vendor.xml (on changing your Pc folders option to show the hidden files/folders ):

    • C:\Program Files (x 86) \Common Files\Research In Motion\AppLoader
    • C:\Users\Windows UserName\AppData\Roaming\Research in Motion\BlackBerry\Loader XML

    4. go into C:\Program Files Research In Motion\AppLoader. (For Vista or Windows 7 64-bit, the path will be C: > Program Files x 86 > common files > Research In Motion > AppLoader) double-click on Loader.exe.

    Upgrade will continue then after Installation of the new OS restore your BlackBerry Desktop backup

    Software.

    Once done open BlackBerry Desktop Software (7.1) > select Applications. > in the section of language and support for entry , select the language to be added to the BlackBerry smartphone (a + will appear next to the language to install) > click apply.

    KB13067 : How to get smart BlackBerry phone language packs.

    So please try it and let us know.

    Prince

    _____________________________________________________________________________

    Click 'Like' If you want to thank someone.

    If problem resolves mark message (s) as a 'Solution', so that others can use.

  • I have Acrobat Standard XI and recently downloaded CD Player for a specific use. Reader became my default for open PDF files once it has been installed. How can I get Acrobat Standard to be once more my fault?

    I have Acrobat Standard XI and recently downloaded CD Player for a specific use. Reader became my default for open PDF files once it has been installed. How can I get Acrobat Standard to be once more my fault?

    Hi nancye22519208 ,

    Please right-click on any PDF on your system, then go to properties > under general, you will find "opens with". Here you will see 'change' option, by clicking on it, wil give you a window from which you can choose the Acrobat Standard XI as a default for PDF files.

    Kind regards

    Christian

  • How to define JDBC Data Sources in Oracle MapViewer for Oracle database 12 c Release 1 (12.1.0.1)

    How to define JDBC Data Sources in Oracle MapViewer for Oracle database Release 1 (12.1.0.1) 12 c?

    Here is my setup in the conf\mapViewerConfig.xml:


    < name map_data_source = "mvdemo12".

    jdbc_host = "127.0.0.1".

    jdbc_sid = "orcl12c1".

    jdbc_port = '1522 '.

    jdbc_user = "mvdemo".

    jdbc_password = "7OVl2rJ + hOYxG5T3vKJQb + hW4NPgy9EN.

    jdbc_mode = 'thin '.

    number_of_mappers = '3 '.

    allow_jdbc_theme_based_foi = 'true '.

    Editable = "true" / >

    <!--  ****  -->

    But it does not work.

    After use "sqlplus mvdemo / [email protected]:1522 / pdborcl", it connected to the Oracle 12 c database.

    Anyone know it?

    Thank you

    11.1.1.7.1 use the jdbc_sid syntax, i.e.

    as described in the README file, mypdb1.foo.com

    -Sources of native data (no container) MapViewer can now use the service name of database instead of SID. To provide a db service name, you will use the same attribute of jdbc_sid, but specify the name of the service with double slashes in front, as follows:

    jdbc_host = "foo.com"

    jdbc_sid="//mypdb1.foo.com".

    jdbc_port = '1522 '.

    ... ...

    />

    Use a container_ds to the 11.1.1.7.0.

    that is, instead of using

    jdbc_host = "mydbinstance".

    jdbc_sid = "pdborcl12c".

    jdbc_port = '1522 '.

    jdbc_user = "mytestuser".

    jdbc_password = "m2E7T48U3LfRjKwR0YFETQcjNb4gCMLG8/X0KWjO00Q ="

    jdbc_mode = 'thin '.

    number_of_mappers = "6".

    allow_jdbc_theme_based_foi = "false".

    Editable = "false".

    />

    use

    container_ds = "jdbc/db12c.

    number_of_mappers = "6".

    allow_jdbc_theme_based_foi = "false".

    Editable = "false".

    />

    In my case the Glassfish 3.1.2.2 JDBC connection pool definition has been

    Property

    URL jdbc:oracle:thin:@mydbinstance:1522/pdborcl12c.rest_of.service.name

    Uncheck the wrap JDBC objects in advanced Panel, that is, the page properties change JDBC connection advanced pool.

    Add a resource to that newly created JDBC pool

    Use in mapviewerconfig.xml as above

  • How can I remove a "do not disturb" sign for a specific contact? Their messages will not appear on the screen of my phone when it is locked

    How can I remove a "do not disturb" sign for a specific contact? Their messages will not appear on the screen of my phone when it is locked

    kochetova01 wrote:

    How can I remove a "do not disturb" sign for a specific contact? Their messages will not appear on the screen of my phone when it is locked

    Go to the message - details - do not disturb - off

  • Relationships of customizations and Extensions

    In a STD OAF page I need to add a link (id master) table (for each line) to go to a customized OPS page and show a custom table content Details of the related master id.

    I thought to add an image with customization and create a dynamic URI to pass id in a new page:

    URI of destination:
    OA.jsp?page=/oracle/apps/ap/mycust/payments/ps/webui/xxcustmypagePG & invoiceId={@InvoiceId} & retainAM = Y & addBreadCrumb = Y

    Link works correctly.

    Now, I need to add a control and perhaps a validation when the user clicks on the image before leaving the standard page and access to the custom page.

    I could do this by CO extention.

    CO extension detects objects added through customization?

    If so, how can I catch the click on the image? I have to make a submit button?

    Thank you
    Lou

    Hello

    1.) Yes CO extension detects objects added through customization.

    2.) Needless to submit, if this element type is image bean set property action type to the action of fire and give the name (update) to the event property.

    for example, when you click on the image, you can capture this event in the building method of the controller as shown below

    If (update".equals (pagecontext.getParameter ("event")" "))
    {
    do your job
    }

    Thank you
    Pratap

  • How to identify a one time customer Oracle Apps AR

    Hello

    How to identify a one time customer in Oracle APps AR?

    Is it possible to know how many number of transactions a customer made so that, if the number of transactions is 1, then the customer is a customer of time. Otherwise, it is not?

    Thank you
    Bob

    Hi Bob,

    to my knowledge, I can't recall a report seeded by oracle that could meet your requirement. You can try running the Transaction Register report date of your live Go far, so that the system generates a list of all bills and the name of the customer, then you could export to Excel and sort, filter and group by to get the desired result...
    However if you are a person with technical expertise, check table RA_CUSTOMER_TRX_ALL this option stores all the transaction information you can select TRX_NUMBER, BILL_TO_CUSTOMER_ID from this table and perform a count by customer... (I'm not sure about the syntax and use of sql functions) you can get the desired effect...

    Also in the future, while creating a new customer if you know in advance that this customer is going to be a ONE TIME CUSTOMER, you can enter this information in any unused field on the client configuration can allow a FDF and capture this information, so that it becomes very easy to identify these customers or have a report based on this is based...

    I guess there's an objecive behind trying to find a new subscribers or customers with a single transaction history... are you planning disable/end date / idle clients...?

    Kind regards
    Ivruksha

  • How can I download and install the phone dialer for windows vista

    How can I download and dialer phone inatall for windows vista

    Hi EddyValladarees,

    (1) what exactly are you trying to accomplish?

    Method 1: Windows Vista has a phone dialer; You can access it by following the steps below

    (a) click Start, type in the dialer in the search box and press ENTER to display the phone dialer

    Method 2: Can also download and install software third phone; You can search the internet for this software that will help you in your task.

    Note: Using third-party software, including hardware drivers can cause serious problems that may prevent your computer from starting properly. Microsoft cannot guarantee that problems resulting from the use of third-party software can be solved. Software using third party is at your own risk.

    You can see

    Options of modems and: setting up calling card information

    http://Windows.Microsoft.com/en-us/Windows-Vista/phone-and-modem-options-setting-up-calling-card-information

    Thanks and greetings

    Ajay K

    Microsoft Answers Support Engineer
    ***************************************************************************

  • How to create .env and contextfile in oracle new home

    HII.

    I have improved my 11.5.10.2 to 12.1.1 apps and when you apply the u6678700.drv hotfix, there was a mistake because I did not install 11g examples CD, so I installed the new 11g oracle_home in the same server and then the patch run correctly.

    Now, I want to create file .env and context in the new House 11g. How can I create

    Can I copy the folder of files and previous oracle 11g House .env appsutil and paste it into the new home of the oracle and run the automatic configuration, it'll work or y at - it another way to create the context files and approx.?


    Please suggest your opinions so that I can continue my work.

    Waiting for your answers,


    Thanks in advance.

    Salvation;

    Please follow:
    Using automatic configuration to manage system Configurations in Oracle E-Business Suite Release 12 [387859.1 ID]

    Section 3: Patch 3.2 AutoConfig. Enabling AutoConfig on a new Oracle home

    That execution autoconfig, it will create EPS file

    Respect of
    HELIOS

  • How can I customize and reduce my Quick Launch bar?

    my Quick Launch toolbar

    My win xp toolbar quick launch is off and a deep 3 icons can help you

    You are the very welcome.
  • Hi please how can make backup and restored in oracle 11g

    Hello

    Hello

    You must provide certain minimum information, what are your needs?  IS - this prod or UN-made?

    -Pavan Kumar N

  • How to make fonts and icons in the menus for each larger screen?

    How to make larger fonts and icons in the menus on my iMac screen?

    You can change the size of icons, arrange them in a grid and set other preferences for items on your desktop by changing the options to display on your desktop. To change your desktop view options, click on the desktop and then choose the command view > Display Options from the menu bar. You can try different settings to see which ones you like, you will immediately see the effects of your changes.

  • How can I find and replace fonts in TitleDesigner for first?

    I'm taking a course of Lynda on first, and fonts do not come with the exercise files. Errors are driving me batty. All I get is an error screen, however and no way to reassign policies (as in AI or ID). How can I change the fonts provided with exercise files in title designer so I don't get the screens of naggy error everytime I open the exercise files?

    You will need to open titles in the project and change the fonts.

  • How did the account charge generated in Oracle iProcurement for a request of?

    Hello

    In vanilla Oracle R12, on what criteria a current account is generated in a query?

    Please point to the right documents.

    Kind regards

    Caroline

    Hi Carolina,.

    Please check the note:

    How to debit an account is set by default to iProcurement lines? (Doc ID 455847.1)

    Thank you

    Clarino

  • How to define legend and margins of value (dashes) for the drop?

    I have searched the archives but couldn't find a specific answer.  Could someone show me how to set the indent for the legends and values beneath the pallet section of a drop-down list, please?  Thank you.

    For some reason, they get rid of the ability to edit dashes for the drop-down lists since version 8 of the designer. NO idea why.

    So, here's what you do:

    1) click on your menu drop-down

    2) go to view > Source XML

    (3) by inserting part of field or other length/unit, you need to know. That's the value.

    (4) for the legend, do the same thing under the legend item.

    If the para element already exists (which it should), just add the attribute marginleft = "in 1".

    Here is an example:

             
                 
                
                   
                      
                         
                         
                      
                      
                   
                
                
                
                
                
                    
                   
                      Drop-down List
                   
                
                
                   test
                
                
                   test
                
             
    

    Kyle

Maybe you are looking for

  • Beware of the MacKeeper

    When installing MacKeeper, claiming to be "clean and protect your Mac" software he installed several pieces of adware and scareware which not only bore you and invites you to buy stuff you don't want or need but are possible phishing sites. I downloa

  • Ready remote NAS simply stopped to show my files

    I've been using ReadyNAS Remote for years on my Android phone and an iPad - now it connects, or so it seems, but I show nothing - no directory structure, no file - it just stopped working. I reinstalled software/applications on both devices - NOTHING

  • Pictures of Droid won't let me copy them to a CD

    Original title: Droid photos Pictures transferred from Droid hard drive but the computer won't let me copy them to a CD.  Have been able to do in the past.

  • Difficulty maintaining the application maximum window size.

    I close a window of the application to its maximum size, but when I restart this application it opens in a small window, I then need to maximize. How can I configure windows to reopen the (maximum) size, they were closed? Thanks for any help/tips you

  • My stereo headset MH410c is weird.

    When I plug it into my phone, the sound is buggy and very bad quality. But if I press and hold the button on the headset, it works fine. Any help would be apreciated.