Generating Supplier Liability Account based on the Supplier Classification

Hi ,
In R12 I have a custom requirement like follows. Need to generate the Supplier Liability Account based on the Supplier Classification. When we select supplier type then by default liabilty account value will be the value from supplier--> setup --> options --> fianancial otpions --> accounting tab (GL -accounts liability value).
so when we change the supplier type the liability account should changed based on that classification value.
I have code in 11i where custom.pll was modified to acheive this, but how to implement this in R12 as supplier form is OAF based.
the code from custom.pll for this is
procedure event(event_name varchar2)
is
lCurrBlock varchar2(30);
lVendorType varchar2(30);
lDefaultCCID number(15);
lCustomCCID number(15);
cursor customCC(x_vendor_type varchar2,x_default_cc_id number) is
               select
               cst.code_combination_id
               from
               fnd_lookup_values vty,
               gl_code_combinations dfl,
               gl_code_combinations cst
               where 1=1
               and vty.view_application_id = 201
               and vty.lookup_type = 'VENDOR TYPE'
               and vty.language = 'US'
               and vty.lookup_code = x_vendor_type
               and dfl.code_combination_id = x_default_cc_id
               and dfl.segment1 = cst.segment1
               and vty.tag = cst.segment2 --account no
               and dfl.segment3 = cst.segment3
               and dfl.segment4 = cst.segment4
               and dfl.segment5 = cst.segment5
               and (dfl.segment6 = cst.segment6 or (dfl.segment6 is null and cst.segment6 is null))
               and (dfl.segment7 = cst.segment7 or (dfl.segment7 is null and cst.segment7 is null))
               and (dfl.segment8 = cst.segment8 or (dfl.segment8 is null and cst.segment8 is null))
               and (dfl.segment9 = cst.segment9 or (dfl.segment9 is null and cst.segment9 is null))
               and (dfl.segment10 = cst.segment10 or (dfl.segment10 is null and cst.segment10 is null))
               and (dfl.segment11 = cst.segment11 or (dfl.segment11 is null and cst.segment11 is null))
               and (dfl.segment12 = cst.segment12 or (dfl.segment12 is null and cst.segment12 is null))
               and (dfl.segment13 = cst.segment13 or (dfl.segment13 is null and cst.segment13 is null))
               and (dfl.segment14 = cst.segment14 or (dfl.segment14 is null and cst.segment14 is null))
               and (dfl.segment15 = cst.segment15 or (dfl.segment15 is null and cst.segment15 is null))
               and (dfl.segment16 = cst.segment16 or (dfl.segment16 is null and cst.segment16 is null))
               and (dfl.segment17 = cst.segment17 or (dfl.segment17 is null and cst.segment17 is null))
               and (dfl.segment18 = cst.segment18 or (dfl.segment18 is null and cst.segment18 is null))
               and (dfl.segment19 = cst.segment19 or (dfl.segment19 is null and cst.segment19 is null))
               and (dfl.segment20 = cst.segment20 or (dfl.segment20 is null and cst.segment20 is null))
               and (dfl.segment21 = cst.segment21 or (dfl.segment21 is null and cst.segment21 is null))
               and (dfl.segment22 = cst.segment22 or (dfl.segment22 is null and cst.segment22 is null))
               and (dfl.segment23 = cst.segment23 or (dfl.segment23 is null and cst.segment23 is null))
               and (dfl.segment24 = cst.segment24 or (dfl.segment24 is null and cst.segment24 is null))
               and (dfl.segment25 = cst.segment25 or (dfl.segment25 is null and cst.segment25 is null))
               and (dfl.segment26 = cst.segment26 or (dfl.segment26 is null and cst.segment26 is null))
               and (dfl.segment27 = cst.segment27 or (dfl.segment27 is null and cst.segment27 is null))
               and (dfl.segment28 = cst.segment28 or (dfl.segment28 is null and cst.segment28 is null))
               and (dfl.segment29 = cst.segment29 or (dfl.segment29 is null and cst.segment29 is null))
               and (dfl.segment30 = cst.segment30 or (dfl.segment30 is null and cst.segment30 is null));
