Need help me in usage of below given functions when MOAC set

Hi,
Can somebody help me in answering for the below questions?
In R12, I set MO:Security profile at responsibility level and the profile has three OUs. Please see the below code.
declare
v_orgid1 NUMBER;
v_orgid2 NUMBER;
v_orgid3 NUMBER;
v_orgid4 NUMBER;
v_orgid5 NUMBER;
l_count NUMBER;
l_ou_cnt NUMBER;
v_user_id varchar2(100);
v_resp_id varchar2(100);
v_resp_appl_id varchar2(100);
begin
l_ou_cnt := mo_global.get_ou_count;
fnd_profile.get('USER_ID', v_user_id);
fnd_profile.get('RESP_ID', v_resp_id);
fnd_profile.get('RESP_APPL_ID', v_resp_appl_id);
fnd_global.apps_initialize(v_user_id, v_resp_id, v_resp_appl_id);
MO_GLOBAL.INIT('PO');
mo_global.set_policy_context('M',NULL);
v_orgid1 := mo_global.get_current_org_id;
FND_PROFILE.GET('ORG_ID', v_orgid2);
v_orgid3 := FND_GLOBAL.ORG_ID;
v_orgid4 := FND_PROFILE.VALUE('ORG_ID');
v_orgid5 := po_moac_utils_pvt.get_current_org_id;
SELECT count(1)
into l_count
FROM PO_HEADERS
WHERE EXISTS (SELECT 1 FROM mo_glob_org_access_tmp oa WHERE oa.organization_id = org_id);
end;
Qns:
1. FND_GLOBAL.ORG_IDFND_PROFILE.GET, FND_PROFILE.VALUE, PO_MOAC_UTILS_PVT, MO_GLOBAL functions are not returning org_id when mo security profile is initialized. the functions are returing -1 or NULL some times. Is there any specific function in R12 to return ORG_ID, if same functions when to use?(the functions are working fine when mo global is intialized for single org)
2. Irrespctive to where clause, the select statment is returning count of records for all mo security profile enabled orgs. Then why should not I get the records directly from ALL tables by using same where clause? Is there any specific reason in using Synoniams (poheaders, ....like)?
3. Can somebody explain usage of mo_global.get_current_org_id, po_moac_utils_pvt.get_current_org_id? If getting only for org_id in which case should i use both?
Appreciate your help !!!
Thanks

Do have the answers for the questions? If so can you post those?
Thank you!

