Oracle_Id APPS or < CUSTOM > data schema...?

Hello
I have a question about the Metalink Note: 70276.1.

In point 5, it says the following:
"It is recommended that you use the STANDARD datagroup and match the schema customized with applications or you can add a new data group. It depends on your own needs. »

I'll create a custom application and following the directives of the EBS, I'll create the tables, the seqs, indices to the CUSTOM schema so that the views, packages, procs, functions, synonyms to the APPS schema.
According to the Note above, which can be the difference between the CUSTOM as ORACLE_ID and APPS selection... and happening in architecture app - regarding the db of CUSTOM, schema APPS schema - should be done (as appropriate...)?

Thank you very much
SIM

SIM,

The standard method is to use apps like Oracle ID when you add a schema customized for a group of data. The custom application will use this ID from Oracle (i.e. apps) to connect to the tables in the database. By default, the apps user has select any table privilege and that's why we recommend to use the apps account. Adding a new data group requires to give more privileges to user custom allowing you access to tables in other patterns.

In addition, I suggest that you refer to this note, since you're on 11i.

Note: 176852,1 - custom with Oracle Applications Release 11i Applications integration
https://metalink2.Oracle.com/MetaLink/PLSQL/ml2_documents.showDocument?p_database_id=not&P_ID=176852.1

Tags: Oracle Applications