begin
     if name_in('SYSTEM.CURRENT_FORM') != 'APXVDMVD' then
          return;
     end if;
     lCurrBlock := name_in('SYSTEM.CURSOR_BLOCK');
     if event_name = 'WHEN-NEW-FORM-INSTANCE' then
     --     app_item_property.set_property('VNDR.VENDOR_TYPE_DISP_MIR',required,property_true);
          copy(name_in('WORLD.ACCTS_PAY_CODE_COMBINATION_ID'),'GLOBAL.XX_APXVDMVD_ACCTS_PAY_CC_ID');
     elsif lCurrBlock = 'VNDR' and event_name in ('WHEN-VALIDATE-RECORD','WHEN-NEW-RECORD-INSTANCE') then
     open customCC(name_in('VNDR.VENDOR_TYPE_LOOKUP_CODE'),name_in('GLOBAL.XX_APXVDMVD_ACCTS_PAY_CC_ID'));
     fetch customCC into lCustomCCID;
     close customCC;
     if lCustomCCID is null then
          copy(name_in('GLOBAL.XX_APXVDMVD_ACCTS_PAY_CC_ID'),'WORLD.ACCTS_PAY_CODE_COMBINATION_ID');
     else
     copy(lCustomCCID,'WORLD.ACCTS_PAY_CODE_COMBINATION_ID');
     end if;
     end if;
end;
end;
please help

Hi,
While you can refer to the SLA guide, for quick pointers what you need to do is:
1. Identify the transaction types and associated events for that transaction.
2. Build an accounting rule for the above.
An example would be AP invoice validation or application of prepayments.
The SLA guide provides step by step details on the above.
Good Luck !!!
Regards,
Udit