Similar Messages

  • I buy for mac app but not for the iPad, so how do I reinstall a program that has already purchased? I need help because I bought the imovie'11 but when he opened it only brought 8 movie trailer templates instead of the 15 it says on the program. How do I

    I buy for mac app but not for the iPad, so how do I reinstall a program that has already purchased? I need help because I bought the imovie'11 but when he opened it only brought 8 movie trailer templates instead of the 15 it says on the program. How do I solve this problem? Once paid for a program incomplete. I also liked that the AppStore itself had a button to reinstall programs already bought, because it is very hard to understand how to do this in the store, only option is to install and hide purchase, and how do I reinstall, attention'm talking about reinstalling a computer mac, not an ipad or iphone.
    Thank you.

    Prodesigntools.com , go ahead and download the software from there and use your serial number to serialize it.

  • I Need help!!! The card I used when I first set up my account I lost it so now I can't download any music cause it's wanting a number of that card I lost... Someone tell me what I can do???

    I Need help!!! The card I used when I first set up my account I lost it so now I can't download any music cause it's wanting a number off that card and I don't have it anymoe... Someone tell me what to do please???

    Add another good card and delete the old one, Yu can also purchase and redeem an iTunes gift card and hthen delee the bad credit card.  Yu need a valid payment method for update as well even purchasing free apps if the account was set up with a credit card.

  • Need help with "your purchase can not be completed" when buying an ibook (or anything else for that matter)

    I need help with an error message - "your purchase cannot be completed" when buying something on itunes.

    Lukas --
    Out of curiosity, did you activate the trial software?  Let us know and we will try to help.
    Dale A. Howard [MVP]
    VP of Educational Services
    msProjectExperts
    http://www.msprojectexperts.com
    http://www.projectserverexperts.com
    "We write the books on Project Server"

  • Need help restricting internet usage for a minecraft server.

    I have a WRT54G routher hardlined to a Ubuntu 12.04 server that is dedicated to minecraft.
    I have two ports opened for Minecraft to run off of.
    I'de like to give remote access to the computer to other people to help me maintain the server.
    BUT I need to restrict ANY and ALL ability for them to access the internet by either blocking all other ports or something else. Id rather not have to restrict it through Ubuntu if I don't have to.
    I'm a noob when it comes to figuring this out. Any help would be appreciated.
    Thanks in advance,
    Pat

    Let me verify a couple of things. You want to have your computer remotely accessed by others to help you maintain your server, right? You also want to restrict internet access to these, correct? They won't be necessarily running off of your connection. Remote access requires for them to have internet access to begin with. If your remote desktop setup is configured and working, I don't think there is anything to worry about.

  • Need help with the implementation of below DLL in LabVIEW Call Lib function

    Here is the list of C functions in the doc that I have but I'm not getting the exact output.
    I need a help only to understand these functions and how to configure it in LabVIEW
    Parameters
    voltType
    [in]Specifies a voltage sensor to get value from. It can be one of the flags
    VCORE (1<<0)
    V25 (1<<1)
    V33 (1<<2)
    V50 (1<<3)
    V120 (1<<4)
    VSB (1<<5)
    VBAT (1<<6)
    VN50 (1<<7)
    VN120 (1<<8)
    VTT (1<<9)
    retval
    [out]Point to a variable in which this function returns the voltage in Volt.
    Typesupport
    [out]
    If the value is specified as a pointer (non-NULL) to a variable, it will return the types of available sensors in flags bitwise-ORed
    Return Value
    TRUE (1) indicates success; FALSE (0) indicates failure.
    Remarks
    Call the function first with a non-NULL typesupport to know the available fan sensors and a following call to get the voltage required.
    =========================================
    Please remember to accept a solutions and show your appreciation by giving Kudos to helpful messages...
    Mangesh D.
    CLAD | Project Engineer
    ==
    VIPM, LabVIEW 8.2, 2009, 2011SP1, 2012, 2012SP1, 2013, cRIO,cDAQ, PXI, ELVIS, Multisim, Smart Camera....
    Solved!
    Go to Solution.

    ManLD wrote:
    Here is the list of C functions in the doc that I have but I'm not getting the exact output.
    I need a help only to understand these functions and how to configure it in LabVIEW
    Parameters
    voltType
    [in]Specifies a voltage sensor to get value from. It can be one of the flags
    VCORE (1<<0)
    V25 (1<<1)
    V33 (1<<2)
    V50 (1<<3)
    V120 (1<<4)
    VSB (1<<5)
    VBAT (1<<6)
    VN50 (1<<7)
    VN120 (1<<8)
    VTT (1<<9)
    retval
    [out]Point to a variable in which this function returns the voltage in Volt.
    Typesupport
    [out]
    If the value is specified as a pointer (non-NULL) to a variable, it will return the types of available sensors in flags bitwise-ORed
    Return Value
    TRUE (1) indicates success; FALSE (0) indicates failure.
    Remarks
    Call the function first with a non-NULL typesupport to know the available fan sensors and a following call to get the voltage required.
    The parameter describtion you show is useless. It tells absolutely nothing about the actual data types used nor how those parameters are exactly supposed to be passed. Show us at least the function prototype too!
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • Ok i need help with the moving part below

    basically i am drawing an arc with four small squares (pizza and topping) one s crollbar (x) moves it side ways, and the other scrollbar (y) increase the arc to make it a circle ie a pizza! i have applied border layout etc and now the drawing is gone! i cant see it!
    my thinking is that its because the borderlayouts are on "top" of that so it is tehre but i cant see it!
    help please??
    import java.awt.*;
    import java.applet.Applet;
    import java.awt.event.*;
    import java.text.DecimalFormat;
    //creating a service outlet called PizzaExpress
    public class PizzaExpress extends Applet
         implements ItemListener, AdjustmentListener {
    //creating a group for radio buttons
    CheckboxGroup pizzaOptions;
    //creating panels
    Panel p1,p2,p3,p4,p5;
    //creating a field to output the price
    TextField Total;
    //creating the 4 options for pizzas and 5 toppings
    Checkbox A1, A2, A3, A4;
    Checkbox N1, N2, N3, N4, N5;
    Label L1;
    //creating double to store the price for pizza option and toppings
    double P = 0;
    double Op = 0;
    double Total1;
    //scrollbars to move the logo
    Scrollbar x,y;
    //variables that will take scrollbar values
    int xVal = 10, deg = 60;
    public void init() {
         setLayout(new BorderLayout());
         p1 = new Panel();
         p2 = new Panel();
         p3 = new Panel();
         p4 = new Panel();
         p5 = new Panel();
         //putting the scrolbars
         y = new Scrollbar(Scrollbar.VERTICAL,60,1,60,375);
         y.addAdjustmentListener(this);
         x = new Scrollbar(Scrollbar.HORIZONTAL,10,5,10,430);
         x.addAdjustmentListener(this);
         add("South", x);
         add("East", y);
         //label for the Title
         L1 = new Label ("                                                    Welcome to Pizza Express                                        ");
         p1.add(L1);
         //saying that there are radio buttons in a group rather then checkboxes
         pizzaOptions = new CheckboxGroup();
    //initialising and adding the four diff options to panel2
    A1 = new Checkbox("cheese",false,pizzaOptions);
    p3.add(A1);
    A1.addItemListener(this);
    A2 = new Checkbox("Pepperoni",false,pizzaOptions);
    p3.add(A2);
    A2.addItemListener(this);
    A3 = new Checkbox("Spicy Hot",false,pizzaOptions);
    p3.add(A3);
    A3.addItemListener(this);
    A4 = new Checkbox("Vegetarian",false,pizzaOptions);
    p3.add(A4);
    A4.addItemListener(this);
    //adding the price textfield to panel3
    Total = new TextField(10);
    Total.setEditable(false);
    p3.add(Total);
    //adding checkboxes to panel3
    N1 = new Checkbox ("Beef");
    p2.add(N1);
    N1.addItemListener(this);
    N2 = new Checkbox ("Chillies");
    p2.add(N2);
    N2.addItemListener(this);
    N3 = new Checkbox ("Mushrooms");
    p2.add(N3);
    N3.addItemListener(this);
    N4 = new Checkbox ("Pineapple");
    p2.add(N4);
    N4.addItemListener(this);
    N5 = new Checkbox ("Sweetcorn");
    p2.add(N5);
    N5.addItemListener(this);
    //adding panels to the applet
    p1.setLayout(new FlowLayout());
    p2.setLayout(new FlowLayout());
    p3.setLayout(new FlowLayout());
    //p4.setLayout(new FlowLayout());
    //p5.setLayout(new FlowLayout());
    add("North", p1);
    //add("East", p4);
    add("West", p3);
    //add("South", p5);
    add("Center", p2);
    public void paint(Graphics g) {
         //pizza logo an arc that will become a pizza
         g.setColor(Color.red);
         g.fillArc(xVal,140,50,50,0,deg);
         //toppings
         g.setColor(Color.blue);
         g.fillOval(xVal+30,155,5,5);
         g.setColor(Color.blue);
         g.fillOval(xVal+40,155,5,5);
         g.setColor(Color.black);
         g.fillOval(xVal+35,160,5,5);
         g.setColor(Color.black);
         g.fillOval(xVal+35,150,5,5);
    public void itemStateChanged(ItemEvent e) {
         P = 0;
         Op = 0;
         //telling it to add the price if user selects a particluar pizza
         if          (A1.getState() == true) P = 5.99;
         else if (A2.getState() == true) P = 7.99;
         else if (A3.getState() == true) P = 10.99;
         else if (A4.getState() == true) P = 12.99;
         //telling it to add to itself so that if user chooses more then one item
         //it will be added to
         if         (N1.getState() == true) Op = Op + 0.50;
         if          (N2.getState() == true) Op = Op + 0.60;
         if (N3.getState() == true) Op = Op + 0.70;
         if (N4.getState() == true) Op = Op + 0.90;
         if (N5.getState() == true) {Op = Op + 1.00;}
         //giving Total1 the value of P+Op
         Total1 = (P+Op);
         //formatting Total1 so it only gives the value to 2dp!
         DecimalFormat decimalFormat = new DecimalFormat("#.##");
         Total.setText("�" + decimalFormat.format(Total1) + "p");
         //repainting so that the applet shows the latest event (ie if person changes his/her mind)
              repaint();     
    public void adjustmentValueChanged(AdjustmentEvent e) {
         xVal = x.getValue();
         deg = y.getValue();
         repaint();
    }//end

    This does something, but I have no idea what you've originally intended import java.awt.*;
    import java.applet.Applet;
    import java.awt.event.*;
    import java.text.DecimalFormat;
    //creating a service outlet called PizzaExpress
    public class PizzaExpress extends Applet implements ItemListener, AdjustmentListener {
         //creating a group for radio buttons
         CheckboxGroup pizzaOptions;
         //creating panels
         Panel p1, p2, p3;
         DrawPanel p4;
         //creating a field to output the price
         TextField Total;
         //creating the 4 options for pizzas and 5 toppings
         Checkbox A1, A2, A3, A4;
         Checkbox N1, N2, N3, N4, N5;
         Label L1;
         //creating double to store the price for pizza option and toppings
         double P = 0;
         double Op = 0;
         double Total1;
         //scrollbars to move the logo
         Scrollbar x, y;
         //variables that will take scrollbar values
         int xVal = 10, deg = 60;
         public void init() {
              setLayout(new BorderLayout());
              p1 = new Panel();
              p2 = new Panel();
              p3 = new Panel();
              //putting the scrolbars
              y = new Scrollbar(Scrollbar.VERTICAL, 60, 1, 60, 375);
              y.addAdjustmentListener(this);
              x = new Scrollbar(Scrollbar.HORIZONTAL, 10, 5, 10, 430);
              x.addAdjustmentListener(this);
              //          add("South", x);
              //          add("East", y);
              //label for the Title
              L1 = new Label(" Welcome to Pizza Express ");
              p1.setLayout(new BorderLayout());
              p1.add("North", L1);
              //saying that there are radio buttons in a group rather then checkboxes
              pizzaOptions = new CheckboxGroup();
              //initialising and adding the four diff options to panel2
              A1 = new Checkbox("cheese", false, pizzaOptions);
              p3.add(A1);
              A1.addItemListener(this);
              A2 = new Checkbox("Pepperoni", false, pizzaOptions);
              p3.add(A2);
              A2.addItemListener(this);
              A3 = new Checkbox("Spicy Hot", false, pizzaOptions);
              p3.add(A3);
              A3.addItemListener(this);
              A4 = new Checkbox("Vegetarian", false, pizzaOptions);
              p3.add(A4);
              A4.addItemListener(this);
              //adding the price textfield to panel3
              Total = new TextField(10);
              Total.setEditable(false);
              p3.add(Total);
              //adding checkboxes to panel3
              N1 = new Checkbox("Beef");
              p2.add(N1);
              N1.addItemListener(this);
              N2 = new Checkbox("Chillies");
              p2.add(N2);
              N2.addItemListener(this);
              N3 = new Checkbox("Mushrooms");
              p2.add(N3);
              N3.addItemListener(this);
              N4 = new Checkbox("Pineapple");
              p2.add(N4);
              N4.addItemListener(this);
              N5 = new Checkbox("Sweetcorn");
              p2.add(N5);
              N5.addItemListener(this);
              //adding panels to the applet
              //p1.setLayout(new FlowLayout());
              p2.setLayout(new FlowLayout());
              p3.setLayout(new FlowLayout());
              //p4.setLayout(new FlowLayout());
              //p5.setLayout(new FlowLayout());
              p1.add("West", p3);
              p1.add("East", p2);
              add("North", p1);
              //add("East", p4);
              //add("West", p3);
              //add("South", p5);
              //add("East", p2);
              p4 = new DrawPanel();
              //p4.setBackground(Color.black);
              p4.setSize(400, 300);
              p4.setLayout(new BorderLayout());
              p4.add("East",y);
              p4.add("South",x);
              add("Center", p4);
         public void itemStateChanged(ItemEvent e) {
              P = 0;
              Op = 0;
              //telling it to add the price if user selects a particluar pizza
              if (A1.getState() == true)
                   P = 5.99;
              else if (A2.getState() == true)
                   P = 7.99;
              else if (A3.getState() == true)
                   P = 10.99;
              else if (A4.getState() == true)
                   P = 12.99;
              //telling it to add to itself so that if user chooses more then one item
              //it will be added to
              if (N1.getState() == true)
                   Op = Op + 0.50;
              if (N2.getState() == true)
                   Op = Op + 0.60;
              if (N3.getState() == true)
                   Op = Op + 0.70;
              if (N4.getState() == true)
                   Op = Op + 0.90;
              if (N5.getState() == true) {
                   Op = Op + 1.00;
              //giving Total1 the value of P+Op
              Total1 = (P + Op);
              //formatting Total1 so it only gives the value to 2dp!
              DecimalFormat decimalFormat = new DecimalFormat("#.##");
              Total.setText("�" + decimalFormat.format(Total1) + "p");
              //repainting so that the applet shows the latest event (ie if person changes his/her mind)
              p4.repaint();
         public void adjustmentValueChanged(AdjustmentEvent e) {
              xVal = x.getValue();
              deg = y.getValue();
              p4.repaint();
         public class DrawPanel extends Panel {
              public void paint(Graphics g) {
                   //pizza logo an arc that will become a pizza
                   g.setColor(Color.red);
                   g.fillArc( xVal, 140, 50, 50, 0, deg);
                   //toppings
                   g.setColor(Color.blue);
                   g.fillOval(xVal + 30, 155, 5, 5);
                   g.setColor(Color.blue);
                   g.fillOval(xVal + 40, 155, 5, 5);
                   g.setColor(Color.black);
                   g.fillOval(xVal + 35, 160, 5, 5);
                   g.setColor(Color.black);
                   g.fillOval(xVal + 35, 150, 5, 5);
    } //end

  • Need help ASAP (Camera usage)

    Hi guys!
    I'll get right to it... I'm brand new in Adobe After Effects, but I think I've adapted to it greatly thus far, but I'm stuck on one thing.
    I'm following this tutorial from from AETuts+:
    http://ae.tutsplus.com/tutorials/motion-graphics/design-rhythmic-motion-typography-in-afte r-effects/
    I've done everything in the tutorial correctly so far, but I'm stuck at the part at 10:05 into the video.
    I have everything set up like he does in the tutorial. I created my camera, my null object, linked the camera to the null object, set my text and null object for 3D, etc, etc.
    However, notice how in the video when he slides the camera position to zoom in, mine will NOT do that for some reason. On my version of CS5 my screen looks almost exactly like his does, but when I click on my Null Object, hit "P" and scroll it to make the camera zoom in my words, it just will NOT zoom in.
    I see a box on the outsize of my video that I believe is illustrating the zoom level of the camera, but that's the only thing that moves. It doesn't actually zoom in or out on the video itself.
    Here's a picture of my what my set up looks like right now:
    http://img98.imageshack.us/img98/6227/adobeae.png
    I'm in the middle of this tutorial, so any immediate responses are greatly appreciated! Thanks for the support.

    Sorry about the miscommunication. I'm replying from my iPhone. Siri doesn't get all the words right.
    I didn't mean to remove the parenting, I meant that sometimes people get the parenting the wrong way around. When posting screenshots it's much easier to just use the little camera icon at the top of this dialogue. Makes them easier to find.
    So here's the other thing that can be wrong. Your text is not a 3-D player. I am assuming the text is in the pre-comp. The pre-comp is a 3-D layer, but collapse transformations is on so your text is interpreted as what it is, a 2-D layer.
    Turn off collapse transformations, or leave the pre-cop a 2-D layer and make your and nested text layer 3-D. Or, if you really want you can have both of them 3-D layers.

  • Need help on mapping of obsolete and new function module

    Hi Expert,
    We are working on a  upgradation tool in which i have to repace the obsolete function module "HELP_VALUES_GET_WITH_CHECKTAB
    " by "F4IF_FIELD_VALUE_REQUEST
    ". I am not sure about the functionalities of these function modules as i have never used it. Can anyone please help me  by providing some information abt  these FMs. Also i need to do the mapping of parameters of old and new function module. So please provide the details of mapping also. Any pointers on this will be highly appreciated.
    Thanks & Regards,
    P Sharma
    Moderator message : Duplicate post locked.  Continue with [Parameter mapping of FMs|Parameter mapping of FMs;.
    Edited by: Vinod Kumar on Jul 8, 2011 9:40 AM

    Hey Enivass,
    you can ckeck the input field "Account Number" whether it is numeric or Alphabet using *"Conversions ->Fixvalues"*
    Steps:
    1.  Extract first character of input using *" Text -> substring"*  -- start position 0 , char count 1 
    2. In Fix Value table you have to give following values:
    Dafault value : Alphabet
    key----
    value
    0----
    Number
    1----
    Number
    2----
    Number
    9----
    Number
    3.  Write logic IF "number" than  "Arithmatic -> FormatNumber   (0000000000)   -
    // for leading zeros
             ELSE
         concat with extra space        -
    Thanks

  • Need help for my project(how to call function in ancestor object)

    dear all, i need your help for my project.My problem is stated as follow:
    say i have a class call frameA and frameB, both of them are extend from
    JFrame, frameA structure can be described briefly as follow:
    //frameA.java
    public class frameA extends JFrame{
    private frameB fb;
    public frameA()
    fb=new frameb();
    show();
    public void func()
    JOptionPane.showMessageDialog(null,"OK");
    now, my problem raised, after frameA and fb is created, how can i access the ancestor object(which is frameA) within fb's code,
    what should i add inside frameB? i need the answer urgently......
    thanx a lot!!!
    cheers

    Hi,
    For this kind of problem, I believe you can use the inner class.
    Here's the sample code I hope will help:
    class MyApp{ 
    B bFrame;
    A aFrame;
    class A extends JFrame{
    public void doSomething(){
    bFrame = new B();
    bFrame.doSomething();
    class B extends JFrame{
    public void doSomething(){
    aFrame = new A();
    aFrame.doSomething();
    If you have further question, you can email me your task sample code at [email protected] and I will solve it for you.
    With my best,
    Zike Huang(Jim)

  • Need help with passing a variable in a function

    Hello. I am working on a Flash app that needs to play videos. I have code using netstream that works great for one movie. The problem is I have 3 movies I want to play and I need to figure out how to replace the string variable with the correct path info depending on what button is pushed. I'm thinking this needs to be an array which I have coded but it is not working. Here is the code:
    var buttonArray:Array = [chamber.btnV01,chamber.btnV02];
    var strSource:Array = ["HiFlow_Conventional_4.mp4","Tool_Less_5.mp4"];
    trace (buttonArray)
    for (var i:int = 0; i < buttonArray.length; i++) {
    buttonArray[i].addEventListener(MouseEvent.CLICK, playClicked);
    function playClicked(e:MouseEvent):void {
    // check's, if the flv has already begun
    // to download. if so, resume playback, else
    // load the file
    if(!bolLoaded) {
    var clickedIndex:int = buttonArray.indexOf(event.currentTarget);
    nsStream.play(strSource[clickedIndex]);
    bolLoaded = true;
    trace (strSource)
    else{
    nsStream.resume();
    This is just set for two buttons for testing. I keep getting the "1120: Access of undefined property event." right at the "nsStream.play(strSource[clickedIndex]);" line. The variable strSource is what I am trying to pass different movie paths into, but I am having no luck. Am setting this up right or is there another way to do this? Any help would be much appreciated. Thanks.
    -Shawn

    use:
    var buttonArray:Array = [chamber.btnV01,chamber.btnV02];
    var strSource:Array = ["HiFlow_Conventional_4.mp4","Tool_Less_5.mp4"];
    trace (buttonArray)
    for (var i:int = 0; i < buttonArray.length; i++) {
    buttonArray[i].addEventListener(MouseEvent.CLICK, playClicked);
    function playClicked(e:MouseEvent):void {
    // check's, if the flv has already begun
    // to download. if so, resume playback, else
    // load the file
    if(!bolLoaded) {
    var clickedIndex:int = buttonArray.indexOf(e.currentTarget);
    nsStream.play(strSource[clickedIndex]);
    bolLoaded = true;
    trace (strSource)
    else{
    nsStream.resume();

  • Need HELP!!! Speaker Volume Is Unbalanced Even If Setting Says It Is

    Please HELP ME!
    I just noticed that my speakers are unbalanced.  Right speaker is always louder that of the left (HP G60 Notebook PC).  I have gone back and forth with the settings and it still is unbalanced.  The laptop is well taken cared for and is stored and kept properly not has been dropped bumped or anything whatsoever. I am so upset about this since it feels weird hearing the sounds unbalanced.  I have a Smart Audio Device as it was bought this way and have Altec Lansing Built in Speakers.  I am unable to enjoy the laptop because of this.
    Please... can any one comment on this thread.  Any suggestions would be appreciated.

    Hello, and thanks for posting to the forum.
    Have you tried connecting headphones to the computer and listening that way?  Is it still unbalanced?  If it is, that *might* point more to a configuration problem.  If the sound through the headphones are balanced, it may indicate that there's a hardware issue involved that might need support.
    Good luck
    - mm
    Although I am a Program Manager at HP, I am speaking for myself and not for HP.
    Please make it easier for other people to find solutions by selecting “Accept as Solution” if it solves your problem.
    *** Click on “Kudos” STAR to say thanks! ***

  • Need help in photo shop: no scanning options available when importing a file

    im currently using hte trial version but the scanning options arent there when i try to import a file. advice please

    I stop using scanner year ago because  my digital camera did a better job. However these days I believe you need a scanner the supports the WIA interface in menu Import List of Supported Windows Image Acquisition (WIA) Scanners and Cameras

  • Need help converting MS SQL query into Oracle, Function 'WHERE' issues

    SELECT PERS_NBR, PAY_ID, PAY_CODE, LOGICAL_DATE, LOGICAL_DATE AS END_DATE, PCNAMES + REPLICATE(',', 39 - (LEN(PCNAMES) - LEN(REPLACE(PCNAMES, ',', ''))))
    AS PC_NAMES_FINAL
    FROM (SELECT DISTINCT A.PAY_ID, A.PAY_CODE, A.PERS_NBR, A.LOGICAL_DATE, PCNAMES = substring
    ((SELECT TOP 10 ',' + PC_NAME + ',' + SUBSTRING(CAST(B.VALUE AS VARCHAR), 0, LEN(CAST(B.VALUE AS VARCHAR)) - 2)
    FROM T_PAY_CAT_RECORD B
    WHERE B.PERS_NBR = A.PERS_NBR AND
    B.LOGICAL_DATE = A.LOGICAL_DATE FOR XML path(''), elements), 2, 500)
    FROM T_PAY_CAT_RECORD A, T_PERSON P
    WHERE A.PERS_NBR = P.NBR) FINAL
    Edited by: 919969 on Mar 9, 2012 3:45 PM

    Hello
    Like any language you need to understand what the messages coming from the syntax check are saying...
    XXXX> SELECT PERS_NBR,
      2          PAY_ID,
      3          PAY_CODE,
      4          LOGICAL_DATE,
      5          LOGICAL_DATE AS END_DATE,
      6          PCNAMES || LPAD(',', 39 - (LENGTH(PCNAMES) - NVL(LENGTH(REPLACE(PCNAMES,',')),0)),',') AS PC_NAMES_FINAL
      7    FROM  (
      8           SELECT  PAY_ID,
      9                   PAY_CODE,
    10                   PERS_NBR,
    11                   LOGICAL_DATE,
    12                   SUBSTR(
    13                          RTRIM(XMLAGG(XMLELEMENT(e,PC_NAME || ',' || SUBSTR(VALUE,1,LEN(VALUE) - 2),',').EXTRACT('//text()')),',') PCNAMES
    14                          2,
    15                          500
    16                         )
    17             FROM  (
    18                    SELECT  A.PAY_ID,
    19                            A.PAY_CODE,
    20                            A.PERS_NBR,
    21                            A.LOGICAL_DATE,
    22                            A.PC_NAME,
    23                            ROW_NUMBER() OVER(PARTITION BY A.PERS_NBR,A.LOGICAL_DATE ORDER BY 1) RN
    24                      FROM  T_PAY_CAT_RECORD A,
    25                            T_PERSON P
    26                      WHERE A.PERS_NBR = P.NBR
    27                   )
    28             WHERE RN <= 10
    29             GROUP BY PAY_ID,
    30                      PAY_CODE,
    31                      PERS_NBR,
    32                      LOGICAL_DATE
    33          ) FINAL
    34  /
                            RTRIM(XMLAGG(XMLELEMENT(e,PC_NAME || ',' || SUBSTR(VALUE,1,LEN(VALUE) - 2),',').EXTRACT('//text()')),',') PCNAMES
    ERROR at line 13:
    ORA-00907: missing right parenthesisIf you use something like SQL*Plus or SQL Developer, they will give you the error stack which will point you to the source of the problem.
    It's saying missing right parenthesis. Start by finding out if we've got all out matching brackets. Counting from the start of that statement i.e. SUBSTR on line 12, we have 7 open brackets and 6 close brackets. So there does appear to be a problem with brackets. However if we take a step back and look at lines 12 to 16, this is actually a single statement. It's a call to the SUBSTR function and within it it has calls to RTRIM, XMLAGG etc. For the statement as a whole there are the same number of left and right parenthesis so the problem is related to something else. Something that is leading the syntax check to think it has reached the end of a statement and hasn't found enough closing parethesis.
    The issue here appears to be that we have the token PCNAMES at the end of line 13 but syntactically that's not correct. We can't have that token there because it's appearing in the middle of a function call. PCTNAMES is actually a column alias but it's just in the wrong place. We need it to be an alias for the whole expression from line 12 to 16. So make the change and see what happens...
    XXXX> select PERS_NBR,
      2          PAY_ID,
      3          PAY_CODE,
      4          LOGICAL_DATE,
      5          LOGICAL_DATE AS END_DATE,
      6          PCNAMES || LPAD(',', 39 - (LENGTH(PCNAMES) - NVL(LENGTH(REPLACE(PCNAMES,',')),0)),',') AS PC_NAMES_FINAL
      7    FROM  (
      8           SELECT  PAY_ID,
      9                   PAY_CODE,
    10                   PERS_NBR,
    11                   LOGICAL_DATE,
    12                   SUBSTR(
    13                          RTRIM(XMLAGG(XMLELEMENT(e,PC_NAME || ',' || SUBSTR(VALUE,1,LEN(VALUE) - 2),',').EXTRACT('//text()')),',')
    14                          2,
    15                          500
    16                         ) PCNAMES
    17             FROM  (
    18                    SELECT  A.PAY_ID,
    19                            A.PAY_CODE,
    20                            A.PERS_NBR,
    21                            A.LOGICAL_DATE,
    22                            A.PC_NAME,
    23                            ROW_NUMBER() OVER(PARTITION BY A.PERS_NBR,A.LOGICAL_DATE ORDER BY 1) RN
    24                      FROM  T_PAY_CAT_RECORD A,
    25                            T_PERSON P
    26                      WHERE A.PERS_NBR = P.NBR
    27                   )
    28             WHERE RN <= 10
    29             GROUP BY PAY_ID,
    30                      PAY_CODE,
    31                      PERS_NBR,
    32                      LOGICAL_DATE
    33          ) FINAL
    34  /
                            2,
    ERROR at line 14:
    ORA-00907: missing right parenthesisNOw we've got a new error. Again it's saying we've got a missing parenthesis but this time on line 14. The issue here is that line 13 is a parameter to the SUBSTR function but there is no comma on the end. What we actually have at the moment is a line that looks like so
    RTRIM(XMLAGG(XMLELEMENT(e,PC_NAME || ',' || SUBSTR(VALUE,1,LEN(VALUE) - 2),',').EXTRACT('//text()')),',') 2,Which is just not formed correctly. We need a comma at the end of line 13 to state that this is the end of that line as a parameter.
    XXXX> select PERS_NBR,
      2          PAY_ID,
      3          PAY_CODE,
      4          LOGICAL_DATE,
      5          LOGICAL_DATE AS END_DATE,
      6          PCNAMES || LPAD(',', 39 - (LENGTH(PCNAMES) - NVL(LENGTH(REPLACE(PCNAMES,',')),0)),',') AS PC_NAMES_FINAL
      7    FROM  (
      8           SELECT  PAY_ID,
      9                   PAY_CODE,
    10                   PERS_NBR,
    11                   LOGICAL_DATE,
    12                   SUBSTR(
    13                          RTRIM(XMLAGG(XMLELEMENT(e,PC_NAME || ',' || SUBSTR(VALUE,1,LEN(VALUE) - 2),',').EXTRACT('//text()')),','),
    14                          2,
    15                          500
    16                         ) PCNAMES
    17             FROM  (
    18                    SELECT  A.PAY_ID,
    19                            A.PAY_CODE,
    20                            A.PERS_NBR,
    21                            A.LOGICAL_DATE,
    22                            A.PC_NAME,
    23                            ROW_NUMBER() OVER(PARTITION BY A.PERS_NBR,A.LOGICAL_DATE ORDER BY 1) RN
    24                      FROM  T_PAY_CAT_RECORD A,
    25                            T_PERSON P
    26                      WHERE A.PERS_NBR = P.NBR
    27                   )
    28             WHERE RN <= 10
    29             GROUP BY PAY_ID,
    30                      PAY_CODE,
    31                      PERS_NBR,
    32                      LOGICAL_DATE
    33          ) FINAL
    34  /
                              T_PERSON P
    ERROR at line 25:
    ORA-00942: table or view does not existNow we have a new error but this time it's because I don't have the t_person table on my database. Syntactically the statement above is now correct so it should work on your system.
    HTH
    David
    Edited by: Bravid on Mar 12, 2012 10:20 AM

  • NEED HELP PLEASE!!!!  No audio when importing a quicktime file

    I am trying to edit a project and I have it on an external hard drive as a quicktime file. When I play the quicktime file it has good audio. When I import the file into FCP I lose the audio...
    Have you ever had this problem... PLEASE HELP!!!!

    Thanks... I have downloaded streamclip... now how do I demux the clip and demux to what.... Sorry if these are stupid questions!!!! It is not allowing me to choose demux only export to MPEG... will that work? if not is there a trick to get it to allow me to choose demux?
    I appreciate the feedback and help Very Much!!!!!!!

Maybe you are looking for