Where to find information OR when you make the customizations

Hello friends,

I am writing a small default customization code the type of conversion according to the contract being created in the ORGANIZATIONAL unit. For contracts created in Italy OR, I failed the conversion type to "rate Spot of Israel' instead of 'Corporate rate' which is used for all the other OUs.

However, the field: OKS_HEADER. AUTHORING_ORG_ID returns null when I start to create a new contract. The default value is 'Corporate rate' rather than 'Spot rate of Italy.

Someone can tell me where the org_id or the set_of_books_id are stored and how do I get it back? Here's the sql code, I write:

= select decode(:OKS_HEADER.) AUTHORING_ORG_ID, 125, 'Italian Spot', 'Corporate') of double

Thank you.

Hi SK,

I think you are badly understand something as it is perfectly simple to derive the org_id UO current (or indeed appoint but id is easier) within a personalization. Sandeep and I have answers above are in fact the same: ${ps.org_id} returns the current value of the option of profile MO: operational unit.

There are two options of profile, I think you're confused: MO: MO and operational unit: default working unit. The number one key and one to which we refer, is the first of them which, at the level of responsibility, determines the ORGANIZATIONAL unit in which your users are working at any given time. I am aware that the situation is more complex in R12 but I'm still in 11.5.10 - world you didn't mention what version you have.

I used the syntax I suggested above on several different projects to apply customizations to one or several selected UO among those available, and it works very well.

Kind regards
Jon

Tags: Oracle