Similar Questions

  • applicationContext remains "null" after using the custom url scheme to launch the app

    Hello

    I am currently working on a DPS application for a customer who wishes to use its own authentication system.

    The client system is implemented so that they send the valid token to a URI with a custom method.

    By setting the same pattern custom in my app DPS constructor, I can get the app from the login window.

    What is described in the library of DPS & Api store 2.32 documentation, I understand that

    " adobeDPS.configurationService.applicationContext must contain several variables associated to how the viewer was started or enabled:" ","this class represents the context under which the application is launched '


    However, in my application when I try to see what contains the applicationContext, the object is always 'null '. It doesn't matter if I started the application by clicking on its icon or if it was launched using the custom uri scheme.


    Is this a bug or am I missing something here? I really need this token.

    Hello

    After being stuck for a while trying to work with the url of my client for usage, I finally tested it with a modified version and have found the cause of the problem.

    Work of first information provided by a colleague who was apparently not detailed enough for the customer asked me to use a url of the form App. scheme://auth/#token=...

    It turns out that this kind of url can start or bring the app to the front, but applicationContext remains empty.

    My tests using a url in the same form as you suggested (eg. app. scheme://v1/slot/library) can trigger the app or transmit data.

    The documentation available in the SDK library & shop and article on how to use a custom template is very vague on what formats link actually works, and how we can vary with it.

    A breakdown of official links to pieces, that the parties do and what items can be modified (for example ' / appstate') within the API documentation would be a great help for developers, I think.

    Kind regards

    Lorin

  • Liquid: Elements of custom date sorting Webapp

    I would like to be able to sort a list of items in web app before a custom date. It is a list of events with dates associated with them. They all get published on the same date, but they have dates of events unique to each of them for when the event occurs.

    That's what I have so far:

    {module_webapps make = "collection" filter = "closed" collection = "warroadEvents" id = '17654' itemId = "122469" hideEmptyMessage = "true" sortType = model "datereverse" =""}

    {% for %} warroadEvents.items test

    {% assign todaysDate = globals.site.dateNow | date %}}

    {% assign eventDate = event. ['Event date'] %}

    {% assign dateOrder = todaysDate | less: myDate %}}

    < div class = "col - xxs buffer event-legend" >

    < a href = "{{event.url}}" > < img src = "{{event. {{[' banner image ']}} ? Action = thumbnail & Width = 825 & height = 275"alt =" {{event.name}} ' class = 'img-sensitive' > < / a > "

    < a href = "{{event. {{[' e split url']}} "target = '_blank' class ="ticket float-right"style =" "margin-top: 1.5em;" > "

    < img src = "/ _images/layout page/buy tickets com Alt PNG" = "" class = "ticketimage" > "

    < /a >

    < h2 > {{event.name}} < / h2 >

    < p > < strong > {{event. [' Event date '] | {{Date: "dddd"}}, {{event. [' Event date '] | {{Date: "MMMM d"}}: {{event. {{[' Start ']}} < facilities > < / p >

    < h4 > < a href = "{{event.url}}" > see more details < /a > < / h4 >

    < / div >

    {% endfor %}

    I created 3 variables. One that stores the date today, another that contains the date of the event from the web application element, and a third that subtracts the two to find the difference. I think that I am part of the path. I don't know how re - sort my for loop, which indicates the date at which rises earlier first and so forth.

    Custom filter solutions are one of the major limitations with this stuff at the moment.

    Basically, you can't.

    While you might wrap the elements in an if... And don't date matching and comparing and not show them etc. you will not be able to sort or order them on this basis.

    And with everything you do, you can do so only within a scope of a total of 500 items or page pagination. By paging stuff page creates a problem where it will show say 24 per page and lets say 3 on each page are not match you get 24 rendering paging still but 21 presented on a page. It creates some funky results a bit.

    I'm going to this topic for some time now and we need some changes to the liquid to make it more viable in the scope of how BC spits basic data. So you can do what you really do.

  • Custom date validation script

    I have the following script that I used for a PDF form in Acrobat X, but it does not work when I get it in the Javascript in the ES2 Editor.  Is it possible to create a script that does the same thing in LiveCycle Designer ES2?  I want to let the user enter a date using numbers only, and have the scope to add slashes if necessary, in addition to the validation of a suitable date. Thanks for any help.

    Validation of date Acrobat

    Custom validation Java Script for entering dates using only numbers

    courtesy of Ricardo Falegnami

    adding of slashes

    var PROMOTIONDate = event.value;

    validate date

    If (PROMOTIONDate! = "") {/ / process non-empty string}

    var mydate = [];

    mydate [0] = util.scand ("DDMMYYYY", Nouvelle_date);

    mydate [1] = util.scand ("MMDDYY", Nouvelle_date);

    mydate [2] = util.scand ("mddyyyy", PROMOTIONDate);

    mydate [3] = util.scand ("mmdyyyy", PROMOTIONDate);

    mydate [4] = util.scand ("mdyyyy", PROMOTIONDate);

    mydate [5] = util.scand ("mdyy", PROMOTIONDate);

    isDate var = false;

    for (var i = 0; i < oMyDate.length; i ++) {}

    If (mydate [i]! == null) {}

    Event.Value = util.printd ("mm/dd/yyyy", mydate [i]); strict format

    isDate = true;

    break;

    }

    }

    Stay in the field if invalid

    If (isDate = false) {}

    App.Alert ("Invalid date entered - Please use DDMMYYYY (for example, 10152014)", 0, 1, "Date of Validation" "); check the validity

    Event.Value = "";

    event.target.setFocus ();

    }

    }

    Hello

    I'm guessing that you put this in the case of the field output.  If so, replace the three occurrences of event.value to this.rawValue and the event.target.setFocus () at xfa.host.setFocus (this)

    Concerning

    Bruce

  • Need help-&gt; custom authentication scheme

    Hey,.

    I am working on a custom authentication scheme.

    First, I create a test table:
    CREATE TABLE TBL_USER
      (
        USR_EMAIL VARCHAR2(40 BYTE) NOT NULL ENABLE,
        USR_ID    NUMBER NOT NULL ENABLE,
        USR_PW    VARCHAR2(255 BYTE) NOT NULL ENABLE,
        USR_ROLLE VARCHAR2(20 BYTE),
    CONSTRAINT "TBL_USER_PK" PRIMARY KEY ("USR_ID")
    );
    Then a function to hash the email and pw:
    create or replace
    function app_hash_test (p_email in varchar2, p_passwort in varchar2)
    return varchar2
    is
      l_passwort varchar2(4000);
      l_salt varchar2(4000) := 'DFS2J3DF4S5HG666IO7S8DJGSDF8JH';
                                
    begin
      l_passwort := utl_raw.cast_to_raw(dbms_obfuscation_toolkit.md5
      (input_string => p_passwort || substr(l_salt,10,13) || p_email ||
        substr(l_salt, 4,10)));
      return l_passwort;
    end;
    Then, a function of authentication:
    create or replace
    function app_auth_test (p_email in VARCHAR2, p_passwort in VARCHAR2)
    return number
    is
      l_passwort varchar2(4000);
      l_stored_passwort varchar2(4000);
      l_expires_on date;
      l_count number;
    begin
      select count(*) 
        into l_count 
        from tbl_user 
       where upper(usr_email) = upper(p_email);
    
      if l_count > 0 
      then
        select usr_pw 
          into l_stored_passwort
          from tbl_user 
          where upper(usr_email) = upper(p_email);
    
        l_passwort := app_hash_test(p_email, p_passwort);
    
        if l_passwort = l_stored_passwort 
        then
          return 1;
        else
          return 0;
        end if;
      else
        return 0;
      end if;
    end;
    After this, I create a form on the table tbl_user to insert the users by e-mail, password and rol (drop-down).

    On this Page (3), I create a new process to generate the hash value.
    begin
    :P3_usr_email := upper(:P3_usr_email);
    :P3_usr_pw := app_hash_test(:P3_usr_email,:P3_usr_pw);
    :P3_usr_email := lower(:P3_usr_email);
    end;
    After completing my page reg., I insert some users to test it later.

    The next step was to create a new authentication scheme in the shared components.
    Share components
    1. create
    2 starting at zero
    3. name-> TBL_USER
    4 JUMP
    5 JUMP
    6. the Page of this Application-> Page 1
    7 JUMP
    8 use my custom function to authenticate. -> return app_auth_test
    9 JUMP
    10 JUMP
    11 LOGOUT URL-> wwv_flow_custom_auth_std.logout? p_this_flow = APP_ID. & amp; p_next_flow_page_sess = & APP_ID.:1
    12. create schema

    My next step is to set the new regime as current-> current change

    I'm trying to open a session to my existing page with an e-mail and password in the tbl_user table.

    But all I got, is an error message:

    ORA-06550: line 2, column 8: PLS-00306: wrong Anzahl oder Typen von illuminated by von call 'APP_AUTH_TEST' ORA-06550: 2 line, column 1: PL/SQL: statement ignored

    ERR Fehler - 10460 implement von Funktion zum Prufen der Authentifizierungs-ID-Daten nicht possible.

    Translattion:
    Wrong number or type of argument in the call to 'APP_AUTH_TEST' ORA-06550: 2 line, column 1: PL/SQL: statement ignored

    Error ERR-10460 perform the function of evidence authentication-ID data - is not possible.

    I have check the operation, but it seems ok!
    does anyone know, what I forgot? Perhaps some parameters in the Login Page?

    NEDO

    Edited by: Mr.Nedo the 12.04.2011 07:55

    Your authentication (app_auth_test) matching mist signature exactly as shown in the window help or documentation.

    function app_auth_test (p_email in VARCHAR2, p_passwort in VARCHAR2) RETURN NUMBER

    differs from the documentation

    (p_username in varchar2, p_password in varchar2) return a Boolean value

    Change function app_auth_test so that it matches with the signature expected (return type and the parameter names and types) or write a wrapper for him with this signature and use that work more like authentication.

  • Custom data type

    We use a custom data type container and add variables to use in the sequence inhabitants.

    It seems that the field of the local variable names having to match domain names that they have seized originally in the custom data type container.

    We want to reuse the custom several times in the sequence container for data type and would like to have descriptive field names of their use, which changes throughout the sequence.

    Is it possible to just rename the names of the fields of a local variable is of the type, data type container custom, while maintaining the field names the original custom data type container?

    With the help of TestStand 2013

    Thank you

    Hi CC57,

    I also recommend trying a templateVariable. You can use this to create a container with a particular name that you can copy in various places in the variable pane and change the names of the properties of confined there.

  • DLL custom data type

    I try to use a DLL in LabView that talks about an acquisition card. One of the functions requires a custom data type (MID2250_MDConfig_t) that LabView does not support by default. It is defined in the C header file as follows:

    typedef struct
    {
    int CoordsX;
    int CoordsY;
    } MID2250_PointCorrds_t;

    typedef struct
    {
    MID2250_PointCorrds_t ULPoint [4];
    MID2250_PointCorrds_t BRPoint [4];
    unsigned short u32SADThresholdValues [4];
    unsigned short u32MVThresholdValues [4];
    unsigned short u32SensitivityValues [4];
    } MID2250_MDConfig_t;

    Is there a way I can integrate this data type in LabView correctly. I saw people talking about wrapper dll on this forum but I'm a bit confused as to who. Can I create a similar cluster in LabView and pass it to the function using "node of the library call?

    abdel2 wrote:

    I try to use a DLL in LabView that talks about an acquisition card. One of the functions requires a custom data type (MID2250_MDConfig_t) that LabView does not support by default. It is defined in the C header file as follows:

    typedef struct
    {
    int CoordsX;
    int CoordsY;
    } MID2250_PointCorrds_t;

    typedef struct
    {
    MID2250_PointCorrds_t ULPoint [4];
    MID2250_PointCorrds_t BRPoint [4];
    unsigned short u32SADThresholdValues [4];
    unsigned short u32MVThresholdValues [4];
    unsigned short u32SensitivityValues [4];
    } MID2250_MDConfig_t;

    Is there a way I can integrate this data type in LabView correctly. I saw people talking about wrapper dll on this forum but I'm a bit confused as to who. Can I create a similar cluster in LabView and pass it to the function using "node of the library call?

    Since the tables are all fixed size (and not huge), they really are inline in the structure. This means that you can simulate a cluster containing many elements inside because it is the elements of the array. The first Point of the UL would be a cluster containing 4 cluster with each two int32 in it. Ditto for the second element. The third is a cluster with 4 uInt32 and so on.

    Then configure the setting to adjust the type and thread this cluster, and voila.

  • How to create a custom data type

    Hello

    I'm using Labview 2009 and I am trying to create a custom data type and link it to the global variable that will be deployed in cRIO 9073. I couldn't find a method to achieve this. Please suggest a way to do this.

    Thank you

    Guilhem

    Right-click on a control and go to advanced-> customize.  This will open the control editor.  Change the type of a control to a Type def.  Customize if necessary and save the control.

  • Where to define new custom data types?

    Hello

    In the past (TS 3.5) I created our own range of custom type file that has been used

    to store the new data types and then referred the case to other colleagues. The file would be

    stored in the ...\Program Files\...\User area.

    My question arose because we now use the TS 4.1/4.2, which is no longer a separate

    Directories of NOR and user in \Program Files.

    Because now I want to change an existing custom data type, I find that our range of custom type has

    fallen by the way side, forgotten.

    Even though I can see the custom data definitions within the sequence of type files that use

    custom data types, which means that I can edit them locally, I intend to return to

    a range of custom type, i.e. comprehensive definition.

    What is the relationship between the definitions in a range of custom type and custom data

    definitions of type of a file of sequence?

    When a palette to update file a file of sequence?, who takes over in the event of conflicts?

    is a really necessary sequence files palette file if they are separated by using the same custom data type

    can update the other? What is good practice when defining custom types of data?

    Thank you

    Gary.

    Hey guys,.

    This is a very interesting thread, and I've got everything right, in heart, with advice given so far. I just wanted to offer some additional tips on the conflicts of kind - with more response, the initial question concerning the definition of what is priority in case of conflict.

    It is important to note that TestStand uses type names and version numbers to identify the different types. It is also important to note that when you use a definition of type of customers within a sequence, the sequence (.seq) file containing the sequence will keep a copy of the type definition. This greatly facilitates distributed sequence files. However, it also opens the door to potential conflicts type.

    TestStand allows only one type of unique name to be loaded into memory at any given time, so that it uses the number of versions of the type to try to resolve these conflicts automatically. For example, TestStand can be configured to load any type is the largest version number (note that this can be changed via the tab Preferences dialog box Options of Station).

    All this information and more are found in the following tutorials...

    Conflicts and TestStand Type Versioning

    How to make a Type of custom step?

    Thanks for your time. I hope this has been helpful!

  • Causing problems of custom data type to deploy the shared target RT variable

    I seem to have some difficulty in using a shared variable published network created from a customized data type when it is deployed as an executable on a target of cRIO RT.  I'll start by describing why I think that this is the rub.  I created my RT VI in the LabVIEW (LV 2012) development environment and everything works fine.  This VI is quite simple, because these were quickly devolved into an exercise in debugging.  The RT VI begins by simply flashing the LED to a couple of times and then starts a loop simple acquisition to read some values out of the material using the analytical engine (while still flashing the LED of the user).  After reading the material, the values are grouped in a cluster and written in a shared variable published to the network defined by a custom control type def.  The custom control contains five floats double precision.  If it's important, the RT cRIO system hosts the shared variable in this case.

    So I have that deploy in the development environment, and everything works fine.  The LED flashes merrily along, telling me that the program runs correctly.  Running a VI host who reads the shared network has published variable gives the desired result.  Everything is good.

    Now, I want the cRIO system to run this simple program by itself at startup.  I build, set it as start VI, deploy it, and then restart the cRIO target.  The LED never flashing... the VI doesn't seem to work.  I'll spare you the major part of the work of debugging and access to the end.  I basically "diagram Disabled" various sections of the code up to the VI began to run correctly in an executable file.  I kept reducing the size of the disabled code until something has been disabled: the writing in the shared variable for the custom data type.

    So, I guess my question is this: are custom data types defined by type def would be personalized orders authorized executables to RT?  I read through the cRIO Developers Guide, my book of development in real time course of NOR and the white paper using shared Variables and I see nothing that forbids it.  I know that there are things not allowed in the executable files that are allowed in the development environment (property nodes façade, dialogue live, operating system specific calls, etc.), but no mention of the shared variable type custom data.  Any ideas as to why my VI is running in the development environment, but does not update unless I have delete the entry on the published network variable shared?

    Thank you in advance for your help!

    You must disconnect the data types of variables and then recompile. You can find it useful to keep on disk, a copy of the original lvlib.

    Don't know if this is a bug or not. It was suggested by someone in the forum that putting the ctl files in the right position (the disk? in the draft?) would allow the rtexe start; I did a quick check and it didn't work then I dropped the tests more far.

  • Save the custom URL scheme

    Hello!

    Is it possible to save a custom url scheme so that the system will launch my application when the user clicks on a link in the form "customscheme://idontcareaboutthefqdn/"?

    I know you can record a complete domain name by using HttpFilterRegistry, but I really want to react to a plan.

    P.S.: As always, I forgot to include the most important information...
    BB 6.0.0 API

    THX

    A few quick answers:

    (1) ignore, memory shows just a nodule not RIM started

    (2) interesting

    (3) care

    Now, I have a theory here.  I think you are trying to add the template registry etc until your application has actually started.

    If you look at this statement:

    PatternRepository.addPattern (ApplicationDescriptor.currentApplicationDescriptor (), "^ regime:-/-/ \\S*",)

    This is handled in your main() and main is no NOT part of your application - it is used to start your application.  (in fact it becomes part of your Application, but it's out of reach for the moment). So what makes ApplicationDescriptor.currentApplicationDescriptor () actually refers to?  A null descriptor, perhaps?

    I would try to reworjk that so as the record of the model becomes an integral part of your Application, so that ApplicationDescriptor.currentApplicationDescriptor (done) actually refers to the application you want.  Something along these lines - do 'with it ':

        public static void main(String[] args) {
            MyApp theApp = new MyApp (args);
            theApp.enterEventDispatcher();
        }
    
        public MyApp(String [] args) {
            this.invokeLater(new Runnable() {
                public void run() {
                    // In here.....
                }
            });
        }
    

    Note, this is just a theory, I have not tested this.

  • Update the text file app/native/assets/data/in the workspace?

    I'm having a problem with updting a compressed file that is updated via a Web service.

    It is pretty simple what I'm doing. first wait for the answer

    QNetworkReply * response = qobject_cast(sender());

    check the data, etc.

    location of the file is "app/native/assets/data/somefilename.txt".

    QFile file (type);
    If (file.exists ()) {}

    leader. Open(QIODevice::WriteOnly |) QIODevice::Text);
    QTextStream out (&file);)
    off<>

    leader. Close();

    }

    It works fine on my local machine when I run it on my Z30 by momentics.

    But once I have add to my BES server and pull down on my workspace, the file is not updated. I can see the file updated in the application is correct the only thing is that the file not updated text.  From what I see the "app/native/assets/data / ' is read-only.

    My question is how update you text files that were packaged in the instalation of the app "app/native/assets/data / '?

    Thanks in advance

    It is not possible, assets / is read only when the application is deployed to the device, it is only readwrite on Simulator. data / folder can be used instead.

    Optionally, the file may initially active resident / and can be manually copied to data / on the first start of the application. After that it can be updated in the data / folder.

  • What is the way to find out which app is downloading data from the internet?

    Every time I connect to internet, I see that nearly 100 MB of data is is downloaded, without my consent. I did almost all the applications that I know to ask my permission before you download.

    Yet, some applications are downloading data without my consent.
    I would like to know what are the applications that do.

    What is the way to find out which app is downloading data from the internet?

    There is background applications that automatically transfer and receive data when the computer is connected to the internet. Try if there is active apps running.

    1. click Alt + Ctrl + Del to go to start Task Manager / Applications and end unnecessary tasks.

    2. go in Control Panel / programs / uninstall a program and uninstall unwanted programs.

    I hope this helps.

  • Custom - Date field that is this feature called?

    I need to create a custom date field. It is personalized because it shows, on the one hand, whatever it is related to the dates and then it indicates that one choice at a time.

    Kinda like this feature

    I want to create something like that, but not the dates. I want to add alist like apples, mangoes, peaches, and plums have a scrolling after another, without showing a huge drop; So basically in the above format. Help, or coding sample please.

    I think you can do this with a SpinBoxField, if you extend it to support of Bitmaps rather than the text that is, it supports at the moment.

  • What is custom data objects?

    Hello

    What is the custom data object? Use of custom data object?

    Thank you

    POOJA

    Hi Pooja,

    The custom data objects are used to store data that can be linked to a Contact or company record and they are not part of your account or customer contact record. Custom data object records can also go by the name data cards.

    Use: -.

    Send emails to contacts who have tweeted about a certain subject.

    Contacts of segment and filter for inclusion in an email campaign.

    Kind regards

    Eloqua Experts

Maybe you are looking for

  • His acute on M40

    I noticed that other people have had problems with laptops with strange sounds. I had two problems with the sound, first one I solved. It was related to energy saving settings SoundMAX. Second, one is actually more annoying; It's a constant its acute

  • White loading bar appears after the splash screen. TAKES FOREVER TO FILL!

    I recently formatted my windows xp because it was slowing down. I do this once a year and its good because my newly formatted computer takes 30 sec or less to load. However this time I formatted, after the screen intel and BIOS, a black scren appears

  • ASA5520 and RV042

    Hello I configured ASA5520 and RV042 for IPSec VPN tunnel site-to-site. Get tunnel only connected, but no ping, no traffic between the two networks to end. Network: ======= 192.168.113.0/24---192.168.113.6 - ASA - IP address public, static - Cisco 28

  • Distortion of NEX - 3N

    I have a NEX 3N (with standard lens) and that you've probably noticed that if people are not their heads in the center of the image are stretched outwards from the shooting. This is especially noticeable when using 16 to 25 mm focal length. Is this n

  • GuestScript feeder throws exception socket

    Hi allGuestScript feeder throws the following exception.[08:01:53.722 2016-06-30] [W] unknown error. The error happened the following output handler:; nested exception is:java.net.SocketTimeoutException: read timed out (Workflow: Get deals with the t