Similar Messages

  • Can we control the PDF file name that is generated by BI Publisher based on the content in the input PDF

    can we control the PDF file name that is generated by BI Publisher based on the content in the input PDF?

    No, there isn't. The way you're using the file is not recommended. You
    should use a review tracker to avoid getting in the way of one another.

  • How to stop the charges incurred to my account based on the action of itunes storing U2's newest album into my iPhone that I personally did not pay for?

    How to stop the charges incurred to my account based on the action of itunes storing U2's newest album into my iPhone that I personally did not pay for?

    There was no charge. The album was free.

  • Where the supplier liability account is fetched after expense report?

    Hello,
    can anyone help me with this issue:
    1. create a new employee
    2. import resource in CRM
    3. assign to a UserName
    4. login with the UserName
    5. create an expense report
    6. Launch program in Account Payables
    7. The issue = it fetches the account 40110000 instead of 42140000 for the supplier.
    Can anyone tell me why it is not fetching the liability account 42140000 please ??
    Note that: If we create a supplier site manually, it fetches the liability account from the financials options in AP.

    Please see:
    Identifying Data Model Changes Between EBS 12.1.3 and Prior EBS Releases
    https://blogs.oracle.com/stevenChan/entry/ebs_data_model_1213
    EBS Data Model Comparison Report Overview [ID 1290886.1]
    EBS Seed Data Comparison Reports Now Available
    https://blogs.oracle.com/stevenChan/entry/ebs_seed_data_comparison_reports
    Thanks,
    Hussein

  • Creating Supplier Bank Accounts and assigning to Supplier.

    Hi Team,
    Step 1: I have created Suppliers,Sites and contacts.
    Step 2: I have created one Supplier Bank and one Supplier Bank Branch.
    In HZ_PARTIES I am able to see 3 records outof which one corresponds to Bank record and the other branch record and the other one is the relationship one.
    Step 3 : For Account creation and assigning to Supplier level I am using the following API iby_ext_bankacct_pub.create_ext_bank_acct and passing these values,
    p_in_acct_rec.bank_id := 62462; (party_id from hz_parties)
    p_in_acct_rec.branch_id := 62464; (partyd_id from hz_parties)
    p_in_acct_rec.country_code := 'DE';
    p_in_acct_rec.bank_account_name := 'AKU BÜROMÖBELMNTAGE';
    p_in_acct_rec.bank_account_num := 8707629220;
    p_in_acct_rec.acct_owner_party_id := 23267; (party_id from ap_suppliers)
    p_in_acct_rec.currency := 'GER';
    p_in_acct_rec.object_version_number := '1.0';
    p_in_acct_rec.start_date := sysdate;
    p_in_acct_rec.foreign_payment_use_flag := 'Y';
    p_in_acct_rec.payment_factor_flag := 'N';
    iby_ext_bankacct_pub.create_ext_bank_acct
    p_api_version => 1.0,
    p_init_msg_list => fnd_api.g_true,
    p_ext_bank_acct_rec => p_in_acct_rec,
    p_association_level => 'S',
    p_supplier_site_id => 1376, (getting from ap_suppliers)
    p_party_site_id => 16202,
    p_org_id => 304,
    p_org_type => 'OPERATING_UNIT',
    x_acct_id => l_account_id,
    x_return_status => v_return_status,
    x_msg_count => v_msg_count,
    x_msg_data => v_msg_data,
    x_response => x_result_rec_type
    I am passing the above values to the API.
    API is running succesfully.
    I am able to check account details in the following table IBY_EXT_BANK_ACCOUNTS
    After running the above API records are getting populated in these 3 tables IBY_EXT_BANK_ACCOUNTS, iby_account_owners, IBY_PMT_INSTR_USES_ALL
    I am using the following query to cross verify whether the account is created and assigned to Supplier or not,
    select s.vendor_name, ss.vendor_site_code,
    eb.bank_name, ebb.bank_branch_name, ebb.branch_number,
    eba.BANK_ACCOUNT_NUM, eba.BANK_ACCOUNT_NAME
    from ap.ap_suppliers s, ap.ap_supplier_sites_all ss,
    apps.iby_ext_bank_accounts eba,
    apps.iby_account_owners ao, apps.iby_ext_banks_v eb, apps.iby_ext_bank_branches_v ebb
    where s.vendor_id = ss.vendor_id
    and ao.account_owner_party_id = s.party_id
    and eba.ext_bank_account_id = ao.ext_bank_account_id
    and eb.bank_party_id = ebb.bank_party_id
    and eba.branch_id = ebb.branch_party_id
    and eba.bank_id = eb.bank_party_id;
    I am able to see the the record after running the above query.
    I want the account to be attached to the Supplier level.
    If I go to Supplier screen --> and if go to Bank details, I am unable to see the bank account attached to this supplier.

    Hi,
    Did you solved the issue? I have the same task and it works for me. Check if you specify the supplier level in the bank details. Once you specify the association level equal to 'S' you have to choose from the list item - "Supplier level". Here is my code which is same as yours i think...:
    set serveroutput on size 1000000;
    DECLARE
    l_bank_acct_rec apps.iby_ext_bankacct_pub.extbankacct_rec_type;
    out_mesg apps.iby_fndcpt_common_pub.result_rec_type;
    L_ACCT NUMBER;
    l_assign apps.iby_fndcpt_setup_pub.pmtinstrassignment_tbl_type;
    l_payee_rec apps.iby_disbursement_setup_pub.payeecontext_rec_type;
    l_return_status VARCHAR2 (30);
    l_msg_count NUMBER;
    l_msg_data VARCHAR2 (3000);
    l_msg_dummy VARCHAR2 (3000);
    l_output VARCHAR2 (3000);
    l_bank_id NUMBER;
    l_branch_id NUMBER;
    l_bank VARCHAR2 (1000);
    l_acct_owner_party_id NUMBER;
    l_supplier_site_id NUMBER;
    l_party_site_id NUMBER;
    --exec_bank_acct EXCEPTION;
    l_msg_index NUMBER := 0;
    V_RETURN_STATUS varchar2(20);
    V_MSG_COUNT number;
    v_msg_data varchar2(500);
    BEGIN
    FND_GLOBAL.APPS_INITIALIZE(1112, 50639, 200);
    l_bank_acct_rec.bank_id := 5087; --(party_id from hz_parties)
    l_bank_acct_rec.branch_id := 5087; --(partyd_id from hz_parties)
    l_bank_acct_rec.country_code := 'BG';
    l_bank_acct_rec.bank_account_name := '45623123';
    l_bank_acct_rec.bank_account_num := 123145124123;
    l_bank_acct_rec.acct_owner_party_id := 183732;-- (party_id from ap_suppliers)
    l_bank_acct_rec.currency := 'BGN';
    l_bank_acct_rec.object_version_number := '1.0';
    l_bank_acct_rec.start_date := sysdate;
    --l_bank_acct_rec.foreign_payment_use_flag := 'Y';
    --l_bank_acct_rec.payment_factor_flag := 'N';
    apps.iby_ext_bankacct_pub.create_ext_bank_acct
    (p_api_version => 1.0,
    p_init_msg_list => 'F',
    p_ext_bank_acct_rec => l_bank_acct_rec,
    p_association_level => 'S',
    p_supplier_site_id => 3020,
    p_party_site_id => 43594,
    p_org_id => 81,
    p_org_type => 'OPERATING_UNIT',
    x_acct_id => l_acct,
    x_return_status => l_return_status,
    x_msg_count => l_msg_count,
    x_msg_data => l_msg_data,
    x_response => out_mesg
    COMMIT;
    dbms_output.put_line (l_return_status);
    IF l_return_status IN ('E') THEN
    dbms_output.put_line (l_msg_count);
    FOR i IN 1 .. l_msg_count
    LOOP
    apps.fnd_msg_pub.get( i, apps.fnd_api.g_false, l_msg_data, l_msg_index );
    l_msg_data := l_msg_data || 'Bank Account API Error ';
    DBMS_OUTPUT.PUT_LINE( 'Error :- '||l_msg_data);
    END LOOP;
    dbms_output.put_line (l_msg_data);
    end if;
    end;
    /EBS Version: 12.1.3
    DB: 11.1.0.7.0
    BR,
    Bahchevanov.

  • Generating a internal table based on the fieldcatalog

    hi,
    i want to generate an internal table based on field catalog which will be generated after the user has selected a particular layout.
    For eg. Suppose there are at present 25 fields at the ALV output and out of which user selects 10 fields using layout option and i save the layout.
    Now i want an internal table with these 10 fields in my internal table not all the 25 fields.
    any ideas?
    regards
    jignesh.

    Hi,
    Look at the sample code below.
    FIELD-SYMBOLS: <outtab> TYPE ANY TABLE,
          <l_line>  TYPE ANY,
          <l_field> TYPE ANY.
    DATA: new_table TYPE REF TO data.
    DATA: new_line  TYPE REF TO data.
    DATA: it_fieldcat TYPE lvc_t_fcat.
    DATA: wa_fieldcat TYPE lvc_s_fcat.
    DATA: BEGIN OF itab OCCURS 0,
          matnr TYPE matnr,
          aenam TYPE aenam,
          END OF itab.
    "Fill the fieldcat here
    "For example say it contains two fields MATNR AENAM
    CALL METHOD cl_alv_table_create=>create_dynamic_table
            EXPORTING
              it_fieldcatalog = it_fieldcat
            IMPORTING
              ep_table        = new_table.
    ASSIGN new_table->* TO <outtab>. "This is the required table
    CREATE DATA new_line LIKE LINE OF <outtab>.
    ASSIGN new_line->* TO <l_line> . "Work area forthe same
    SELECT matnr aenam UP TO 5 ROWS
    FROM mara
    INTO TABLE itab.
    LOOP AT itab.
      ASSIGN COMPONENT 'MATNR' OF STRUCTURE <l_line> TO <l_field>.
      <l_field> = itab-matnr.
      ASSIGN COMPONENT 'AENAM' OF STRUCTURE <l_line> TO <l_field>.
      <l_field> = itab-aenam.
      INSERT <l_line> INTO TABLE <outtab>.
    ENDLOOP.
    LOOP AT <outtab> ASSIGNING <l_line>.
      WRITE: / <l_line>.
    ENDLOOP.
    Regards,
    Manoj Kumar P

  • Provide Webservice  link not generating corresponding WSDL URL based on the service operation.

    Hi All,
    The provide webservice link is not generating corresponding WSDL URL based on Service Operation.
    E.g. Currently we have two service operations namely Create and Update. We are using Rowset based messaging. Provide Webservice link generated correct WSDL URL for the create operation but it is providing the same URL for Update operation as well. kindly share your knowledge if you guys ever faced similar problem.
    Regards
    Viswa

    Hi Hakan,
    Thanks for your reply. Actually i am trying to generate WSDL URLs for each service operation for Travel & Expense module like create expense, update expense etc.
    URL generated looks like this : http://xxx.xx.xxx.xx:8011/PSIGW/PeopleSoftServiceListeningConnector/HX_TE_EXPENSE_CLAIM.16.wsdl - this url is meant for CREATE operation. But for the UPDATE operation i am getting the same URL . Normally, Whenever i create WSDL URL for different operation the numeric part of the above URL changes like 16, 17 etc ..based on the service operation but no two operation have same URL like i am getting now. Please provide your knowledge on this issue.
    Regards
    Viswa

  • Supplier --- DUNS_Number issue while writing the supplier script

    Hi All,
    I am working on supplier migration script. I have used APIs(AP_VENDOR_PUB_PKG) to create supplier and supplier sites. Application version is 12.1.1
    i have to pass the DUNS_Number value to supplier. for testing i have created supplier from front end.
    When I create the supplier from front end, DUNS_Number is not stored either in AP_SUPPLIERS or AP_SUPPLIER_SITES_ALL Tables but its storing in HZ_PARTIES Table.
    here my question is, why it is storing DUNS_Number value in HZ_PARTIES TABLE, Why not in AP_SUPPLIERS Table?
    kindly suggest me through script, how can i insert the DUNS_Number value in AP_SUPPLIERS or AP_SUPPLIER_SITES_ALL table.
    please help me to sort out this issue.
    Thanks.

    Yes the update must be done after the creation of the supplier level.
    -- CREATE VENDOR HEADER
    ap_vendor_pub_pkg.create_vendor(p_api_version => 1.0
    ,p_init_msg_list => fnd_api.g_true
    ,p_commit => fnd_api.g_false
    ,p_validation_level => fnd_api.g_valid_level_full
    ,x_return_status => L_returnStatus
    ,x_msg_count => L_msgCount
    ,x_msg_data => L_msgData
    ,p_vendor_rec => vendor_rec
    ,x_vendor_id => L_vendorId
    ,x_party_id => L_partyId);
    IF L_returnStatus = fnd_api.g_ret_sts_success THEN
    write_log('Vendor Created Successfully');
    --UPDATE HZ_PARTIES with DUNS_NO
    IF vendor_stg_rec.attribute7 IS NOT NULL THEN --attribute7 is the field where i store duns number in my records
    write_log('Updating DUNS NUMBER in HZ_PARTIES');
    UPDATE hz_parties
    SET duns_number_c = vendor_stg_rec.attribute7
    WHERE party_id = L_partyId;
    END IF;
    END IF;

  • GR/IR accounts based on the country of origin

    Dear All,
    My client business requirement is like below:
    when we are posting goods receipt GR/IR account has to be posted based on the country of origin of the materials. we have one chart of accounts, we don't have any business areas. we have defined 14 GR/IR accounts for this purpose.
    Please any one can suggest me the solution in SAP, how we can do? even customized one also?
    thanks & regards,
    Ramesh B

    uu

  • Can I generate a DSC alarm based on the difference of two signals?

    In the Tag Configuration Editor of the DSC module, you can set lower and upper limits on any signal (tag). This works well if the signal is expected to always be within a certain range. However, if the signal is expected to vary according to a predefined pattern, how can I detect when it passes out of the expected pattern? - In my case the problem is made easier since I have two signals I can monitor: a setpoint and an actual. Therefore I can calculate the difference between setpoint and actual and set an alarm if the difference exceeds some maximum value. However, the DSC tag configuration editor does not allow these kind of "derived channels".
    One possible solution is to run LabVIEW code to mon
    itor these signals in real time, continually calculate the difference and generate an error if the difference exceeds the limit I have set. The problem is there does not seem to be a way to programmatically generate a DSC alarm.
    Another possible solution, but requiring more work, is to create my own VI-based server to monitor the derived channels. Then there would be two servers running - logos to acquire the FieldPoint data- and my VI based server to calculate the derived channels in real time. My question is: Is there an easier way to do this?

    Hi Chris,
    Go with your first proposed solution -- and write the result to a Discrete Memory tag. And set this tag to alarm on High. This will now act as your alarm tag.
    Hope this helps.
    Regards,
    Khalid

  • Can you disable an AD account based on the email address

    New to Powershell so hopefully this makes sense. I have a script to disable users from a list of user names and it works fine. However our HR system doesn't use the same naming convention as AD.
    The only common field is the e-mail address. Does anyone know a script that will search a list of email addresses and disable the associated AD account? The e-mail address from the HR system should be the primary address of the user but it may not always
    be so I need to search all the users addresses.
    thanks

    Hi,
    I'd do something along these lines:
    Get-Content .\emailList.txt | ForEach {
    Get-ADUser -Filter "proxyAddresses -like '*$_*'" | Disable-ADAccount -WhatIf
    Remove -WhatIf if you're happy with the initial output to actually disable the accounts.
    Braham - note on your method:
    Error Message: 'Operator Not supported: -contains' at position: '46'.
    Don't retire TechNet! -
    (Don't give up yet - 13,085+ strong and growing)

  • GL account based on the 'commodity mobde' (product category)

    The requirement is
    System shall default the GL Account with sequence number u201801u2019 when there are multiple GL Accounts mapped to a Product Category and the  mapping table needs to have u2018Sequence numberu2019 added to ensure that in case of u2018Many-to-Oneu2019 the default proposed GL Account can be selected.     
               Requester will be allowed to change the u201CGL Accountu2019 to a different value.
               The system will show the allowed u2018GL Accountsu2019 that are mapped to this product Category when performing the search ( Narrow down only to allowed values ).

    Hi,
    Please check the BADI BBP_F4_READ_ON_EXIT.
    Regards,
    Masa

  • STO - Generating an Output based on the Plant

    Hello
    I do have a requirement to generate an Output(EDI) based on the Plant to which the material is being delivered to. The condition record that I have in place(Configured via M/59) is Doc. Type/P.Org/P.group/Supplying Plant/Plant. In the list of available fields, i see both Supplying plant as well as Plant. Access sequence and MN04 condition records have been maintained. Likewise an output device has also been maintained. The Q's i have are -
    1. Have any of you had such a  requirment( to use the Plant)?
    2. Plant is at item level and what should happen if the plant in the STO is different at the item level.
    3. SAP have also provided Material, which again is at the item level. What is the logic behind such?
    Appreciate if you can advice.
    Thanks
    Ajay

    Hi Ajay,
    This is related to PP/MM query pls put in the pp/mm form.
    Regards,
    Anil

  • Which table the characteristic values of accounting based COPA are stored?

    Hi Guru,
    we are using Accounting based COPA. we need to generate a report based on the characteristic values updated while posting to revenue accounts.
    i searched the CE4XXXX and COSP tables but i am unable to get the results. COSP is not havinf the the revenue GL accounts  PA characteristics.
    CE4XXXX is not having the the PAOBJNR(profitability object no) updated in BSEG for the revenue accounts.
    from which table can i capture the characteristic values for  a line item posted in BSEG.
    regards
    Jaya

    HI
    refer CE4XXXX_ACCT for account based COPA
    The function module to read chars from PSG is RKE_GET_CHARS_FOR_PAOBJNR
    Regards
    Ajay M

  • MIRO - Invoice Output types (MR90)  Routines Based on Specific Suppliers

    Hi All,
    Requirement is to trigger Invoice outputs for a specific set of suppliers, while doing invoice verification in MIRO and the same need to be processed in MR90 for the output.
    Is there a routine which triggers a invoice output ( type REKL) only for specfic set of suppliers, for e,g if the suppliers are all ERS suppliers then it should trigger "REKl" else not?
    I am aware we have a routine 181 which can be modified but wanted to know from experts if this kind of requirements has a standard solution.
    Will appreciate any help regarding this.
    Note :Standard settings and customization have been done and triggering output is not an issue so please address the specific requiremennts.
    Regards
    Swagat Panda

    Would like to know more on how your are cancelling ERS invoices already settled? as i am not able to cancel them in MR8M is there any other ways around it?
    Also, Sub Cr we are using not for back dated price changes but since we are a service company we don't have concepts of MAP prices for the materials all are account assigned materials and get expensed and revaluation will just act as a statistical entry as there won't be stock at any point of time.
    The invoice reduction we are not using as these are all ERS invoices and if there is any amount to be debited to the supplier we come to know after a settlement run (MRRL) is over and we see a "visual" quality defect at a later point of time as i mentioned earlier we don't have stock.
    So this is one of the reason why we are debited the supplier at a later stage using Sub Cr and for this the vendor has to be sent a "notification" that we are going to debit him for a delivery ( account assigned ).
    But your suggestions were helpful in setting up business rules.
    Please be in touch.
    Regards
    Swagat Panda

Maybe you are looking for

  • Intel macbook OSx 10.4 in a coma

    My Macbook went to sleep and is now in a coma!  Whatever I do it won't wake up, even powering it down doesn't do the trick when I power back up I get a black screen and the sleep light is on (not pulsing). Anyone got any thoughts on how to reserect i

  • Firefox 4 won't install.

    Download seems normal. I check to save exe. file then nothing happens. I just tried doing this with AVG disabled. No difference.

  • Query Resriction

    Hi Experts, Good day All! Query has been developed which is working fine and one of the wage type component need to restrict on /3PN but in query designer slash is not taking the same values are displaying in infocube if any one faced the same issue

  • Font Issue in Safari after Migration Assistant Upgrade

    I just used Migration Assistant to move from an old Mac Pro tower to a new Mac Pro trash can (chose not to transfer Applications) and most everything is fine except for a strange font issue in Safari. Safari doesn't seem to render Helvetica. Instead

  • Using the J2 SDK on Windows XP

    When about to download the J2 SDK I noticed that it mentioned that only the Windows XP with Intel hardware option is supported. As someone running Windows XP with Athlon hardware, will this development kit definantly not work? If not, what alternativ