Similar Questions

  • Loop Finder crash after upgrading to El Capitan.  'Finder close unexpectedly when you use the plug-in finder' - the message really is in Norwegian, so it may be different for the English operating system.

    'Finder close unexpectedly when you use the plug-in finder' - the message really is in Norwegian, so it may be different for the English.  The e is a compatibility issue with dropbox or Google drive in El Capitan?  Those are the plug-ins only that I could find.  Thank you very much.

    Please launch the Console application in one of the following ways:

    ☞ Enter the first letters of his name in a Spotlight search. Select from the results (it should be at the top).

    ☞ In the Finder, select go utilities ▹ of menu bar or press the combination of keys shift-command-U. The application is in the folder that opens.

    ☞ Open LaunchPad and start typing the name.

    Step 1

    For this step, the title of the Console window should be all Messages. If it isn't, select

    SYSTEM LOG QUERIES ▹ all Messages

    in the list of logs on the left. If you don't see this list, select

    List of newspapers seen ▹ display

    in the menu at the top of the screen bar.

    In the upper right corner of the Console window, there is a search box to filter. Enter the name of the application crashed or process. For example, if Safari has crashed, you would enter "Safari" (without the quotes).

    Each message in the journal begins with the date and time when it was entered. Select the messages since the time of the last fall, as appropriate. Copy to the Clipboard by pressing Control-C key combination. Paste into a reply to this message by pressing command + V.

    The journal contains a large amount of information, almost everything that is not relevant to solve a particular problem. When you post a journal excerpt, be selective. A few dozen lines are almost always more than enough.

    Please don't dump blindly thousands of lines in the journal in this discussion.

    Please do not post screenshots of log messages - text poster.

    Some private information, such as your name, may appear in the log. Anonymize before posting.

    Step 2

    In the Console window, clear the search box, and then select

    DIAGNOSIS AND diagnostic USE information reports ▹ user

    (not diagnose them and use Messages) in the list of logs on the left. There is a disclosure triangle to the left of the list item. If the triangle is pointing to the right, click it so that it points downwards. You will see a list of reports of incidents. The name of each report begins with the name of the process and ends with ".crash". Select the most recent report on the process in question. The content of the report is displayed at right. Allows you to copy and paste to validate all of the content, text, not a screenshot.

    I know that the report is long, perhaps several hundred lines. Please report all this anyway. If the report is only a few lines, make sure that you have disabled the search box.

    If you don't see any report, but you know, he had an accident, you have chosen diagnostic and using the list of Log Messages. INFORMATION on the USE of DIAGNOSTIC AND choose instead.

    In the interest of privacy, I suggest that, before posting, you change the UUID ' anonymous, ' a long string of letters, numbers and dashes in the header of the report, if it is present (it cannot be). "

    Please do not post other types of diagnostic report - they are very long and rarely useful.

    When you post the journal excerpt or the accident report, you might see an error message on the web page: "you have included content in your post that is not allowed", or "the message contains invalid characters." It's a bug in the forum software. Thanks for posting the text on Pastebin, then post here a link to the page you created.

    If you have an account on Pastebin, please do not select private in exposure menu to paste on the page, because no one else that you will be able to see it.

  • Where to find information about all Tables of the Source for Oracle EBS

    Hi all

    We strive to implement Oracle EBS R12.1.3 with analytics (OBIEE11g).

    Currently, we need to know all the sources (Oracle EBS) Tables for the following modules:

    1. supply chain and order management Analytics
    2. purchases & move analytical
    3 finance Analytics

    We have searched in Google, could not find any information.

    Can anyone share a document link that can provide some information about it?

    Thanks in advance

    Concerning
    Nathalie

    1. production & order management Analytics
    All the major paintings in inventory (Articles, categories, onhand, operations), order management (headers, lines, clients, types of orders, deliveries), WIP (work, work order requirements, operations orders)
    2. purchases & move analytical
    All the main tables in shopping (po_headers, po_lines, shipments, suppliers, receipts, invoice headers, distributions, the invoice),
    3 finance Analytics
    All the big tables of AP, AR, GL

    Analytics extract data from a large number of tables. (hundreds, if not thousand)
    I'm curious to know what you do with this information.

    Sandeep Gandhi

  • ORA-22913 when you make the order of the ETG

    My Oracle 11.1, I have a nested table, and I am trying to invoke the command:
    CREATE TABLE TXV.IS_PODACI215_STAGE  NESTED TABLE DATA4 STORE AS IS_PODACI215_STAGE_1 AS SELECT * FROM TXV.IS_PODACI215 WHERE 1=2
    but I get an error:
    ORA-02320: failure in creating storage table for nested table column DATA4
    ORA-22913: must specify table name for nested table column or attribute
    It's table script:
    CREATE TABLE TXV.IS_PODACI215
    (
      ID_OBJEKTA_IDENTIFIKACIJA  NUMBER(10),
      ID_OBJEKTA                 NUMBER(20),
      DATUM                      TIMESTAMP(6),
      TZ                         NUMBER(3),
      DATA1                      NUMBER(3),
      DATA2                      NUMBER(10),
      DATA3                      NUMBER,
      DATA4                      TXV.T_NTCIP_FONT_TABLE,
      DATA5                      NUMBER(3)
    )
    NESTED TABLE DATA4 STORE AS IS_PODACI215_STORE_TABLE1
    TABLESPACE TXV_DATA
    PARTITION BY RANGE (DATUM)
    (  
      PARTITION P_201012 VALUES LESS THAN (TIMESTAMP' 2011-01-01 00:00:00')
        LOGGING
        NOCOMPRESS 
        TABLESPACE TXV_DATA,    
      PARTITION P_201106 VALUES LESS THAN (TIMESTAMP' 2011-07-01 00:00:00')
        LOGGING
        NOCOMPRESS 
        TABLESPACE TXV_DATA,  
      PARTITION P_MAXVALUE VALUES LESS THAN (MAXVALUE)
        LOGGING
        NOCOMPRESS 
        TABLESPACE TXV_DATA
    )
    NOCOMPRESS 
    NOCACHE
    NOPARALLEL
    MONITORING;
    
    CREATE OR REPLACE TYPE TXV.t_ntcip_font_table as table of t_ntcip_font_fmt;
    
    CREATE OR REPLACE TYPE TXV.t_ntcip_font_FMT as object
    (   font_index number(3)
    ,   font_number number(3)
    ,   font_name  varchar2(255)
    ,   font_height number(3)
    ,   font_char_spacing number(3)
    ,   font_line_spacing number(3)
    ,   font_version number(10)
    ,   font_table_rows number(10)
    ,   font_chars  t_ntcip_char_table
    );
    what I am doing wrong?

    TNX

    you create a multi level nested table column and omit the nested type that is declared inide another table nested.

    you create like that,

    CREATE TABLE TXV.IS_PODACI215
    (
       ID_OBJEKTA_IDENTIFIKACIJA   NUMBER (10),
       ID_OBJEKTA                  NUMBER (20),
       DATUM                       TIMESTAMP (6),
       TZ                          NUMBER (3),
       DATA1                       NUMBER (3),
       DATA2                       NUMBER (10),
       DATA3                       NUMBER,
       DATA4                       TXV.T_NTCIP_FONT_TABLE,
       DATA5                       NUMBER (3)
    )
    NESTED TABLE DATA4
       STORE AS IS_PODACI215_STORE_TABLE1 (NESTED TABLE font_chars
                                              STORE AS nested_table1)
    TABLESPACE TXV_DATA
    PARTITION BY RANGE (DATUM)
       (PARTITION P_201012
           VALUES LESS THAN (TIMESTAMP ' 2011-01-01 00:00:00')
           LOGGING
           NOCOMPRESS
           TABLESPACE TXV_DATA,
        PARTITION P_201106
           VALUES LESS THAN (TIMESTAMP ' 2011-07-01 00:00:00')
           LOGGING
           NOCOMPRESS
           TABLESPACE TXV_DATA,
        PARTITION P_MAXVALUE
           VALUES LESS THAN (MAXVALUE)
           LOGGING
           NOCOMPRESS
           TABLESPACE TXV_DATA)
    NOCOMPRESS
    NOCACHE
    NOPARALLEL
    MONITORING;
    
    CREATE TABLE TXV.IS_PODACI215_STAGE
    NESTED TABLE DATA4
       STORE AS IS_PODACI215_STAGE_1 (NESTED TABLE font_chars
                                         STORE AS nested_table2)
    AS
       SELECT *
         FROM TXV.IS_PODACI215
        WHERE 1 = 2;
    

    G.

  • problem with checkbox custom when you use the loadVariablesNum

    I have several cutomized box that he can select or deselect and I have a button to determine which of the boxes is selected and through this button, I spent the variable to loadVariablesNum corresponding to which of the boxes is selected.

    ==================================================

    the code in the button to determine which of the boxes is selected:

    ==================================================

    If (chk1.mark1._visible = true) {}
    trace ("31");
    loadVariablesNum ("http://url?uid=" + _root.uid + "& years = 31", 2);
    }
    If (chk2.mark2._visible = true) {}
    trace ("32");
    loadVariablesNum ("http://url?uid=" + _root.uid + "& years = 32", 2);
    }
    If (chk3.mark3._visible = true) {}
    trace ("33");
    loadVariablesNum ("http://url?uid=" + _root.uid + "& years = 33", 2);
    }
    If (chk4.mark4._visible = true) {}
    trace ("34");
    loadVariablesNum ("http://url?uid=" + _root.uid + "& years = 34", 2);
    }
    If (chk5.mark5._visible = true) {}
    trace ("35");
    loadVariablesNum ("http://url?uid=" + _root.uid + "& years = 35", 2);
    }

    I'm assuming that you have a problem with it not working.  A problem with it is that when you make the comparison conditionals, you use == to see if things are equal, not =

    In addition, not a mistake, but to less treatment works... you must use "elsewhere" so that once the program finds a match it does not all the remaining conditions, which would make you currently.

    If (true chk1.mark1._visible == ) {}
    trace ("31");
    loadVariablesNum ("http://url?uid="+ _root.uid +"& years = 31", 2);
    } Else if (chk2.mark2._visible == true) {}
    trace ("32");
    loadVariablesNum ("http://url?uid="+ _root.uid +"& years = 32", 2);
    } ElseIf...

    In addition, the solution of the error can be simplified in your case because you are using Boolean values (true/false).  When a conditional tests something that he's just looking to see if the value it evaluates as true or false, so your conditional statements have not even the 'is true ".

    If {(chk1.mark1._visible)
    trace ("31");
    loadVariablesNum ("http://url?uid="+ _root.uid +"& years = 31", 2);
    } Else if (chk2.mark2._visible) {}
    trace ("32");
    loadVariablesNum ("http://url?uid="+ _root.uid +"& years = 32", 2);
    } ElseIf...

    One last thing... it seems that you have created unnecessarily box different symbols where you might have used the same as that for all of them.  I say this because to see how you have different brand # for each of them.   Just assign the same name to a different instance...

    If {(chk1.mark._visible)
    trace ("31");
    loadVariablesNum ("http://url?uid="+ _root.uid +"& years = 31", 2);
    } Else if (chk2.mark._visible) {}
    trace ("32");

    This example is used to emphasize the difference between symbols and instances.  The same symbol (such as a radio button or your craft boxes) can be reused multiple times by using the names of different instances for each instance.  You can then assign unique values to the properties of each instance

  • CP5 - W7 - Advanced interactions - where to find information

    Hello!

    Have you ever wondered where is the complete list of the variables used by Adobe® Captivate® 5.

    If you don't ask me, please show me where.

    I have a simple question, or maybe not so simple

    A user takes a test of 5 random questions 10 points each

    I want to be able to jump to a specific page or show a specific button if the result is higher than one specific % or if the user has finished/meets the test or if there is more than one some points.

    But how, how can I get the result of the quiz.

    Can I get the current result when the user is on question 3 of 5

    (if 81% is what you need to pass the test, so if you have 20% failure there is no need to take more questions).

    What are all the variables associated with the quiz

    What are the other variables you can use

    How can you according to a question change if/else

    Objects such as buttons visibility and so on

    * Way of presentation

    * Movement of an effect properties

    * The speed of a movement

    * The height of an object

    An example of what I want...

    I have a start with 5 buttons to image page.

    Each button is a link to slides for example

    Read about the Sun, moon, water, air or earth

    When you press the button Moon I get to some pages on the Moon and on the last I jump to the start page

    When to view the Moon pages that I assume that captivate who opens a session, and I should be able to some how to extract this information.

    When back on the start page, I want to change the symbol of the picture on the button of the Moon of a moon with a moon with a green check mark. (this chapter is read)

    My questions in brief:

    Are these kind of interactions?

    What are the variables system may use only one?

    Is there an easy to understand the CP5 tutorial?

    Please fill with your wishes/knowledge here.

    Best regards / / Daniel

    Hello

    It of a lot of questions in a thread and really not all in the correct forum, you have any questions about advanced actions, on quiz... I don't think I'll be able to respond to each of them. But I give it a try.

    In my blog, I have two comments that point to articles about the variables and start with advanced actions. In the first article, I have inserted links to several sites that do not have a list of available system variables. Here are links to two blogs:

    Curious about variables

    Unleash the power of variables with advanced actions

    In the articles, you will find all the quiz variables too, but you can have a look yourself: project, Variables and set the filter Quizzing.

    To display the button,... you will need a fast action (the view of advanced interaction is something else). I have published many articles with usecases that might help you with most of your questions. But feel a little shy to post all the links here. Most of them showed up as 'tutorials' by readers. If I got all your question and neglected not some, the only thing I am not in a position to give you immediately an answer is "properties of movement of an effect." I plan to blog or write an article on the application of effects using advanced actions, but have not yet found the time

    Please, I beg you, hoping that you're not offended by my answer and not hesitate to checking or not checking my blog. Most of the articles have somewhere a link in the blog.

    Lilybiri

  • I just picked up a 12 inch I have pad PRO and bought a keyboard provided by Apple, however I find that the base remains unstable and keeps the hustle when you type, the seller it says it's a design flaw. Can someone tell me if this is the case?

    I just picked up a 12 inch I have pad PRO and bought a keyboard provided by Apple, however I find that the base remains unstable and keeps the hustle when you type, the seller it says it's a design flaw. Can someone tell me if this is the case?

    find it hard to imagine that Apple could sell these defective products.

    If the seller is an authorized Apple reseller, an independent company,

    You may need to ask you if you could see & try a different product sample

    because you might be looking at something that has a defect.

    {According to the related help page, Type position should be more

    stable to use. However if the keyboard is not flat, this sounds like default.}

    Sounds as if you're not at the official Apple Store (apple retailer)

    but, on the contrary, are somewhere else. Could you give more information?

    Some keyboard accessories are made by third party companies; so

    If the product has an Apple product model number, we note here.

    When considering the purchase of an accessory, it's a good idea to test

    and check in the store before you buy. An official Apple Store has

    a different return policy as an independent reseller of Apple.

    Don't know if I can be useful; These chat rooms are usually Apple

    users of products such as yourself, who have taken their unpaid time

    to see if they can help the other users of the product.

    Good luck...!

  • Cannot find listed as incompatible application when you perform the upgrade to Windows 10

    During Windows installation 10 procees, Commissioner, I have to uninstall driver common utility and Webroot software. I can't find the program or the file called common utility driver. Want support for the file location. Running Windows 7 on Toshiba Satellite A665.

    Go to C:\Program Files and search for all records related to the root Web, and then remove them.

    Also try to perform a clean boot.

    http://support.Microsoft.com/kb/929135

    Task of pre-required

    When you make significant changes to your computer for example updated operating system, you must always back up. See the links to resources on the backup by clicking the link for each version of Windows you are using: Windows XP, Windows Vista, Windows 7, Windows 8/8.1

  • Hi all OneHow can you buy an IBook UK not available in Indian store a store; When you change the status of your country, your billing information and credit cards won't work; is there a solution for this using the same method of billing.

    Hello world

    How can buy you an IBook of UK not available in Indian store a store; When you change the status of your country, your billing information and credit cards won't work; is there a solution for this using the same method of billing

    There is no solution, if it is not available in your area, you can't buy it.

  • When you make thunderbird with multiline topics pane?

    When you make thunderbird with component topics multiline, like Outlook or Geary?

    I think the Bug 441414 refers. Work has recently resumed, but when he sees the light of day is anybodies guess.

  • Cannot find the function edit that was on my old computer and firefox. When you click the Firefox icon, you can collect the text that has been deleted.

    Cannot find the function edit that was on my old computer and firefox. When you click the Firefox icon you can extract the text that was deleted by accident.

    Hello, you can press the alt key to display the menu bar with the Edit menu temporarily. or you can press ctrl + z which is the shortcut for "undo"...

  • How can I fix the audio distortion when you make a video call using Windows Live Messenger

    When you make a video call using Windows Live Messenger I get audio distortion. How can I solve this problem

    Hello WayneMarkham,

    The best place to ask your question of Windows Live is inside Windows Live help forums. Experts specialize in all things, Windows Live, and would be delighted to help you with your questions. Please choose a product below to be redirected to the appropriate community:

    Windows Live Mail

    Windows Live Hotmail

    Windows Live Messenger

    Looking for a different product to Windows Live? Visit the home page Windows Live Help for the complete list of Windows Live forums to www.windowslivehelp.com.

  • The files and settings to remove the old computer when you make a file and the transfer settings Wizard?

    The files and settings to remove the old computer when you make a file and the transfer settings Wizard?

    Hi KaraDay,

    When you use the files and Settings Transfer Wizard in Windows XP, it only transfers a copy of the files and settings on the computer.

    How to use the "files and Settings Transfer Wizard" in Windows XP

    http://support.Microsoft.com/kb/293118

  • My laptop can open internet explore properly, the cursor may work when you tap the address space to type a Web site, but the site it does not point to the search space to find anything except the right button

    My laptop can open internet explore properly, the cursor may work when you tap the address space to type a Web site, but the site it does not point to the search space to find anything except the right button. What is the problem? Harry

    When you try to search it's inside Windows or Internet explore?
    When is this last work fine?
    You did changes to the computer?
    Has it worked before, then you can try to run the system restore and check if that helps

    ;)

  • Delivers the Windows Setup program, when you make updates I get error code 641

    I use Vista Home Premium. When you perform the update of windows I get 641 error code. In addition, had 'Installer could not access' trying to download QuictTime.  I read the posts of severl where people thought iolo System Mechanic may have caused a registry problem. I contacted iolo on the problem, and they mentioned, that there is a registry problem with 10.8 SM, I think. They said that they are working on the problem. They have called for a snapshot of the system and said: your question has been referred to our support technicians to senior level for further research. I had to have a response within 24-48 hours; However, I have not heard from them yet. Is there a way I can reload Windows install? A simple help would be appreciated. Other than the update or install delivers the computer is running fine. The tenth of May was the last Windows Update to work.

    System Mechanic is your troublemaker & you have lots of company!  See...

    .

    Contact System Mechanic (iolo.com) support for assistance - they are well aware of this problem.

    TIP: If you think that more never your registry database needs to be cleaned, repaired, boosted, to the point, healed, twisted, fixed, magnified, "swept" or optimized (and even more to convince that it is not), read http://aumha.net/viewtopic.php?t=28099 and draw your own conclusions. See also http://blogs.technet.com/markrussinovich/archive/2005/10/02/registry-junk-a-windows-fact-of-life.aspx

Maybe you are looking for

  • Quick Launch buttons

    Hello I have a Pavilion dv7 - 2230ev running windows 7 complete edition x 64 after a new installation of the operating system. Although I could solve the problem with my buttons to quick launch to upgrade the BIOS of my product page and they are now

  • Extremely poor PCMCIA / Cardbus performance on T61

  • With regard to the findEvents() method in the calendar

    Hello I'm trying to use findEvents() method to retrieve the calendar events defined for the native calendar app but I get an exception saying "'undefined' is not a function". This means that the function is not findEvents(). blackberry.pim.calendar.f

  • Low battery life blackBerry BlackBerry Z10 Z10.

    My brand new z10 was meet some battery problems as I received it. The phone is only 4 hours old, and battery controller shows only 3 hours to 90%. Does anyone else have this problem and if so know how to fix? The unit would be defective?

  • I can't get sound with MP4 video clips

    Can someone help please, I can see the video but no sound.  The format is MP4 and I run windows 7 and use Windows media