What is FTE & PTE in HR

Hi Experts,
Could you please define FTE (Full Time Time Equivalent) and
PTE (Part Time Time Equivalent)
with regards to HR Data

Definition
The headcount as a full-time equivalent. This is the number of effective full-time equivalent employees for a time period. This is similar to headcount, except that part-time and casual employees are converted to full-time equivalents. To calculate the full-time equivalent it is necessary to know the standard number of workhours per employee (not the actual work hour!). The standard number of workhours comes out of the enterprise agreements or the award coverage. Contract staff or temporary staff whose services are paid directly to an agency are not included. Also employees on unpaid leave for this period should not be included.

Similar Messages

  • @Jeff Mott: what is considered to be an FTE paragraph?

    @Jeff Mott (or any else how knows the definition of an FTE paragraph )
    In a TextField a paragraph ends when a carriage return or newline character is encountered. Is the same true for FTE? Or is it more to be seen like an HTML <p> element?
    From the docs:
    "The TextBlock class is intended to contain a single paragraph because the Unicode   bidirectional and line-break algorithms operate on one paragraph at a time. For applications   that compose multiple paragraphs of text, use a markup language, or text analysis to   divide the text into paragraphs and create one TextBlock per paragraph."
    So if we have a chunk of text containing a few hard retruns need we to devide that into multiple TextBlock instances or will the the Unicode bidirectional and line-break algorithms work with the hard returns in one TextBlock?
    - Benny

    I'd go with yes.  The returns in the middle of the paragraph are simply forced line breaks.
    Hope that helps,
    Richard

  • Problems displaying Thai characters in Flex FTE components on Mac

    I am running into issues displaying Thai characters in Flex components that make use of the Flash Text Engine (FTE), specifically on Mac OSX 10.6.8 Snow Leopard.
    Here's a blurb of my compiler font managers in flex-config.xml:
        <flex-config>
            <target-player>10.2.0</target-player>
            <!-- Specifies the version of the compiled SWF -->
            <swf-version>11</swf-version>
            <compiler>
              <!-- Specifies the locales for internationalization. -->
              <locale>
                  <locale-element>en_US</locale-element>
              </locale>
              <fonts>
                  <!-- ... -->
                  <!-- Compiler font manager classes, in policy resolution order-->
                  <managers>
                      <manager-class>flash.fonts.JREFontManager</manager-class>
                      <manager-class>flash.fonts.BatikFontManager</manager-class>
                      <manager-class>flash.fonts.AFEFontManager</manager-class>
                      <manager-class>flash.fonts.CFFFontManager</manager-class>
                  </managers>
                    <!-- ... -->
                </fonts>
            </compiler>
        </flex-config>
    ...and another from flash-unicode-table.xml:
        <language-range>
            <lang>Thai</lang>
            <range>U+0E01-0E5B</range>
        </language-range>
    My flex application originally had the following defined in its stylesheet:
        Application {
            fontSize: 12px;
            fontFamily: Arial;
            font-sharpness:0;
            font-anti-alias-type:advanced;
    Thai characters render correctly in mx components such as TextField so far.  However, FTE components such as TextLine show those crappy-looking boxes as a substitution.  My initial guess was that somehow one of the compiler font managers declared in flex-config.xml was not finding the right system font to fallback to for Thai characters.  So, I ensured the system font was installed by going to System Preferences > Language and Text > Edit List.  Then I changed fontFamily to Arial, Ayuthaya.  Still was seeing the boxes of evil.
    Next I figured that perhaps the Arial font might be assigning a box for each unicode value corresponding to a Thai character.  So it was effectively overriding the Ayuthaya system font.  So I changed fontFamily once more to just Ayuthaya and this worked with one issue - Ayuthaya looks inherently different from Arial for non-thai characters.
    Here's my question - is there a less invasive way to support Thai in FTE components such that the appearance of the text is closer to the Arial font?  I would rather not embed a font because I'm constrained on SWF size.

    If you don't set fontFamily, what it will be? For such a question, you need turn to Flash runtime guys for help. I think you can find them on http://forums.adobe.com/community/flashplayer?view=overview

  • PDF/PrintJob issue - difference b/w Classic and TLF/FTE

    Hi - I'm hoping some Adobe insiders can share some insight on this.
    I'm basically trying to take the final output (page Sprite) rendered from TLF or the Flash Text Engine, and convert it to PDF with selectable vector text.
    I get decent results from using PrintJob and a pdf driver like pdfcreator or cutepdf (both use ghostscript on my machine). However, the text in the pdf isn't selectable.
    This is different when using "classic" Flash9 textfield components.... any text that gets converted is usually selectable. The PDF properties also show (for textfield) that the appropriate font was embedded. Not the case for Tlf TextLines.
    I'm wondering:
    - Is this a bug? Or an interntional design choice (if so, what's the reasoning?)
    - How can I get a PDF made that uses vector fonts and selectable text from FTE output (Sprites)? Ideally I'd want the pdf conversion without the need to use a print driver... so is there any other solution other than printjob - an external library or some server-based loop that can get this done? I want to make the sprites first (and not e.g. directly use PDF's API) because of the layout requirements... Flash FTE / TLF works great for that for us.
    Any help on this would be super! So thanks in advnace,

    Hi Robin,
    Thanks so much for the response.
    That indeed sounds like precisely the issue.
    Is there no way to add that extra info about selectability to TextLine (or
    is there some reference of which properties or fields are maintained by
    TextField for this info and that could be used to make an extended TextLine
    object with those extra bits?
    Or what about trying to replace all TextLines with TextFields just before
    printing (by reading their rawtext etc) - the part of that I'm uncertain of
    is would textfields render the text precisely as textlines do... somehow I
    doubt the kerning / tracking would be the same... certainly things like
    vertical text etc wouldn't be possiible.
    The link you shared is very promising - unfortunately the gentleman hasn't
    shared how he did that so there's no way to tell what his approach is. With
    a little digging it seems they make the PDF by sending the TLF textflow xml
    to a server... its possible he's using something like Weborb server (
    http://themidnightcoders.com/) and have a template made for the TLF xml.
    Unfortunately that sounds like too specific a solution, we wouldn't be able
    to take advantage of how we meet our layout spec using FTE.
    Sorry for the convoluted response - I thought I'd share more food for
    thought.

  • Flex 4 FTE Charts Legend text is missing/sporadic

    I have enabled "Use Flash Text Engine in MX components" for my flex project. 
    The reason I want to do this is two fold:
    1) I don't want to have to embed a font twice to just set embedAsCFF seperately for each. 
    2) The other reason is that FTE seems to handle unicode characters and I want to support that possibility even if my embedded font doesn't support it
    The problem I am running into however is that the textual portion of charts and labels seem to sporadically show there values.  For example when the page loads I may see 2 out of 3 legends textual values.  The crazy part is that the legend values will just plain disappear/reappear sporadically while I am on the page.  There doesn't seem to be any rhyme or reason on what ones will show up because I can load the application multiple times and different labels will show and others won't.
    If I disable "Use Flash Text Engine in MX components" on my project then these labels show up fine but I loose the FTE needs stated above.
    Any help would be greatly appreciated.

    Well I am starting to believe that this is an actual bug now.  I took Adobe's pie chart example from here and all I did was create a new project with it and enabled "Use Flash Text Engine in MX Components" in my compiler settings.  I didn't even bother with adding an embedded font since the issue seems to occur without it in this simple example. 
    The first image shows how the legend is missing labels after loading the application.  The second image is what happened after I moved my mouse over the larger portion of the pie chart, notice that some legend values disappeared.  Also every time I load the application there will be different labels shown/missing so it appears to be completely random.
    I made a simple fxg example of this but doesn't appear i can attach it to this post unfortunately.

  • How to configure MQ-FTE and IBM Datapower along with PI7.1

    Hi Friends,
    Can somebody guide me with the steps to configure MQ-FTE and IBM Datapower with PI7.1 for B2B communication?
    Thanks,
    --Sonal

    1. What is the difference between JMS MQ and Native MQ? How to determine which one to use?Native MQ refers to a proprietary api provided by IBM in multiple languages including java so that applications running on these can communicate mq. IBM also provides JMS wrappers around this native api, so that a jms client can talk to mq using JMS API. This is called MQ JMS.
    2. If native MQ can be used here, what are the steps to configure Native MQ on WLS in my situation?SOA suite provides a MQ Resource Adaptor which can be used to connect to MQ. The developers of this resource adapter would have used the native api to enable the adaptor to talk to MQ, so that you dont have to worry about it. However you will need to configure the properties of your local MQ ( qmgr , q name etc). This is done in the outbound connection pool properties of the resource adaptor.
    please check this blog for how to do this : http://soa-bpel-esb.blogspot.com/2009/09/configuring-mq-in-11g-soa-suite.html.
    Since your MQ installation is in a remote machine you will have to configure the following properties specific to your environment - hostname, port, server connection channel, along with the queue manager name and queue name
    3. Do I need any foreign servers or message bridges to be configured?Not required for your case if you are using MQ Adaptor. Since MQ also provides a JMS transport , you would have required foreign servers if you have to use JMS Adaptor instead of MQ Adaptor. Native MQ is expected to be faster than MQ JMS as it doesn't have the extra JMS layer.

  • Suggestions for increased performance and better memory utilization for FTE

    We all know that there is a pretty big downside to creating potentially thousands of DisplayObjectContainers (TextLines).
    o - they are slow to create
    o - they may be short lived
    o - they occupy lots of memory
    o - they may need to be generated frequently
    Currently, there is only one way to find out all the information you need and that is to create all the TextLines for a given data set.
    This means that FTE does not scale well. It becomes very slow for large data sets that need to be regenerated.
    I am proposing a possible solution and hope that Adobe will consider it.
    If we had the right tools we could create a sliding window of display objects. With large data sets only a fraction of the content is actually visible. So only the objects that are actually visible need to be created. There is no way to do this efficiently with FTE at the present time.
    So we need a few new methods and classes that parallel what you already have.
    New Method 1)
    TextBlock.getTextLineInfo (width:Number, lineOffset:Number, fitSomething:Boolean)  : TextLineInfo
    This method returns simple information about all the lines in a text block. No display objects are generated.
    class TextLineInfo
        public var maxWidth:Number;   // maximum width of all the textlines in the textBlock
        public var totalHeight:Number;  // totalHeight of all the textlines in the textBlock
        public var numLines:int;           // number of lines in the lineInfo Array
        public var lineInfo:Array;           // array of LineInfo items for each textline
    class LineInfo // sample - more or less may be needed
        public var rawTextLength:int;
        public var textWidth:Number;
        public var textHeight:Number;
        public var ascent;
        public var descent;
        public var textBlockBeginIndex:int;
    Now getTextLineInfo needs to be as fast as possible. Find an advanced game programmer to optimize, write it in assembler, put grease on it.... do whatever it takes to make it fast.
    New Method 2)
    TextBlock.createTextLines (textLineInfo:TextLineInfo, begIdx:int, endIdx:int) : Array
    Creates and returns an Array of TextLine objects based on the previously created TextLineInfo. A range can be specified.
    It should be obvious that the above functions will improve the situation. Since this parallels what you already have it should not be earth shaking to implement.
    New Display Object type
    Much of the time you do not need a full blown Display Object Container for a TextLine. I suggest an additional lightweight TextLine class. A good parallel would be similiar to the difference between Sprite and Shape.
    Now I have some done some testing with this idea. Since you cannot implement this fully as it stands, I had to make some concessions. This sample contains 100,004 characters of data. You can resize it and it will always be fast. This sample only creates the visible portion of the display, but you may scroll into view the invisible portions. Each time the page is resized, it will jump back to the top, because of the limitations of FTE currently.
    The sample also contains a caret and allows the selection of an area but no editng, copy, paste  etc., is available for this test.
    If I did not do special handling for this, it would lock up for sure and be very user unfreindly.
    Now it takes a moment to load 100k into the TextElement.so there may be a pause before you see that data. I may need to improve this. Once loaded it performs quite well.
    Without the above or similiar optimizations. FTE is just not going to scale up very well at all.
    Don

    Jeff, I don't see how a fix for that bug means waiting for a major release. It seems it just does not work as you expected and perhaps documented. It should not break any code, should it ? This seems a somewhat major improvement.
    Using recreateTextLine in 10.1 I have these results so far:
    My test case is 668 lines and using my slow test machine so the timing can be picked up.
    When using just createTextLine and creating all text lines:
    ......Using removeChildAt to first remove all the old textLines then create all textLines:
    ..........it takes ~670ms
    ......Removing all children at once by removing the container then create all textLines:
    ..........it takes ~570ms
    Using recreateTextLine, getChildAt, then create all textLines:
    ..........it takes ~670ms
    So recreateTextLine does not improve performance it seems, just better memory I suppose.
    Don

  • How to fetch Functional Area for FTE (Full Time Equivalent)

    Hi
    We have a report that needs to be developed--FTEs for each Functional Area.
    We are trying to fetch Functional Area from Employee's Master Cost Center. Our structure has Employee; Master Cost Center, Functional Area and FTE. However this structure is not showing any values. What is the way out. We are on BI-7.0 and we are using standard BI Objects [0Employee; 0Cost Center].
    Appreciate your suggestion.
    Regards
    Srinivas

    Hi
    I wish to provide more information to you.
    We are implementing Integrated Planning (BI 7.0).
    Even though Functional Area is a Navigational Attribute of Cost Center when I am trying to establish Characteristic Relationship between Cost Center and Functional Area. I am not seeing Functional Area for the Cost Center.
    I believe if we could establish the relationship we can fetch the relevant report from the layout.
    Regards
    Srinivas

  • FTE in MX controls via ANT

    Hi Flexy community
    Having some issues adding the FTE compiler options to ANT? currently I add it like so:
    <compiler.theme append="true" file="${FLEX_HOME}/frameworks/projects/spark/MXFTEText.css" />
    having gone through many blogs and posts I can not find anything?
    Please help
    Thanks
    Tyrone

    It might be worth noting what we are trying to achieve here, inside project properties (within Flash Builder) we have this very nice new sexy setting we can toggle "Use Flash Text Engine in MX Components" which I assume takes the MXFTEText.css and compiles it into our application giving all our neat MX components the same font based rendering as our Spark components.
    This works very well but we can not reproduce this in our ANT build file and when hudson is finished doing it's magic tasks we end up with no text in all our pretty DataGrids etc....
    1. Has anyone added this feature to ANT?
    2. Would it be possible to just add the .css file as a stylesheet straight into our application and use it this way?
    Any help would be greatly appreciated
    Thanks in advance
    Tyrone

  • Oracle gives an inconsistent result. what am I supposed to do?

    I was very upset with Oracle XML DB after I found that Oracle didn't give a consistent result.
    I guess my Oracle XML DB didn't fully installed.
    I got an help from Geoff Lee
    his xquery
    select xmlquery('declare namespace xbrli1="http://www.xbrl.org/2003/instance" ;
    declare namespace iso4217="http://www.xbrl.org/2003/iso4217";
    let $in-xml :=
    <noNamespace>
    <xbrli:prefixed xmlns:xbrli="http://www.xbrl.org/2003/instance">
    <unprefixed>testing</unprefixed>
    </xbrli:prefixed>
    </noNamespace>
    return name($in-xml//xbrli1:prefixed)' returning content).getStringVal() from dual
    gives me errors with Oracle 10g 10.2.0.3.0 in SunOS 5.8 sun4u sparc SUNW,Netra-T12
    SQL> select xmlquery('declare namespace xbrli1="http://www.xbrl.org/2003/instance" ;declare namespace iso4217="http://www.xbrl.org/2003/iso4217";let $in-xml := <noNamespace> <xbrli:prefixed xmlns:xbrli="http://www.xbrl.org/2003/instance"> <unprefixed>testing</unprefixed> </xbrli:prefixed></noNamespace>return name($in-xml//xbrli1:prefixed)' returning content).getStringVal() from dual
    ORA-19112: 평가 중 오류 발생:
    ORA-06550: 줄 1, 열13:PLS-00201: 'SYS.DBMS_XQUERYINT' 식별자가 정의되어야 합니다
    ORA-06550: 줄 1, 열7:PL/SQL: Statement ignored
    but gives me correct answer expected with Oracle 10g 10.2.0.1.0 in Windows XP
    SQL> select xmlquery('declare namespace xbrli1="http://www.xbrl.org/2003/instance" ;
    declare namespace iso4217="http://www.xbrl.org/2003/iso4217";
    let $in-xml :=
    <noNamespace>
    <xbrli:prefixed xmlns:xbrli="http://www.xbrl.org/2003/instance">
    <unprefixed>testing</unprefixed>
    </xbrli:prefixed>
    </noNamespace>
    return name($in-xml//xbrli1:prefixed)' returning content).getStringVal() from dual;
    XMLQUERY('DECLARENAMESPACE...
    xbrli:prefiexd
    1 rows selected
    I asked Oracle technical support team to come , what am I supposed to ask them to fix the problem?
    I have things to ask.
    this query works fine.
    select extract( value(it),
    '/krfr-pte:*',
    'xmlns="http://xmlns.oracle.com/xdb/XDBResource.xsd" xmlns:xbrli="http://www.xbrl.org/2003/instance" xmlns:iso4217="http://www.xbrl.org/2003/iso4217" xmlns:kisinfo-ci="http://www.xbrlkorea.com/kr/kisinfo/fr/gaap/ci/2007-02-09" xmlns:kisinfo-ci-std="http://www.xbrlkorea.com/fr/kisinfo/fr/application/ci/2007-02-09" xmlns:kisinfo-gcd="http://www.xbrlkorea.com/kr/kisinfo/fr/gcd/2007-02-09" xmlns:kisinfo-profile="http://www.xbrlkorea.com/kr/kisinfo/fr/profile/2007-02-09" xmlns:kisinfo-ratio="http://www.xbrlkorea.com/kr/kisinfo/fr/ratio/2007-02-09" xmlns:kisinfo-scenario="http://www.xbrlkorea.com/kr/kisinfo/fr/common/scenario" xmlns:kr-gaap-ci="http://www.xbrl.or.kr/kr/fr/gaap/ci/2006-05-31" xmlns:krfr-pte="http://www.xbrl.or.kr/kr/fr/common/pte/2006-05-31" xmlns:krfr-ptr="http://www.xbrl.or.kr/kr/fr/common/ptr/2006-05-31" xmlns:link="http://www.xbrl.org/2003/linkbase" xmlns:p0="http://www.xbrl.or.kr/2006/role/subitem-notes" xmlns:xlink="http://www.w3.org/1999/xlink"'
    ).getStringVal() as output
    from XBRLO r,
    table (
    xmlsequence(
    extract(object_value,
    '/xbrli:xbrl/krfr-pte:*[@contextRef="D20070331_001097"]',
    'xmlns="http://xmlns.oracle.com/xdb/XDBResource.xsd" xmlns:xbrli="http://www.xbrl.org/2003/instance" xmlns:iso4217="http://www.xbrl.org/2003/iso4217" xmlns:kisinfo-ci="http://www.xbrlkorea.com/kr/kisinfo/fr/gaap/ci/2007-02-09" xmlns:kisinfo-ci-std="http://www.xbrlkorea.com/fr/kisinfo/fr/application/ci/2007-02-09" xmlns:kisinfo-gcd="http://www.xbrlkorea.com/kr/kisinfo/fr/gcd/2007-02-09" xmlns:kisinfo-profile="http://www.xbrlkorea.com/kr/kisinfo/fr/profile/2007-02-09" xmlns:kisinfo-ratio="http://www.xbrlkorea.com/kr/kisinfo/fr/ratio/2007-02-09" xmlns:kisinfo-scenario="http://www.xbrlkorea.com/kr/kisinfo/fr/common/scenario" xmlns:kr-gaap-ci="http://www.xbrl.or.kr/kr/fr/gaap/ci/2006-05-31" xmlns:krfr-pte="http://www.xbrl.or.kr/kr/fr/common/pte/2006-05-31" xmlns:krfr-ptr="http://www.xbrl.or.kr/kr/fr/common/ptr/2006-05-31" xmlns:link="http://www.xbrl.org/2003/linkbase" xmlns:p0="http://www.xbrl.or.kr/2006/role/subitem-notes" xmlns:xlink="http://www.w3.org/1999/xlink"'
    ) it
    where existsnode(object_value,
    '//xbrli:identifier[.="001097"]',
    'xmlns="http://xmlns.oracle.com/xdb/XDBResource.xsd" xmlns:xbrli="http://www.xbrl.org/2003/instance" xmlns:iso4217="http://www.xbrl.org/2003/iso4217" xmlns:kisinfo-ci="http://www.xbrlkorea.com/kr/kisinfo/fr/gaap/ci/2007-02-09" xmlns:kisinfo-ci-std="http://www.xbrlkorea.com/fr/kisinfo/fr/application/ci/2007-02-09" xmlns:kisinfo-gcd="http://www.xbrlkorea.com/kr/kisinfo/fr/gcd/2007-02-09" xmlns:kisinfo-profile="http://www.xbrlkorea.com/kr/kisinfo/fr/profile/2007-02-09" xmlns:kisinfo-ratio="http://www.xbrlkorea.com/kr/kisinfo/fr/ratio/2007-02-09" xmlns:kisinfo-scenario="http://www.xbrlkorea.com/kr/kisinfo/fr/common/scenario" xmlns:kr-gaap-ci="http://www.xbrl.or.kr/kr/fr/gaap/ci/2006-05-31" xmlns:krfr-pte="http://www.xbrl.or.kr/kr/fr/common/pte/2006-05-31" xmlns:krfr-ptr="http://www.xbrl.or.kr/kr/fr/common/ptr/2006-05-31" xmlns:link="http://www.xbrl.org/2003/linkbase" xmlns:p0="http://www.xbrl.or.kr/2006/role/subitem-notes" xmlns:xlink="http://www.w3.org/1999/xlink"'
    ) > 0 and rownum < 10
    please focus on extracting element with prefix , krfr-pte:*.
    But this kind of xpath failed with Xquery , it's weird.
    I tested this xquery with both CLOB based XBRLC, Object-relational XBRLO table, both ot them failed.
    select XMLQuery('
    declare namespace xdb="http://xmlns.oracle.com/xdb/XDBResource.xsd";
    declare namespace xbrli="http://www.xbrl.org/2003/instance" ;
    declare namespace iso4217="http://www.xbrl.org/2003/iso4217";
    declare namespace kisinfo-ci="http://www.xbrlkorea.com/kr/kisinfo/fr/gaap/ci/2007-02-09";
    declare namespace kisinfo-ci-std="http://www.xbrlkorea.com/fr/kisinfo/fr/application/ci/2007-02-09";
    declare namespace kisinfo-gcd="http://www.xbrlkorea.com/kr/kisinfo/fr/gcd/2007-02-09";
    declare namespace kisinfo-profile="http://www.xbrlkorea.com/kr/kisinfo/fr/profile/2007-02-09";
    declare namespace kisinfo-ratio="http://www.xbrlkorea.com/kr/kisinfo/fr/ratio/2007-02-09";
    declare namespace kisinfo-scenario="http://www.xbrlkorea.com/kr/kisinfo/fr/common/scenario";
    declare namespace kr-gaap-ci="http://www.xbrl.or.kr/kr/fr/gaap/ci/2006-05-31";
    declare namespace krfr-pte="http://www.xbrl.or.kr/kr/fr/common/pte/2006-05-31";
    declare namespace krfr-ptr="http://www.xbrl.or.kr/kr/fr/common/ptr/2006-05-31";
    declare namespace link="http://www.xbrl.org/2003/linkbase";
    declare namespace p0="http://www.xbrl.or.kr/2006/role/subitem-notes";
    declare namespace xlink="http://www.w3.org/1999/xlink";
    for $item in $doc/xbrli:xbrl/krfr-pte:*
    return $item'
    PASSING o.OBJECT_VALUE as "doc"
    RETURNING CONTENT).getClobVal() as output FROM XBRLO o
    WHERE existsnode(object_value,
    '//xbrli:identifier[.="001097"]',
    'xmlns="http://xmlns.oracle.com/xdb/XDBResource.xsd" xmlns:xbrli="http://www.xbrl.org/2003/instance" xmlns:iso4217="http://www.xbrl.org/2003/iso4217" xmlns:kisinfo-ci="http://www.xbrlkorea.com/kr/kisinfo/fr/gaap/ci/2007-02-09" xmlns:kisinfo-ci-std="http://www.xbrlkorea.com/fr/kisinfo/fr/application/ci/2007-02-09" xmlns:kisinfo-gcd="http://www.xbrlkorea.com/kr/kisinfo/fr/gcd/2007-02-09" xmlns:kisinfo-profile="http://www.xbrlkorea.com/kr/kisinfo/fr/profile/2007-02-09" xmlns:kisinfo-ratio="http://www.xbrlkorea.com/kr/kisinfo/fr/ratio/2007-02-09" xmlns:kisinfo-scenario="http://www.xbrlkorea.com/kr/kisinfo/fr/common/scenario" xmlns:kr-gaap-ci="http://www.xbrl.or.kr/kr/fr/gaap/ci/2006-05-31" xmlns:krfr-pte="http://www.xbrl.or.kr/kr/fr/common/pte/2006-05-31" xmlns:krfr-ptr="http://www.xbrl.or.kr/kr/fr/common/ptr/2006-05-31" xmlns:link="http://www.xbrl.org/2003/linkbase" xmlns:p0="http://www.xbrl.or.kr/2006/role/subitem-notes" xmlns:xlink="http://www.w3.org/1999/xlink"'
    ) > 0 and rownum < 10
    I definitely believe this xquery is correct, I checked it out with XMLSPY which gave me correct answer.
    and CLOB table XBRLC, Object-relational table XBRLO
    They behaved differently with same xquery that made me frustrated a lot.
    I changed xquery with prefix krfr-pte: and applied it to XBRLC (Clob based)
    it made a correct answer.
    SQL> select XMLQuery('
    declare namespace xdb="http://xmlns.oracle.com/xdb/XDBResource.xsd";
    declare namespace xbrli="http://www.xbrl.org/2003/instance" ;
    declare namespace iso4217="http://www.xbrl.org/2003/iso4217";
    declare namespace kisinfo-ci="http://www.xbrlkorea.com/kr/kisinfo/fr/gaap/ci/2007-02-09";
    declare namespace kisinfo-ci-std="http://www.xbrlkorea.com/fr/kisinfo/fr/application/ci/2007-02-09";
    declare namespace kisinfo-gcd="http://www.xbrlkorea.com/kr/kisinfo/fr/gcd/2007-02-09";
    declare namespace kisinfo-profile="http://www.xbrlkorea.com/kr/kisinfo/fr/profile/2007-02-09";
    declare namespace kisinfo-ratio="http://www.xbrlkorea.com/kr/kisinfo/fr/ratio/2007-02-09";
    declare namespace kisinfo-scenario="http://www.xbrlkorea.com/kr/kisinfo/fr/common/scenario";
    declare namespace kr-gaap-ci="http://www.xbrl.or.kr/kr/fr/gaap/ci/2006-05-31";
    declare namespace krfr-pte="http://www.xbrl.or.kr/kr/fr/common/pte/2006-05-31";
    declare namespace krfr-ptr="http://www.xbrl.or.kr/kr/fr/common/ptr/2006-05-31";
    declare namespace link="http://www.xbrl.org/2003/linkbase";
    declare namespace p0="http://www.xbrl.or.kr/2006/role/subitem-notes";
    declare namespace xlink="http://www.w3.org/1999/xlink";
    for $item in $doc/xbrli:xbrl/*
    return $item'
    PASSING o.OBJECT_VALUE as "doc"
    RETURNING CONTENT).getClobVal() as output FROM XBRLC o
    WHERE existsnode(object_value,
    '//xbrli:identifier[.="001097"]',
    'xmlns="http://xmlns.oracle.com/xdb/XDBResource.xsd" xmlns:xbrli="http://www.xbrl.org/2003/instance" xmlns:iso4217="http://www.xbrl.org/2003/iso4217" xmlns:kisinfo-ci="http://www.xbrlkorea.com/kr/kisinfo/fr/gaap/ci/2007-02-09" xmlns:kisinfo-ci-std="http://www.xbrlkorea.com/fr/kisinfo/fr/application/ci/2007-02-09" xmlns:kisinfo-gcd="http://www.xbrlkorea.com/kr/kisinfo/fr/gcd/2007-02-09" xmlns:kisinfo-profile="http://www.xbrlkorea.com/kr/kisinfo/fr/profile/2007-02-09" xmlns:kisinfo-ratio="http://www.xbrlkorea.com/kr/kisinfo/fr/ratio/2007-02-09" xmlns:kisinfo-scenario="http://www.xbrlkorea.com/kr/kisinfo/fr/common/scenario" xmlns:kr-gaap-ci="http://www.xbrl.or.kr/kr/fr/gaap/ci/2006-05-31" xmlns:krfr-pte="http://www.xbrl.or.kr/kr/fr/common/pte/2006-05-31" xmlns:krfr-ptr="http://www.xbrl.or.kr/kr/fr/common/ptr/2006-05-31" xmlns:link="http://www.xbrl.org/2003/linkbase" xmlns:p0="http://www.xbrl.or.kr/2006/role/subitem-notes" xmlns:xlink="http://www.w3.org/1999/xlink"'
    ) > 0 and rownum < 10;
    OUTP
    <link:schemaRef xmlns:link="http://www.xbrl.org/2003/linkbase" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:arcrole="http://www.w3.org/1999/xlink/properties/linkbase" xlink:href="http://www.xbrlkorea.com/taxonomies/kr/kisinfo/fr/application/ci/2007-02-09/kisinfo-ci-std-2007-02-09.xsd" xlink:type="simple"/>
    <xbrli:context xmlns:xbrli="http://www.xbrl.org/2003/instance" id="I20070331_001097">
    <xbrli:entity>
    this time , I tried it with XBRLO - Object-relational
    SQL>trucate table XBRLO;
    SQL>insert into XBRLO select OBJECT_VALUE from XBRLC;
    SQL> select XMLQuery('
    declare namespace xdb="http://xmlns.oracle.com/xdb/XDBResource.xsd";
    declare namespace xbrli="http://www.xbrl.org/2003/instance" ;
    declare namespace iso4217="http://www.xbrl.org/2003/iso4217";
    declare namespace kisinfo-ci="http://www.xbrlkorea.com/kr/kisinfo/fr/gaap/ci/2007-02-09";
    declare namespace kisinfo-ci-std="http://www.xbrlkorea.com/fr/kisinfo/fr/application/ci/2007-02-09";
    declare namespace kisinfo-gcd="http://www.xbrlkorea.com/kr/kisinfo/fr/gcd/2007-02-09";
    declare namespace kisinfo-profile="http://www.xbrlkorea.com/kr/kisinfo/fr/profile/2007-02-09";
    declare namespace kisinfo-ratio="http://www.xbrlkorea.com/kr/kisinfo/fr/ratio/2007-02-09";
    declare namespace kisinfo-scenario="http://www.xbrlkorea.com/kr/kisinfo/fr/common/scenario";
    declare namespace kr-gaap-ci="http://www.xbrl.or.kr/kr/fr/gaap/ci/2006-05-31";
    declare namespace krfr-pte="http://www.xbrl.or.kr/kr/fr/common/pte/2006-05-31";
    declare namespace krfr-ptr="http://www.xbrl.or.kr/kr/fr/common/ptr/2006-05-31";
    declare namespace link="http://www.xbrl.org/2003/linkbase";
    declare namespace p0="http://www.xbrl.or.kr/2006/role/subitem-notes";
    declare namespace xlink="http://www.w3.org/1999/xlink";
    for $item in $doc/xbrli:xbrl/*
    return $item'
    PASSING o.OBJECT_VALUE as "doc"
    RETURNING CONTENT).getClobVal() as output FROM XBRLO o
    WHERE existsnode(object_value,
    '//xbrli:identifier[.="001097"]',
    'xmlns="http://xmlns.oracle.com/xdb/XDBResource.xsd" xmlns:xbrli="http://www.xbrl.org/2003/instance" xmlns:iso4217="http://www.xbrl.org/2003/iso4217" xmlns:kisinfo-ci="http://www.xbrlkorea.com/kr/kisinfo/fr/gaap/ci/2007-02-09" xmlns:kisinfo-ci-std="http://www.xbrlkorea.com/fr/kisinfo/fr/application/ci/2007-02-09" xmlns:kisinfo-gcd="http://www.xbrlkorea.com/kr/kisinfo/fr/gcd/2007-02-09" xmlns:kisinfo-profile="http://www.xbrlkorea.com/kr/kisinfo/fr/profile/2007-02-09" xmlns:kisinfo-ratio="http://www.xbrlkorea.com/kr/kisinfo/fr/ratio/2007-02-09" xmlns:kisinfo-scenario="http://www.xbrlkorea.com/kr/kisinfo/fr/common/scenario" xmlns:kr-gaap-ci="http://www.xbrl.or.kr/kr/fr/gaap/ci/2006-05-31" xmlns:krfr-pte="http://www.xbrl.or.kr/kr/fr/common/pte/2006-05-31" xmlns:krfr-ptr="http://www.xbrl.or.kr/kr/fr/common/ptr/2006-05-31" xmlns:link="http://www.xbrl.org/2003/linkbase" xmlns:p0="http://www.xbrl.or.kr/2006/role/subitem-notes" xmlns:xlink="http://www.w3.org/1999/xlink"'
    ) > 0 and rownum < 10;
    OUTP
    0 rows selected.
    How could I do with inconsistent result .
    I'm really in trouble . please get me out !!

    These look bugs to me. Please work with Oracle support to file TARs with these problems. In the meantime, does extract() with XPath meet your needs?
    Regards,
    Geoff

  • FTE already in Player 10, but not TLF?

    Are .swf files that use TFL distributable? I'm a little unclear on some of the Adobe Labs specifics.
    What I can glean (after a few hours of looking at this feature) is:
    - Flash Text Engine is built into Flash Player 10 already, so anything that uses the low-level API will work for any user
    - Text Layout Framework is still in beta and not part of Flash Player 10, but
    - since TLF just makes calls to FTE (right?) and is just ActionScript (and a component), .swf files that use TLF should work fine for other users, correct?
    - but may be technically not distributable because it's not officially released yet?
    - but may be distributable anyway because it's been open sourced?
    what is the understanding of others in this group? Are you putting things out in the wild that use the higher level API?
    thanks,
    --Derek

    Thanks Alan,
    What i've downloaded so far is the Flex 4.0.0.10485 (very current) and the TextLayout Flash components and examples (from 11/18/08, not so current).
    From the Flex i've pulled the TextLayout.swc and put it in my Flash CS4 path.
    The TextLayout component is from the Labs release, though (Text Layout Flash Component.mpx). Do i need this? Is there a more recent version?
    Thanks again,
    --Derek

  • Headcount vs FTE planning

    Has anyone ever attempted to do both, and not planning at employee level, but just a summary headcount and FTE? We're currently planning on Headcount only, but we would like to do both and we're running into some problems with the logic. Is it a matter of running two versions, one for headcount and one for FTE and applying rules to the different models, or is there an easy way to do it in one version where you have a hybrid model and you apply some rules to FTE and some rules to headcount. Your shared experiences would be welcome.
    Edited by: wxs3vansc on Dec 9, 2011 2:01 AM
    Edited by: wxs3vansc on Dec 9, 2011 2:02 AM

    Everything (like this is a surprise) John wrote is valid.
    But this is what interests me:
    I will set up another new planning project, we may have 1000-10000 users, the data records will be loaded by a few millions over night. I may use ODI or outline utility.^^^ 10,000 users? Millions of data records every night? That is one way of jumping into the deep end of the pool.
    I have no expertise in sizing a system, and you've probably already done this, but you need to engage some really, really good infrastructure consultants (unless you are one yourself) when it comes to sizing the various enviornments that are going to support a system that big.
    John also wrote:
    What I suggest is to build a proof of concept or get familiar with EPMA see if it is the product for you.^^^ A particularly relevant piece of advice. Your performance tests with millions of records and ten thousand users (even if 20% hit simultaneously, that's big for Planning, it's even big for Essbase) are going to be crucial.
    Does anyone care to comment on the largest Planning implementation they've seen/worked on? I have seen failed/*really in trouble* implementations with maybe a thousand users and a combined Plan Type size of 80 gigabytes. I'm not saying the size killed the app, more like poor decisions led to a database that big, and in turn the terrible performance (forms, reports, calcs, etc.) didn't do the system any favors. But I get pulled into rescues so maybe I'm only seeing the bad side of apps this big.
    Regards,
    Cameron Lackpour

  • Computer kan ikke bekræftes

    Heey..
    I have an 2008 Apple MacBook Air with OSX Mavericks.. When i go to AppStore and want to download something, it says, in danish: Din enhed eller computer kunne ikke bekræftes. Kontakt support for at få hjælp.
    Which means: Your unit or computer can´t be confirmed. Contact support for help.
    What do i do??

    Hey Benjamineren,
    I see that you need to get in touch with Apple Support in Denmark. Here is an article with a contact number for your country so that you may reach Apple Support:
    Contact Apple for support and service - Apple Support
    http://support.apple.com/en-us/HT201232
    Denmark
    80249625
    Thanks for using the Apple Support Communities!
    Cheers,
    Braden

  • Flash Player 10.1 FTE improvements?

    I thought I heard somebody mention at Max 2009 that Flash player 10.1 would come with some Flas Text Engine improvements (/new features?) but I cannot find any details about that online. Does anyone (maybe someone from the TLF team?) have more details about what is comming in 10.1 with regards to FTE?

    Great! I can't wait to get my hands on it
    Is their already an (estimaed) release date known for the 10.1 beta (Windows) player and when we can start testing the new FTE features on Flash builder 4 beta?
    Best regards, Benny

  • At a glance what is new in Safari 5

    This should give a little in sight:
    http://lifehacker.com/5557731/first-look-at-whats-new-in-safari-5

    I missed the 'Blue Bar', I'm glad it has returned

Maybe you are looking for

  • How to delete streamed songs in iPhone?

    I listen to songs via streaming from iCloud. When flying I want to listen to records I choose to have with me. When i turn of "show all music" in Music preferences to find my manually loaded records, following happens: There are so many songs left fr

  • Lightbox Gallery Buttons

    I know i'm not the designer girl type, but i'm really trying my best with a website i'm needing. Using the Lightbox gallery, i saw a boring problem that i cant fix.... The Next, Previous, close and loading buttons arent appearing I try to verify the

  • Purchased playlist missing off iphone

    After a wifi sync last week, my purchased playlist has disappeared from my iphone, but still present in itunes. I have searched for answers and still havent found a solution. I have tried creating a smart playlist and that hasnt worked. I have also t

  • Where can I get Solairs for PC/x86?

    I would like to install Solaris on a PC, but I am having a hard time finding a good site to download it from. any help? thanks

  • MW Applies Patch Runs adadmin only on Admin/Concureent Manager Tier

    Hi, I'm using MW 2.19 to upgrade from 11.5.10.2 to 12.1 and I've noticed that when running patches or adadmin the MW utility will only apply the patch to my Admin Tier but not the Forms/Web Tier. Is this expected behaviour? I can't see anything in th