Is a model to several definitions of data a valid concept?

Oracle Applications: 11.5.10.2

Is it possible to have a model created in the XML editor in EBS and used by several definitions of data?

I understand that file a real model (RTF) can be attached to several models in XML Publisher, but is it possible to simply create a single model and to be used by several definitions in the XML editor?

Thank you

Maybe I'm not completely understand you, but you said

>
but the ultimate goal is to have several data definitions that run their own queries and use a template for the output.
>

The definition of data is actually the code that creates the XML file raw as entry in the XML editor. You must have several definitions of data (because the code is different) - but they all create the same XML data output format. For example, you can define several data definitions and attach the same RTF model (which defines what the final report looks like) to all of these different data definitions.

Srini

Tags: Oracle Applications

Similar Questions

  • Create table with several Collections of data control

    Hello

    I have a requirement about to display data in a table. It shows simple, but certain columns in the table are within a collection, and the others are in another collection. I read this chapter Creation of ADF Databound Tables - 11 g Release 1 (11.1.1.7.0), and she explains to create the table with a collection.

    I have no knowledge on the model, I know just as control data, so what should I do? :

    -Ask for the template designer to redraw the control of data to include a collection with all the data?

    -Try to work with the actual data control? If so, how can I create the table several Collections of data control?

    Plese let me know if there is another solution. I work with JDeveloper 11.1.1.7.

    Thank you!

    AAPDL

    Hello

    You can have a managed bean that e... g exposes an ArrayList of objects. This can then binds to the value property of the table. If the object sets the information of table row combination that you get multiple iterators (collections), then the table will display the joined data.

    Frank

  • Model of how APEX handles data (values)?

    Reference {: identifier of the thread = 2486655}

    I am trying to get a model of how APEX handles data (values). There are several places (?) data (values) that may exist. Or so it seems. I'm trying to understand how these work - to put all the pieces together.

    Question:
    (A) where data can be?
    (1) in the database
    (2) for the session
    (3) rendering - and then displayed on the screen, if a value displayed - but not in the session
    (4) in perhaps (?) a few (?) memory work pool but different from the rendered page of values, I see on the screen?
    (5) other?

    Why I think that it's relevant?
    Question:
    (B) attended the session different from that made, then when the code runs, the values and values that (rendering or session) if he runs against?

    And maybe the answer is, "You don't understand what is happening." Yes, "exactly!" Where the question.

    Best wishes
    Howard

    Hello

    If you like to have 'default value' in session state, use the calculation.
    And as you've noticed, you need to before calculation of the item is made to get the same "default" session state and the screen.

    Kind regards
    Jari
    -----
    My Blog: http://dbswh.webhop.net/htmldb/f?p=BLOG:HOME:0
    Twitter: http://www.twitter.com/jariolai

  • How to load several columns of data into Essbase

    Hello!

    I need to download a flat in Essbase data file, but this file contains data for each month in a separate column (Jan, Feb and March), it has several columns of data in the source file, while the DATA reversed Essbase data store is a fact with a column of the data table. So I'm stuck on the way in this case to map more than one column of data in the source file to column 1 of the target data.

    Thank you very much!

    When yo reversed your essbase data model in the RKM there will be an option called SEVERAL COLUMNS of DATA (no default value), this must be set to yes. Then, there are 2 other options that need to be addressed DATA_COLUMN_DIMENSION which is the name of the dimension that you load multiple values to in your case period. Then in the next option DATA_COLUMN_MEMBERS specify you a comma list of members separated... column data required i.e. Jan, Feb, Mar etc. Now when you reverse the model, you will have several column data members

  • Definition fl.data:DataProvider could not be found

    I am new to as3, I copied a code for purposes of curiosity, and in the present code, there was a

    Import fl.data.DataProvider;

    and the rest are the codes, but I tried to test a there is a saying erros

    1172: definition fl.data:DataProvider could not be found

    How can I solve this guy? Thank you

    Import DataProvider, use:

    Import fl.data.DataProvider;   (not fl.data:DataProvider)

    You must add an element of list on stage (name it - list_history in the properties panel)

  • Gives the Script import FDM of oracle RDB to import - import has failed. Data not valid or empty content.

    Hi all

    I create an FDM interface to extract data from Oracle RDB and onto an essbase database. I feel that if you have to shoot the script import data of RDB, you must create an integration. So I created a script to import integration based on the example given in the FDM Document admin.

    The Script is as below:

    Function PSIP_TEST (lngCatKey, dblPerKey, strLoc, strWorkTableName)

    '------------------------------------------------------------------

    "Import oracle Hyperion FDM integration script:

    '

    ' Created By: admin

    "Creation date: 18/02/2014-18:00:33.

    '

    ' Object:

    '

    '------------------------------------------------------------------

    Dim cnSS ' ADODB. Connection

    Dim strSQL ' SQL string

    Dim rs ' Recordset

    Dim rsAppend ' tTB table add rs object

    'Initialize objects.

    Define the cnSS = CreateObject ("ADODB. Connection")

    Set rs = CreateObject ("ADODB. Recordset')

    Set rsAppend = DW. DataAccess.farsTableAppend (strWorkTableName)

    "To connect to the Oracle database

    CNSS. Open "Provider = OraOLEDB.Oracle.1; Password = PSIP_TST; Persist Security Info = True; User ID = PSIP_TST; Data Source = PSIP.

    ' Create the query string

    strSQL = "SELECT YEAR, COST_CENTRE, PROGRAMME_CODE, PROJECT_CODE, ACCOUNTS, AMOUNT FROM VW_PSIP_EBUDGET_ESTIMATES.

    «Get data»

    RS. Open strSQL, cnSS

    "Locate the data.

    If rs.bof and rs.eof then

    RES. PlngActionType = 2

    RES. PstrActionValue = "no records to load!

    Exit Function

    End If

    ' Loop through records and add table APCs to place DB

    If it is rs.bof and not rs.eof then

    While Not rs.eof

    rsAppend.AddNew

    rsAppend.Fields ("PartitionKey") = RES. PlngLocKey

    rsAppend.Fields ("CatKey") = RES. PlngCatKey

    rsAppend.Fields ("PeriodKey") = RES. PdtePerKey

    rsAppend.Fields ("DataView") = "CDA".

    rsAppend.Fields ("CalcAcctType") = 9

    rsAppend.Fields ("Account") = rs.fields ("ACCOUNTS"). Value

    rsAppend.Fields ("Entity") = rs.fields ("COST_CENTRE"). Value

    rsAppend.Fields ("UD1") = rs.fields ("COST_CENTRE"). Value

    rsAppend.Fields ("node2") = rs.fields ("PROGRAMME_CODE"). Value

    rsAppend.Fields ("UD3") = rs.fields ("PROJECT_CODE"). Value

    rsAppend.Fields ("Amount") = rs.fields ("Amount"). Value

    rsAppend.Update

    RS. MoveNext

    Loop

    End If

    "Loaded files

    RES. PlngActionType = 6

    RES. PstrActionValue = "import successfully!

    'Assign the return value.

    SQLIntegration = True

    End Function

    When I run the Script in the Script Editor, I get the following error:

    Error: An error occurred while running the script:

    -2147467259-data access error.

    Online: 19

    If I see in the error log, it is as follows:

    ERROR:

    Code... - 2147467259

    Description... ORA-00903: invalid table name

    Process... clsDataAccess.farsTableAppend

    The component... upsWDataWindowDM

    Version.......................................... 1112

    Thread........................................... 41900

    Nude of the line. 19 is as follows: Set rsAppend = DW. DataAccess.farsTableAppend (strWorkTableName) and, therefore, I thought that perhaps this is when I run the script in the Script Editor, perhaps that the value of the variable "strWorkTableName" does not get filled it is why it gives an error.

    So I ran the import stage in the Workflow, and Got the following error:

    Error: Failed to import. Data not valid or empty content.

    and there is no entry in the error log.

    I'm lost, need your help please.

    One last thing, I would like to ask is kindly please post if my connection string is correct, either:

    CNSS. Open "Provider = OraOLEDB.Oracle.1; Password = PSIP_TST; Persist Security Info = True; User ID = PSIP_TST; Data Source = PSIP.

    I read that FDM is a 32-bit product and will require a connection 32-bit oledb provider.

    FDM here is installed on a 64-bit computer and the provider that is used here in the connection string is 64-bit.


    Please help, my work here came to a fixed support. Kindly help

    That would mean that your 32-bit TNSNAMES. ORA file does not have a good connect descriptor for what you provide in the UDL file.

    Check your TNSNAMES 32bits. ORA file and make sure you have a good connect descriptor for the Oracle database.

  • How to remove the ADF LOV error no data input validation validates

    Hi all


    I am developing a custom Application of ADF, in my custom, ADF application as part of the home page, I have a set of ADF LOVs as well as a custom to "Seek" button and the button 'Clear' ADF. the erase button is used before every new search is called. the "Clear" button and search button work properly, except that when the user enter all the values in the LOV text box and then press the Clear button, the LOV throws an exception indicating invalid in LOV data and won't let me delete them until I have explicitly focus the cursor in the LOV and use remove / return back to clear this field If the LOV has valid data and when I click the button clear clears the field as it was planned.

    Please suggest how can I delete the message 'Error in data not valid' in LOV

    Thanks in advance,
    TK

    Hello
    You can try with

    http://download.Oracle.com/docs/CD/E12839_01/apirefs.1111/e12419/tagdoc/af_resetActionListener.html

  • Save data in several collections of data control

    Hello

    In another post (https://forums.oracle.com/message/11094155), I asked how to merge data from several collections and display it in a table. FrankNimphius gave me the right answer. I now have my table with merged data from my control of data collections. But now I have reverse request: the table must allow to insert new lines and to store the data in the model represented by all of these collections.

    I saw this blog https://blogs.oracle.com/jdevotnharvest/entry/how_to_add_new_adfand it is great, but works with a collectionModel, but the idea is exactly the same thing, just with several collectionModels in a parent one.

    The table is not lined with a collectionModel, it is bounded to a list < MyObject > in my managed bean, in order to control the integrated data to create/delete operations from the parent collection do not work.

    Another thing is: for me the model is a black box, I don't know anything about the model, I just know the datacontrol.

    Thank you!

    AAPDL

    Hello

    If you only have access to the data controls then it has no option to combine the two data sources in a single data control (for example, Pojo). Go with a suggested abstraction managed bean, the option I see is to expose a method in the managed bean that you can use to create a new empty - list entry. This then will be displayed as a blank line in the table after PPR.

    The trickiest part is later - when you submit or commit the new line - to manually create new lines in other iterators or update other data sources accordingly (for which you will need to know what information goes on what iterator control or data). If other data controls are not BC of the ADF, and then to persist new lines, you will need to explicitly call the methods exposed on the data controls. So what you basically generate is a managed implementation bean of a two-phase commit. And then there's the case of deletion to consider as well.

    Frank

  • Definition of data trigger seems to be ignored

    Hi, I'm learning to build my own reports through data definitions (I don't have access to report builder in the envionment on which I work). Everything works fine, except the front or the activation of the after trigger. He seems to be constantly ignored. I have tried to present and ask, call any procedure, insert the simple package body or insert statement - none of them worked. I don't have access to SQL Developer so I can't save new package with trigger proc.

    Does anyone know why I'm even not any message? I looked below several times to see if there is no fault of strike. Journal of the OPP poster not not any message of error, request ends very well, just, nothing happens when the trigger.

    <? XML version = "1.0" encoding = "UTF - 8"? >
    < name of dataTemplate = "TEST_XML" description = "TEST_XML" default_package = "fnd_request" version = "1.0" >
    Properties of <>
    < property name = "xml_tag_case" value = "upper" / >
    < property name = "include_parameters" value = "true" / >
    < / properties >
    < Parameters >
    < name of the parameter = "P_ORDER_FROM" dataType = "date" / >
    < name of the parameter = "P_ORDER_TO" dataType = "date" / >
    < name of the parameter 'P_MVRES' = 'character' dataType = / >
    < / Parameter >
    < dataQuery >
    < SQLStatement instance name = "TEST_QUERY" >
    <! [CDATA [select distinct pha.segment1, po_number,
    PV. $vendor_name $vendor_name,
    PV. Segment1 vendor_number
    of po_headers_all pha,.
    po_vendors pv
    where pv.vendor_id = pha.vendor_id and
    PHA. [[CREATION_DATE between: P_ORDER_FROM and: P_ORDER_TO]] >
    < / sqlStatement >
    < / dataQuery >
    < name dataTrigger = "beforeReport" source = "fnd_request.submit_request (application = > FNC, program = > HERTZ_COPY_FILE_ADM, description = > start_time null = > null, sub_request = > false, argument1 = > 13691374, argument2 = > 'EN');" "/ >
    < dataStructure >
    < name of group = 'Test' source = "TEST_QUERY" >
    < element name = "PONum' value ="PO_NUMBER"/ >
    < element name = "VendorNumber' value ="VENDOR_NUMBER"/ >
    < element name = "VendorName" value = "$vendor_name" / >
    < / Group >
    < / dataStructure >
    < / dataTemplate >

    Concerning
    Piotr

    The function that you call before and after triggers report must return a BOOLEAN value.
    And you neednt have a semicolon (;) when the call ends.
    Just enough.

    In your example, submit_request returns a NUMBER. And you have one; at the end of the call.

    If you want to keep track of triggers or your DT, create a setting more with token as DebugFlag - make sure that the case is maintained.
    This value Y.

    This will show what happens when the trigger is called in the pgm conc log file.

  • model from 2012 to 2015 date for the meeting?

    Has anyone heard of an old model of Macbook Pro with a date of the current Assembly?

    Not one, but two of my colleagues recently bought Macbook Pro of the Best Buy Web site, thinking they were getting a good deal. But when they complained to me about the slow performance, I told them that the Macbook Pro have been 2012, not 2015! The bodies of these laptops are certainly the 2012 models - they have internal SuperDrive and same port configuration. And yet when we ran the serial numbers, they have all two current AppleCare. No place on the Web from Best Buy site he mentioned that they have been renovated, either.

    I went to www.powerbookmedic.com and it was even more detailed information:

    Model number:

    A1278
    Number of sales: MD101LL/A
    Machine number: MacBookPro9, 2
    Dimensions: 12.78 in x in x 0.95 in 8,94
    Weight: 4.5 lb
    Production: June 11, 2012 - present

    Based on your serial number, your device is a model of Mid 2012 and was assembled on:

    Year of production: 2015
    Week of production: 46 (November)
    Production number: 700

    Anyone seen this before? How can a body 2012 have been assembled in 2015? This means that they are refurbished? Why is the date of production always open for this model?

    Any help is greatly appreciated!

    This model has been in continuous production since its introduction. I see it as a credit to the value and reliability of this model. Apple uses dates to indicate when changes have been made, not the time period. If you buy Apple, you get a new unit. I can't say that about Best Buy.

    This isn't like cars where something changes every year. It is rather old Winchester rifles. The Winchester Model 1894 is still in production with only a minor change in the name of model 94.

    I believe that this model has been in continuous production longer than any other Apple product. You can always a "built to order":

    http://www.Apple.com/shop/buy-Mac/MacBook-Pro?product=MD101LL/A & step = config

    I have this model in the "basic configuration" purchased directly from Apple as a refurb in 2013 and it is not slow. It came with OS OS10.8.5 Mountain Lion and today runs the latest OS version 10.11 without complaining. I hope that Best Buy have not previously installed some unnecessary anti-virus or the operating system on the computers of your friends.

    It is always better to buy a Mac directly from Apple rather than through the limited number of dealers, they use.

  • Photos - photos of iCloud - several users share data bases

    Hi hoping someone can point me in the right direction here as it is driving me crazy!

    New Mac mini, OS X and photos app.

    Basically, I want to share a unique data base of Photos between two users on the same Mac accounts. Have followed all the advice online, I'm always running into difficulty. I put the database on an external SSD with permissions in place for any user access to the base (but only one at a time of course).

    All very well so far, but here comes the question. I want pictures of iCloud enabled on one of the accounts with complete download of all pictures to iCloud, when I get out of the photos, the photolibraryd process remains active. This means that when I change the account and you are trying to access the photos, I can't because photoslibraryd in the other account is accessed again. To work around this I started to enter photoslibraryd monitor and the murder of activity as well as the Photos itself before you log in to the second account and to access the Photos. This seems to work (but is a bit of a pain if I forgot!) - which is a lot more pain, it's that if I add some photos in the second account and then go back to the first, rather than synchronize the new photos with iCloud, product photos across the entire library 20,0000 resynchronization photo! It's bad!

    I have approached the wrong way? Is there a better way to achieve what I want - that is entirely database of shared photos between two users on the same Mac (with photo stream enabled on both accounts for these devices which have not iCloud photo activated) and iCloud photo enabled on one of the Mac accounts - without killing the process or any what fees General massive sync?

    Grateful for any help.

    Thank you very much

    Rich.

    It is not possible to share a library of photos between several users, if the library in question is your system library. If you cannot share the library used as the iCloud photo library with others.  If you want to share photos with others, use a separate library of Photos to share and transfer photos from there to your iCloud library.

    I found this in the documentation for PowerPhotos:

    : https://www.fatcatsoftware.com/powerphotos/Help/sharing%20a%20library%20between% 20multiple%20user%20accounts%20on%20one%20mac.html

    Share a library between several user accounts on a Mac

    Photos is not designed with use multi-user in mind, which makes it very difficult to create a configuration where only one library of Photos are accessed through accounts on your Mac. If you want to share a library in this way, the following restrictions will be applied (for the bottom of discussion, we have two users named A and B we want to share a library):

    1. Account that a single user can never open a library given in Photos at the same time. Before you can use the shared library as long as the user has, make sure to leave Photos as user B.
    2. None of the user accounts that access the library may designate as their "library system". The library system is actually open at any time by OS X in the background, as long as that user is connected, even while quitting smoking pictures not free the library so that another user can open. You must designate another library system library, or completely close the session user B before trying to access the library as user A. Note that this also prevents having this synchronization of library with iCloud.
    3. The library cannot be stored on your internal drive or any other drive where the permissions are respected. Fighting against the permissions on OS X is a losing battle. While you can play whack-a-mole to try to correct the permissions on the library before you open it, then something goes wrong and it is likely that you will be unable to access a part of your library. You should keep the library on an external drive and in the read window information in the Finder, make sure the checkbox "Ignore permissions on this volume" is checked.

    Re: How to share your photo on the same Mac without iCloud library

  • In Windows 7 we select several lines of data that are in a different location on the page (no continuous lines) through the mouse or keyboard and also can we copy all lines of these different at the same time to paste somewhere else in one fell swoop.

    > Now I'm unlable to select more number of lines that are not a sequence in a single page to copy the data rows and paste somewhere in one fell swoop.
    > Is this concept implemented in Windows 7. ?
    > Is there a provision (method) to select several lines that are not continuous across the keyboard or the mouse in windows 7?

    Byagaris,
    It depends on what program you are trying to copy and paste into.  You are able to select continuous, multiple lines, by using the Ctrl Key and clicking, or by highlighting the desired line.  For example, I held the Ctrl key and then, using the mouse, has highlighted several different phrases in the various paragraphs, and could then copy them.  This feature is available for several versions of windows.
    If you are not able to perform this action then post what happens when you try and what program you try it.
    Mike - Engineer Support Microsoft Answers
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • can I create an EM 12 c database with the preconfigured repository database use, models on the basis of data Oracle 12 c

    The installation for EM 12 c document indicates "Install Oracle Database 11 g Release 2 (11.2.0.3) software on the host computer, where you want to create the database".  I want to use Oracle database 12 c.  Is there a template to preconfigure the repository on a database of 12 c?  Or is there a work around?

    For the version EM Cloud control 12.1.0.5, which is the most recent version of the MA, the models for the 12.1.0.2 of the database version is available here.

    Model of data base for the installation of Oracle Enterprise Manager Cloud control 12 c Release 5 (12.1.0.5)

    Note that, although a DB template helps you to simplify the installation process, you can always install EM12c without one. If necessary, look at the manual below:

    http://docs.Oracle.com/CD/E24628_01/install.121/e22624/install_em_exist_db.htm#EMBSC159

    Kind regards

    -Loc

  • BI Publisher: Excel template: 'Fixed' model of several leaf

    Hello

    I am creating a BI editor using Excel template. The final report must be several leaves, with each sheet with a different set of data.

    For example: sheet 1 would always be list of employees. Sheet 2 would still be the list of departments. This means that the column headers and the number of columns would be different in each sheet. However, the number of leaves and the names of Woksheet would be the same always.

    Is there a way to do this?

    Kind regards

    Santhosh Jose

    However, in the example I mentioned above, you will notice that layouts and data sets are different in each of the sheets.

    you have 2 sets of data for 2 sheet?

    try to combine the

    as an example, if you have

    1

    2

    3

    1

    2

    3

    no problem to create no excel template with PGE to first sheet and DEPARTMENTS for the second sheet

  • Bind several web service data controls on the same page

    Hello
    JDev version: 11.1.1.6.0
    I using SOAP web services. I have the following usage:
    I have the data control for the web service, that records the values entered into the form. I created the entry form using the data control (DC1).
    There is an input field [T1], on the tab, I need to fill an another text field, for which the data is returned to an another web service (DC2) data control.
    For the same input text [T1] on the tab out, I need fill in the object list in the component selectonechoice, for which the data is returned to an another web service (DC3) data control.

    Is it possible to use bind several data controls on the same page to reach the use case?
    However, I want to avoid the use of managed bean. Is it possible to do this?

    Concerning
    Fabiola

    Hello

    I can make the case to use even without the use of the managed bean?

    Yes, although the managed bean solution seems reasonable to me.

    Difficulties are

    + 1) REQ1 and REQ2 are the parameters that is common to both 1 and 3 services. +

    Text fields that provide arguments to a method are related to an input variable (file PageDef has an iterator variable in the executable section). A variable can be referenced from method arguments

    + 2) REQ1 is the parameter that is common to both 2 and 3 services. +

    Identical to 1. Create a setting for service 2 and map variables in the arguments of the method of service 3

    + 3) Service3 needs all REQ1, REQ2, REQ3, and REQ4 parameters as parameters to save the data. +

    As said, fields can be referenced from variables, dependent, the linking of the attribute fields (as I guess it is a return value in the bound field)

    There are problems of links as the same setting is available between several departments.

    It's new to me

    Is it possible to solve these problems of binding addresses?

    Yes. Make sure however that WS DC iterators you see in PageDef have their property Refresh ifNeeded for the refreshment of the bound field work properly

    Frank

Maybe you are looking for

  • Platform Service could not be started error system

    I use the Purenetworks (Magic Guard) program, please see the post title. Thanking you in advance... Dave Cuzner

  • To access the EFS data from another disk using original certificates/keys

    I use EFS on a Workgroup XP - Pro, SP3 and have backed up keys.  I am trying to access the files on this disk now mounted in another machine (also SP3 of XP - Pro and in a working group).  I can load the certificates of the first machine in the secon

  • AiOSoftwareNPI (* .ms) the Setup program does not start when I start my computer.

    original title: AiOSoftwareNPI I'm having a problem with a software AiOSoftwareNPI problem (* .ms) the Setup program does not start when I start my computer. I know it's a Windows Installer but I don't have a disc with this route. I even tried to rei

  • close application after receiving the push

    Hello is it somehow possible to check if they received a big boost, if the application has been closed or open? When my application is closed, the message to push, she keeps open like an active frame. Would be nice to close somehow if, after receipt

  • Preferences

    When I press 'Preferences' to print in grayscale, black ink only, the page is so great, I can't tap on OK or print at the bottom. I tried to move - can not.  I tried to change it to my default - same problem.  This just happened.  Help!