The call of several packages

Hi Experts

I want to know - is it possible that I can call two packages in packaging someone else or do I have to create the senario for every package and call them in the new package.

Concerning
Sree

Simply create two scenario for these packages. And slide in to an another package.then liaise.
It's all Sree.
Thank you

Tags: Business Intelligence

Similar Questions

  • dbAdapter fails during the call to procedure package oracle object type in the parameter out

    JDeveloper 1.1.1.6

    Oracle 11g

    Existing package procedure is defined with the table of objects in input parameters and.

    Package myPackage

    procedure processRecon (numero_projet VARCHAR2,

    INST_ID select NUMBER,

    recon_type VARCHAR2,

    gis_design_stock GMPVT. GMPVT_GIS_DESIGN_STOCK_T,

    stock_uop GMPVT. GMPVT_STOCK_CODES_T,

    x_status OUT VARCHAR2,

    x_escalation OUT VARCHAR2,

    x_recon_error ON GMPVT. GMPVT_GIS_RECON_ERR_T) IS

    GMPVT. GMPVT_GIS_RECON_ERR_T is an array of GMPVT objects. GMPVT_GIS_RECON_ERR, who has 12 fields including the new I added it.

    I have added a new field to the GMPVT object. GMPVT_GIS_DESIGN_STOCK, where GMPVT. GMPVT_GIS_DESIGN_STOCK_T is a table of GMPVT. GMPVT_GIS_DESIGN_STOCK, no problems encountered during the test.

    Next, I added a new field for the object of type GMPVT. GMPVT_GIS_RECON_ERR, the following error below occurs when the DBAdapter is called

    < Summary > Exception occurred when the link was invoked. Exception occurred during invocation of the JCA binding: "JCA binding run operation 'processStockRecon' failed due to the reference: Interaction processing error." Error in the processing of applications from running. GMP_SOA_RECON_PKG. Interaction of the PROCESSRECON API. An error occurred during the processing of the interaction to invoke APPS. GMP_SOA_RECON_PKG. PROCESSRECON API. Cause: java.lang.ArrayIndexOutOfBoundsException: 12 check to make sure that the XML file containing the data of the parameter matches the parameter definition in the XSD. This exception is considered non reproducible, probably due to an error of modeling. ". The called JCA adapter threw an exception of resource. Please review the error message above carefully to determine a resolution. < / Summary >

    I confirmed that the XSD for the stored procedure has in fact change, which has been generated by JDeveloper as I refreshed the database adapter.

    The statement "Cause: java.lang.ArrayIndexOutOfBoundsException: 12" I can't that assume somehow SOA has 12 parameters but the 12 setting was not saved.

    Any thoughts on what I might be missing. I can provide more information if necessary.

    Hello

    This problem has been resolved. Not deployed SOA composite and then deployed to the server of the SOA. For some reason, SOA has been either you see does not changes in the file XSD (cached?) or the XSD was not get updated.

    Thank you

  • The call of several objects in a table

    Hello

    I tried to figure out how to appeal to several objects in a table.

    What I want to do is set the value of certain objects display in a table at certain points.

    Thus, for example;

    var CheckBox1 = this.getField("CheckBox1").value;
    var CheckBox2 = this.getField("CheckBox2").value;
    var arrObj = [
    "One", "Two", "Three", "Four", "Five", "Six", "Seven", "Eight", "Nine", "Ten"];
    
    if (CheckBox1 = "Yes") {
         if (CheckBox2 = "Yes") {
              arrObj[1].display = display.hidden;
              arrObj[7, 8, 9].display = display.visible;
              arrObj[4, 5, 6].display = display.noView;
              arrObj[2, 3].display = display.noPrint;
         }
         else if ...
              //do something else
    }
    

    So instead of writing 10 different set out I can condense up to maximum 4 or less in function.

    However, all the ways I tried to do it didn't and I can't find any clear examples on the web.

    Any suggestions?

    As always, any help is very appreciated.

    Thank you in advance.

    This is a potential problem with your code: in a table JavaScript, the first element is element 0 and not 1.

    Try this instead (it's just the inner loop):

    var a1 = [7, 8, 9];
    var a2 = [4, 5, 6];
    var a4 = [2, 3];
    
    if (CheckBox2 == "Yes") {
        arrObj[1].display = display.hidden;
        for (var i in a1)
            arrObj[a1[i]].display = display.visible;
        for (var i in a2)
            arrObj[a2[i]].display = display.noView;
        for (var i in a3)
            arrObj[a3[i]].display = display.noPrint;
    }
    
  • The call of several workflow.

    Hi all

    We have a list to multiple selection on each element selected a trigger shud of specific workflow on Checkin.

    Can someone please suggest how to go abt it.


    Thanks in advance.

    If you have a Multi Select (xMyMultiSelect) field with values: A, B, C

    There are workflows for each: A and B and C

    If I check in a document with "A, B" do you want the workflow to A and B to be chained?

    To do this,
    (1) enter the docs in a workflow main "traffic cop" with a generic entry step (example all docs with any value not zero in xMyMultiSelect - use the generic operator for this criterion)
    (2) in the event of entry of step 1 analyze the value of xMyMultiSelect and put the string into a string of file Companion.<$wfSet("thisWorkflowSet", xmymultiselect)$="">
    (3) create a break in the first step of the first selected workflow AND ensure you have a step back to your main workflow.
    (4) whenever you return to your main workflow, read the following value in your companion file and jump into this workflow until you are finished.

    You are fundamentally transform each workflow for your selection list multi into a secondary workflow and chaining them. This is very similar to the works of dynamic routing how. The only difference is that instead of the users choose the next step every step along the way, the author recovers the sequence of steps via your checkin time multi selection list.

    I hope this helps.
    Warmly,.
    Billy Cripe
    Fishbowl Solutions

  • call the owner VI several times

    Hi all

    I try to call the owner VI several times and was not sure if it's possible. I try to call the same VI in a VI with different condition.

    I have this VI as active with reentrant template (VI_1), and inside the loop, he calls another instance of this model (let's call it VI_2) and wait for the completion called VI (VI_2) and proceed to the next action. The problem, it's wait until done does not wait even if I set it to True. Can someone tell me what I am doing wrong? or even if this is possible.

    Thank you in advance.

    So the VI calls himself?

    If so, you can drop the VI to its own diagram if it is defined in the version of LabVIEW 2009 neres and later.

    Tone

  • How to find the name of the procedure call or a package?

    Hi all..

    Is it possible to find the name of the procedure or the calling package?

    I mean.. If proc_1 calls proc_2 how can I find in proc_2 proc_1 call?

    Proc_2 is called from a different procedure? I need to write to the size of the code that should fire depends on the Proc he calls?

    Please help me solve this problem.

    Thank you

    You could try OWA_UTIL. WHO_CALLED_ME
    "This procedure returns information (in the form of output parameters) on the unity of PL/SQL code that called it."
    See:
    http://download.Oracle.com/docs/CD/B19306_01/AppDev.102/b14258/w_util.htm#sthref11492

  • I need to combine several PDF files into a single attachment on my iPhone. I subscribe to the $ 9 per month package, but I can't seem to find an option to combine the files of one attachment. Can you please help?

    I need to combine PDF files in a magnetic. I subscribe to the $ 9 per month package. Is this possible?

    Hello

    With Adobe Acrobat iOS app, we can only create PDF of it. To combine the documents, go to https://cloud.acrobat.com/combinepdf on your device browser.

    Thank you

    Abhishek

  • The call to package.procedure thanks to DAD and it says error HTTP 404 not found

    I have a url works fine with package.procedure which has some html and JavaScript as follows:

    http://hostname:port/dad_name/package.procedure

    Regardless of the procedures in this package works very well. But when I create a new package with a different name and the same procedures, it gives me
    Not found
    The requested URL /dad_name/new_package.procedure was not found on this server.

    Both packages have same subsidies. I'm missing something.

    Is - this WHAT FATHER modplsql has any place where he lists the objects that can be accessed via the URL? I checked the dad.conf, he has not an exclusive list in there.

    Thanks in advance
    KK

    you did not mention the name of schema. did you?
    What server component applications do you work?

  • Transfer incoming calls to several lines on 7960

    Hi all

    I hope someone can help out me.  Some time ago, I came across a paper on Cisco's Web site that showed me how to transfer incoming calls to several lines on the same phone.  I can't for the life of find me it.

    The scenario is that I have a phone reception (7960) which has 6 buttons on line.  I want incoming calls to its extension 926 to hit line 1 first, if this line is busy he stumbles on line 2 and so on.

    I use Call Manager 4.2 at present that is currently configured with monitoring Console.  I'm moving this phone to an another CUCM on 4.2 (it's complicated) with a view possibly to upgrade to the latest version.  I won't use the monitoring I know, that they declined to support in his favor in later versions by opting for a standalone package.  I distictly recall this document is written for version 4.x, when I found it.  He spoke of creating new spaces of research of appellant as ReceptionL1_to_L2 to achieve the desired result.

    Has anyone seen this document before and have a link to it?  Or perhaps could suggest a better way to do this?

    Thanks in advance for your help, much appreciated.

    Hello

    Here is the reference in addition to the good information of Manish

    and Abhishek (5 of each)

    How many calls per line working in Cisco CallManager 4.x

    http://www.Cisco.com/en/us/products/SW/voicesw/ps556/products_tech_note09186a00801f3b4e.shtml

    See you soon!

    Rob

    "Clocks go slow in a workplace.
    "Drag to minutes and hours jerk."

    -Shock

  • What is the problem in this package?

    Hello
    I want to automatically generate a sequence number when a procedure is called. For this I wrote the code in a package,
    but his display error. I am uable to find out this error.plz take a look at this.
    CREATE OR REPLACE package body USER1.PACKAGE_TEST1 as
    initialCode varchar2(20);
    procedure SEQNUM(prefixCode IN varchar2,tableName IN varchar2,columnName IN varchar2,sequenceGenerated OUT varchar2,tb_cursor out md_cursor)
    as
    begin
    initialCode:=prefixCode||'000000001';
    open tb_cursor for
    SELECT NVL(SUBSTR(SUBSTR(MAX(columnName), 1, 1) || TO_CHAR(TO_NUMBER(SUBSTR(MAX(columnName), 2, 9)) + 1),1,1)||DECODE((10-LENGTH(SUBSTR(MAX(columnName), 1, 1) || TO_CHAR(TO_NUMBER(SUBSTR(MAX(columnName), 2, 9))+1))),1,'0',2,'00',3,'000',4,'0000',5,'00000',6,'000000',7,'0000000',8,'00000000')||SUBSTR(SUBSTR(MAX(columnName), 1, 1)|| TO_CHAR(TO_NUMBER(SUBSTR(MAX(columnName), 2, 9)) + 1),2,LENGTH(SUBSTR(MAX(columnName), 1, 1) ||TO_CHAR(TO_NUMBER(SUBSTR(MAX(columnName), 2, 9)) + 1))-1),initialCode)  FROM tableName
    end SEQNUM;
    end PACKAGE_TEST1;
    There is no problem in the sql query that is written for the automatic generation number.

    It smells all around a bad design.

    The appearance of your code, you try to sequence generation.

    Your attempt fails on a few levels.
    (1) concurrency (jet of several users at this and watch the sadness ensue)
    (2) performance (especially if you get help to fill in the part "dynamic past in the table name ' of the present).

    I STRONGLY recommend that you look at the use of Oracle sequences. Or, if it is not a viable option for a reason, let us know why so we can better suggest a plan of action for you.

    What I inferred from the post so far, you head down a road, you regret in short mode.

  • Display of the number of Skype the person is the call to.

    Hi, I have several numbers for the different areas of my business. For example. Sales and support.

    How will I know what Skype number, the appellant wrote? So I can't answer with the correct service name?

    I contacted the Support of Skype.

    Skype doesn't have this feature which is absolutely ridiculous. All other providers has at least the possibility to disable the number of the person calling and show the called number.

  • The CALLED RECEIVER will assume all additional costs?

    Hello.

    I understand that he has had several discussions with a similar question, but the thing is that the answers provided were completely irrelevant.

    Ce_que I want to personally know is and perhaps others too: if I made a call via Skype from a computer to a number of portable stranger who did not have Skype installed, the person RECEIVING the call will have to pay as if 1) THERE WAS A CALL MADE overseas (which implies that there are additional costs involved), or 2) a CALL FACT LOCALEMENT (involving there is no international roaming charges) etc. ; costs are exactly the same that it would cost the receiver if the call was made from a local phone number)?

    Please understand that direct me to the page of international call rate will not help me, because I want to know if the receiver will have to pay additional fees to pick up the phone when I call from abroad, NOT from the APPELLANT.

    Thank you.

    Ohayo-san wrote:

    I want to know if the receiver will have to pay additional fees to pick up the phone when I call from abroad, NOT from the APPELLANT.

    Thank you.

    Hello

    First of all there is no 'international' with Skype calls. All calls are 'local' in the world. It's because Skype calls travel goes internet and only "break" to PSTN/cell at one point close to the recipient's phone. The same applies if you call the other side of the world or simply call your neighbor.

    Calls to a mobile phone (from anywhere) are so "local". Skype does not receive calls. If the cell phone carrier charge the owner (some do - others do not), it depends on Plan of the owner of the relationship with the carrier. In any case the call (from anywhere) will be seen by the carrier as 'local' and reception fees (if any) would be only a few cents.

    Hope it clears for you.

    TIME ZONE - US EAST. LOCATION - PHILADELPHIA, PA, USA.

    I recommend that you always run the latest version of Skype: Windows & Mac

    If my advice helped to solve your problem, please mark it as a solution to help others.
    Please note that I usually do not respond to unsolicited private Messages. Thank you.

  • Beeps during the call

    My iPhone will beep loud every 15 seconds to everyone but me when I am the creator of a conference call. The tone continues for the person left on the line when everyone has left the call. Beeps start and continue, if the call was in every way a conference call.

    I tried to switch my SIM from one android phone - that silenced the beeps of call completely. I interpret this to mean that the beep is actually produced by the phone itself. My carrier refuses also informed of the problem.

    I'm running iOS 9.3 and saw this problem persists through several updates. I would appreciate help with this because it doesn't seem to be a problem that many people share.

    You use an application to create the conference call? Have you contacted the developer of the application? The company that hosts the conference bridge?

  • Generation of multiple reports in subdirectories with the calls of the nested sequence

    I would like to generate different paths for multiple sequences, which are each managed in respect of execution of their own.  The following text displays the desired hierarchy:

    YYYY. MM DD. HH.mm.ss_MainSequenceFileName\Test [email protected]
    YYYY. MM DD. HH.mm.ss_MainSequenceFileName\YYYY. MM DD. HHmm.ss_SequenceGroup1\Sequence group [email protected]
    YYYY. MM DD. HH.mm.ss_MainSequenceFileName\YYYY. MM DD. HHmm.ss_SequenceGroup1\Test tswan.html
    YYYY. MM DD. HH.mm.ss_MainSequenceFileName\YYYY. MM DD. HHmm.ss_SequenceGroup2\Test tswan.html

    where:

    Summary of the test contains only steps of the MainSequence of the MainSequenceFile
    SequenceGroup1 is a step of calling in MainSequence with new execution sequence (to generate a separate report).
    Note: The subsequences of the SequenceGroup are stored in a different sequence file.

    Example of a hierarchy:
    MainSequence-> SequenceGroup1-> SubSequence1, SubSequence2, SubSequence5
    MainSequence-> SequenceGroup2-> SubSequence2, SubSequence3, SubSequence4

    Would result in the following files:
    2010.08.18.10.00.00_MainSequenceFile\Test [email protected]
    2010.08.18.10.00.00_MainSequenceFile\2010.08.18.10.05.00_SequenceGroup1\SequenceGroup1 [email protected]
    2010.08.18.10.00.00_MainSequenceFile\2010.08.18.10.05.00_SequenceGroup1\Test1.html
    2010.08.18.10.00.00_MainSequenceFile\2010.08.18.10.05.00_SequenceGroup1\Test2.html
    2010.08.18.10.00.00_MainSequenceFile\2010.08.18.10.05.00_SequenceGroup1\Test5.html
    2010.08.18.10.00.00_MainSequenceFile\2010.08.18.10.40.00_SequenceGroup1\SequenceGroup2 [email protected]
    2010.08.18.10.00.00_MainSequenceFile\2010.08.18.10.40.00_SequenceGroup1\Test2.html
    2010.08.18.10.00.00_MainSequenceFile\2010.08.18.10.45.00_SequenceGroup1\Test3.html
    2010.08.18.10.00.00_MainSequenceFile\2010.08.18.10.45.00_SequenceGroup1\Test4.html

    My plan was to specify the base path using the StationGlobals (for support through several files), and then use the ReportOptions reminder in the file of the main sequence and the sequence of group file.  However, the recall of ReportOptions occurs only in the file in the main sequence.  If I create a ReportOptions reminder in the sous-suite file, it will never be called.  The ReportOptions of the MainSequenceFile callback is only called (since that's where the new run is launched I guess).

    In my view, that this hierarchy could be created using what follows:
    In the ReportOptions callback, get a reference to the sequence of the appellant step and determine if it is a SequenceGroup_SequenceCall (a type of special stage that I created), if so then use a different expression to generate the name of the subdirectory and report.  If this isn't the case, then use the expression of the main sequence.

    It would take to what follows the ReportOptions in MainSequence reminder:

    1 get the reference to MainSequence path of the report generated from the process template.  This could be done by storing the RunState.Root.Locals.ReportPath in a StationGlobals variable before the new sequence.

    • Is it possible to do without StationGlobals?  A SequenceCall parameter is most appropriate?

    2 get the reference to the call of the sequence step

    • Not sure what the best way to achieve this.  Please notify.

    3. date format
    The statement to get the start time of the SequentialModel is not called that after ReportOptions recall and the path of the file Expression determine report.  This is why the name of the report file timestamp may be different from the header of the report.

    • Why the statement to get the start time is not called as the first step of the sequence, and what are the consequences of this change in the sequential model?

    My questions are indicated by bullets that precedes.  Any help would be greatly appreciated!

    Hello

    I created a small example that should full fill your requests.

    Note: I have only tested in Mode Single Pass (No. Serialnumber request!)

    No StationGlobals when used. To get the parent folder data two queues when used in ReportOption callback

    Hope this helps

    Jürgen

  • The configuration step of the calendar after the call to DAQm angular encoder, takes a lot of time vey even to 1000 samples per second. No idea why?

    I use an encoder in quadrature with DAQmx 6259, the call to read the outputs of the meter is slow, much slower than the sampling rate? No idea why?
    Thank you

    Hello Roxanne,

    In the title of this thread, you mention that the calendar configuration step takes a long time.  Is now called node configuration several times in your code?  You may find that your code runs faster if the channel configurations and the task doesn't occur once.

    Our example of the expedition, ' counting digital Events.vi ' may be of interest to you.

    Can be found by browsing our example search tool:

    'Help' examples

    Once opened, the example Finder you can find this example by browsing:
    "" material input and output"DAQmx" counter measures "County Digital Events.vi

    Best regards.

Maybe you are looking for

  • express problem airport works as a wired wifi Extender

    I have TW cable for internet in bridge mode and not as a DHCP server.  This is directly related to the port WAN to a time capsule extreme Airport (1-2 years).  The time capsule has a link to 16 port 10/100 netgear switch to one of the LAN ports.  Abo

  • Copy conditional highlighting to other sheets

    Hello. I have a defined roadmap parole rules for the first column, which is the date - highlighting, such that each number of the month in the date cell becomes a different color. I use only 3 colors for each quarter of the year. My question is: is i

  • M452: Help, please: Vertical lines every 1.25 "

    Brand new Laser Jet Pro M452. I tried the process of cleaning, changed paper, etc., as suggested on the site of HP. Can't get rid of these lines. The printer is connected to the computer USB. Using start-up toner cartridges.  Could of course use a he

  • LV 2011 (and 2012 LV) compilation error. Size not valid in _InstSize: 21

    I created a Subvi in LV8.5 to manage events UI outside a main vi. The Subvi gets control references who are registered for the events, through a queue that all actions are sent to a consumer case, nothing complicated. Everything works fine in LV8.5,

  • Music downloads no longer go to Windows Media Player

    I have my Mp3 Rocket music download program.  Until recently whenever I downloaded music went straight from there to play Windows Media, it is no longer to do.  They told me that they do not controll where music is going.  So, I'm looking for help kn