Unable to validate Invoice Lines

Hi,
I have an invoice and it has 5 lines .This particular invoice has been accounted and later i have added 5 more lines to the same invoice
by mistake i have cancelled the entire invoice with out validating the newly added 5 lines.
My issue is every month end the invoice is showing up in "Unaccounted report"out put,exception as 'Needs Revalidation'
How can i validate these lines
Thanks

Hi,
Thanks for you reply.
The invoice has no Holds on it. it has been cancelled with 5 accounted lines and 5 invalid lines.I jut want to validate those invalid 5 lines that's it.
so that this invoice will not come in "unaccounted report"
Thanks

Similar Messages

  • Error when discarding an invoice line

    Hi ,
    when i am trying to discard line in a validated invoice to correct its default account i get the following error "Cannot Discard the invoice line because a required call to tax calculation failed due to : &REASON"
    will someone tell me what could be that for , as we are not applying tax in the system .
    Thanks

    miro_feps wrote:
    Hi ,
    when i am trying to discard line in a validated invoice to correct its default account i get the following error "Cannot Discard the invoice line because a required call to tax calculation failed due to : &REASON"
    will someone tell me what could be that for , as we are not applying tax in the system .
    Thanks
    Please see the following docs.
    R12: Unable to Discard Invoice Line where Distributions are Reversed - Required call to tax calculation failed due to: &REASON FRM-50016 (Doc ID 982162.1)
    APXINWKB Cannot Discard The Invoice Line Required Call Tax Calculation &REASON (Doc ID 1333484.1)
    Troubleshooting Assistant: Oracle Payables (AP) Invoice Cancel and Discard (Doc ID 1561330.2)
    Thanks,
    Hussein

  • Oracle Assets : CIP invoice lines adjustments unable to update/save

    CIP asset invoice lines can be adjusted to enter more detailed information/component lines. However, after introduction of Rel. 11 we are unable to save the record and gives error message as "APP-48301: Unknown server side error"
    null

    Hussein,
    FNDOPP log file
    9/25/13 10:47:48 AM] [Thread-31] Service thread starting up.
    [9/25/13 10:47:48 AM] [EXCEPTION] [OPPServiceThread0] java.sql.SQLException: ORA-24067: exceeded maximum number of subscrib
    ers for queue APPLSYS.FND_CP_GSM_OPP_AQ
    ORA-06512: at "APPS.FND_CP_OPP_IPC", line 85
    ORA-06512: at line 1
    at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:70)
    at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:133)
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:206)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:455)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:413)
    at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:1034)
    at oracle.jdbc.driver.T4CCallableStatement.doOall8(T4CCallableStatement.java:191)
    at oracle.jdbc.driver.T4CCallableStatement.executeForRows(T4CCallableStatement.java:950)
    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1225)
    at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3387)
    at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:3488)
    at oracle.jdbc.driver.OracleCallableStatement.execute(OracleCallableStatement.java:3857)
    at oracle.jdbc.driver.OraclePreparedStatementWrapper.execute(OraclePreparedStatementWrapper.java:1374)
    at oracle.apps.fnd.cp.opp.OPPAQMonitor.initAQ(OPPAQMonitor.java:558)
    at oracle.apps.fnd.cp.opp.OPPAQMonitor.init(OPPAQMonitor.java:534)
    at oracle.apps.fnd.cp.opp.OPPAQMonitor.initialize(OPPAQMonitor.java:89)
    at oracle.apps.fnd.cp.opp.OPPServiceThread.init(OPPServiceThread.java:94)
    at oracle.apps.fnd.cp.gsf.BaseServiceThread.run(BaseServiceThread.java:135)
    [9/25/13 11:04:11 AM] [EXCEPTION] [OPPAQMON:876235] ORA-04021: timeout occurred while waiting to lock object
    [GC 20321K->4065K(63360K), 0.0137050 secs]
    Thanks,
    Vasanth

  • Unable to validate expense report invoice

    Hello all,
    Can some one please help me in resolving the below mentioned issues?
    1) I am trying to validate an prepayment invoice for an employee expense report and its going on system hold with name No Rate and reason as "Invoice is not in functional currency and has no exchange rate"
    Functional currency here is INR and the employee should get prepayment in US Dollar.
    rates are defined in GL and also all the options looks good ion AP but not sure why iam unable to validate this invoice :(.
    and the second issue is.
    2) Have created expense report for an employee and have run the expense report export program but still the invoice did not get exported to invoice work bench.
    Description of the report in view log is showing invoice fetched as 1 and invoice created as 0.
    Can some one Kindly be of help and give the solution for the above mentioned issues?
    Thanks in Advance.

    Hi,
    1.Please, follow these steps to solve the issue:
    1) Be sure that an Exchange Rate Type and an Exchange Rate have been created between the invoice currency and the functional currency
    2) Run the AutoRate concurrent program
    3) Review the issue to know if it has been solved. Otherwise, please, provide the results for the APList diag script for the involved invoice to progress with the analysis.
    2.please enable the payment method to your employee in supplier work bench.

  • Missing information when updating invoice line

    Dear all,
    I am updating invoice line information but system giving and error
    declare
    begin
    for rec in (select l.*
    from ap_invoices_all l
    where invoice_num = 'akp/445'
    and vendor_id = 1068
    and org_id = 82) loop
    AP_INVOICES_PKG.Update_Row(X_Rowid => 'AABDoVAGSAACZlRAAM',
    X_Invoice_Id => rec.invoice_id,
    X_Last_Update_Date => rec.last_update_date,
    X_Last_Updated_By => rec.last_updated_by,
    X_Vendor_Id => rec.vendor_id,
    X_Invoice_Num => rec.invoice_num,
    X_Invoice_Amount => rec.invoice_amount,
    X_Vendor_Site_Id => rec.vendor_site_id,
    X_Amount_Paid => rec.amount_paid,
    X_Discount_Amount_Taken => rec.discount_amount_taken,
    X_Invoice_Date => sysdate,--rec.invoice_date+30,
    X_Source => rec.source,
    X_Invoice_Type_Lookup_Code => rec.invoice_type_lookup_code,
    X_Description => rec.description,
    X_Batch_Id => rec.batch_id,
    X_Amt_Applicable_To_Discount => rec.amount_applicable_to_discount,
    X_Terms_Id => rec.terms_id,
    X_Terms_Date => rec.terms_date,
    X_Goods_Received_Date => rec.goods_received_date,
    X_Invoice_Received_Date => rec.invoice_received_date,
    X_Voucher_Num => rec.voucher_num,
    X_Approved_Amount => rec.approved_amount,
    X_Approval_Status => rec.approval_status,
    X_Approval_Description => rec.approval_description,
    X_Pay_Group_Lookup_Code => rec.pay_group_lookup_code,
    X_Set_Of_Books_Id => rec.set_of_books_id,
    X_Accts_Pay_CCId => rec.accts_pay_code_combination_id,
    X_Recurring_Payment_Id => rec.recurring_payment_id,
    X_Invoice_Currency_Code => rec.invoice_currency_code,
    X_Payment_Currency_Code => rec.payment_currency_code,
    X_Exchange_Rate => rec.exchange_rate,
    X_Payment_Amount_Total => rec.payment_amount_total,
    X_Payment_Status_Flag => rec.payment_status_flag,
    X_Posting_Status => rec.posting_status,
    X_Authorized_By => rec.authorized_by,
    X_Attribute_Category => rec.attribute_category,
    X_Attribute1 => rec.attribute1,
    X_Attribute2 => rec.attribute2,
    X_Attribute3 => rec.attribute3,
    X_Attribute4 => rec.attribute4,
    X_Attribute5 => rec.attribute5,
    X_Vendor_Prepay_Amount => rec.vendor_prepay_amount,
    X_Base_Amount => rec.base_amount,
    X_Exchange_Rate_Type => rec.exchange_rate_type,
    X_Exchange_Date => rec.exchange_date,
    X_Payment_Cross_Rate => rec.payment_cross_rate,
    X_Payment_Cross_Rate_Type => rec.payment_cross_rate_type,
    X_Payment_Cross_Rate_Date => rec.payment_cross_rate_date,
    X_Pay_Curr_Invoice_Amount => rec.pay_curr_invoice_amount,
    X_Last_Update_Login => rec.last_update_login,
    X_Original_Prepayment_Amount => rec.original_prepayment_amount,
    X_Earliest_Settlement_Date => rec.earliest_settlement_date,
    X_Attribute11 => rec.attribute11,
    X_Attribute12 => rec.attribute12,
    X_Attribute13 => rec.attribute13,
    X_Attribute14 => rec.attribute14,
    X_Attribute6 => rec.attribute6,
    X_Attribute7 => rec.attribute7,
    X_Attribute8 => rec.attribute8,
    X_Attribute9 => rec.attribute9,
    X_Attribute10 => rec.attribute10,
    X_Attribute15 => rec.attribute15,
    X_Cancelled_Date => rec.cancelled_date,
    X_Cancelled_By => rec.cancelled_by,
    X_Cancelled_Amount => rec.cancelled_amount,
    X_Temp_Cancelled_Amount => rec.temp_cancelled_amount,
    X_Exclusive_Payment_Flag => rec.exclusive_payment_flag,
    X_Po_Header_Id => rec.po_header_id,
    X_Doc_Sequence_Id => rec.doc_sequence_id,
    X_Doc_Sequence_Value => rec.doc_sequence_value,
    X_Doc_Category_Code => rec.doc_category_code,
    X_Expenditure_Item_Date => rec.expenditure_item_date,
    X_Expenditure_Organization_Id => rec.expenditure_organization_id,
    X_Expenditure_Type => rec.expenditure_type,
    X_Pa_Default_Dist_Ccid => rec.pa_default_dist_ccid,
    X_Pa_Quantity => rec.pa_quantity,
    X_Project_Id => rec.project_id,
    X_Task_Id => rec.task_id,
    X_Awt_Flag => rec.awt_flag,
    X_Awt_Group_Id => rec.awt_group_id,
    X_Pay_Awt_Group_Id => rec.pay_awt_group_id,
    X_Reference_1 => rec.reference_1,
    X_Reference_2 => rec.reference_2,
    X_Org_Id => rec.org_id,
    X_global_attribute_category => NULL,
    X_global_attribute1 => NULL,
    X_global_attribute2 => NULL,
    X_global_attribute3 => NULL,
    X_global_attribute4 => NULL,
    X_global_attribute5 => NULL,
    X_global_attribute6 => NULL,
    X_global_attribute7 => NULL,
    X_global_attribute8 => NULL,
    X_global_attribute9 => NULL,
    X_global_attribute10 => NULL,
    X_global_attribute11 => NULL,
    X_global_attribute12 => NULL,
    X_global_attribute13 => NULL,
    X_global_attribute14 => NULL,
    X_global_attribute15 => NULL,
    X_global_attribute16 => NULL,
    X_global_attribute17 => NULL,
    X_global_attribute18 => NULL,
    X_global_attribute19 => NULL,
    X_global_attribute20 => NULL,
    X_calling_sequence => null,
    X_gl_date => rec.gl_date,
    X_award_Id => rec.award_id,
    X_approval_iteration => rec.approval_iteration,
    X_approval_ready_flag => rec.approval_ready_flag,
    X_wfapproval_status => rec.wfapproval_status,
    X_requester_id => rec.requester_id,
    X_quick_credit => rec.quick_credit,
    X_credited_invoice_id => NULL,
    X_distribution_set_id => NULL,
    X_FORCE_REVALIDATION_FLAG => NULL,
    X_CONTROL_AMOUNT => NULL,
    X_TAX_RELATED_INVOICE_ID => NULL,
    X_TRX_BUSINESS_CATEGORY => NULL,
    X_USER_DEFINED_FISC_CLASS => NULL,
    X_TAXATION_COUNTRY => NULL,
    X_DOCUMENT_SUB_TYPE => NULL,
    X_SUPPLIER_TAX_INVOICE_NUMBER => NULL,
    X_SUPPLIER_TAX_INVOICE_DATE => NULL,
    X_SUPPLIER_TAX_EXCHANGE_RATE => NULL,
    X_TAX_INVOICE_RECORDING_DATE => NULL,
    X_TAX_INVOICE_INTERNAL_SEQ => NULL, -- bug 8912305: modify
    X_QUICK_PO_HEADER_ID => NULL,
    x_PAYMENT_METHOD_CODE => rec.payment_method_code,
    x_PAYMENT_REASON_CODE => null,
    X_PAYMENT_REASON_COMMENTS => null,
    x_UNIQUE_REMITTANCE_IDENTIFIER => null,
    x_URI_CHECK_DIGIT => null,
    x_BANK_CHARGE_BEARER => null,
    x_DELIVERY_CHANNEL_CODE => null,
    x_SETTLEMENT_PRIORITY => null,
    x_NET_OF_RETAINAGE_FLAG => null,
    x_RELEASE_AMOUNT_NET_OF_TAX => null,
    x_PORT_OF_ENTRY_CODE => null,
    x_external_bank_account_id => null,
    x_party_id => null,
    x_party_site_id => null,
    x_disc_is_inv_less_tax_flag => null,
    x_exclude_freight_from_disc => null,
    x_remit_msg1 => null,
    x_remit_msg2 => null,
    x_remit_msg3 => null,
    x_remit_to_supplier_name => null,
    x_remit_to_supplier_id => null,
    x_remit_to_supplier_site => null,
    x_remit_to_supplier_site_id => null,
    x_relationship_id => null,
    x_original_invoice_amount => null,
    x_dispute_reason => null);
    commit;
    end loop;
    exception
    when others then
    dbms_output.put_line(sqlerrm);
    end;
    ORA-20001: APP-SQLAP-10000: ORA-01403: no data found occurred in
    AP_INVOICES_PKG.UPDATE_ROW<-
    with parameters (X_Rowid = AABDoVAGSAACZlRAAM, X_invoice_id = 180867)
    while performing the following operation:

    Hi;
    Please review:
    R12: Validate Invoice Errors APP-SQLAP-10000, ORA-01403 and ORA-20001 [ID 1308869.1]
    R12: Master Note: Consolidated Error Notes Of EBTax Related Issues In Oracle Payables [ID 1378068.1]
    By the way If you make search at metalink such as APP-SQLAP-10000: ORA-01403: ORA-20001 there are 38 doc avaliable, please review them
    Regard
    Helios

  • We are unable to validate this serial number for CS6 Design Standart. What's wrong with my key or why won't it validate?

    I bought the CS6 Design Standard student and teacher edition over amazon. I activated the product on my adobe account and got a serial number. But when I install the package and enter the serial number I a message saying "We are unable to validate this serial number for Creative Suit 6 Design Standard. Please contact Customer Support."
    Does anyone know what is up with this? I am sure that the problem isn't anything along the lines of making mistakes when typing in the serial (tried it multiple times, used copy paste to reduce chance of error). It's also not any problem with me lacking an internet connection adobe to validate the serial.

    Serial number questions can't be handled on the forums. You'll need to talk to Customer Support either by phone or web chat.
    http://helpx.adobe.com/contact.html

  • How to validate the line item values in OFR - quantity , unit price and UOM

    Hi All,
    Is there any possibility to validate the line items like quantity, unit price and UOM against the DB and stops those invoices at verifier (1 batch =10 invoices) level  if yes could you please let me know the process how to proceed further.
    due to this some the invoices are coming to OFR is with incorrect quantity, UOM and unit price different from PO lines information like quantity , UOM and unit price and those invoices are not validating from the DB and these are processed to EBS and it's effecting the GL and reporting.
    Regards,
    Anil

    Hi ,
    I did not get the exact requirement.Let me bit:
    In standard AP project lines validation will try to compare the quantity , unit price and UOM of line against the database for match which actually performed on export.
    So even if match fails batch will be exported.Now if you want to correct it before EBS,i think you can do it in the business process easily that you are consuming whether BPEL/BPM process.
    We have done this in several projects
    =========================
    But If you want that to be done from OFR side i think we need to code  UserExitPONumberValidate event to  compare the line items values against database.I need to test this also.

  • I've uploaded Acrobat XI Pro and it freezes when I'm using it.  I uninstalled and re-installed.  When I login, it says that it is unable to validate the account and has an option to use the trial.  How do I fix this?

    I've uploaded Acrobat XI Pro and it freezes when I'm using it.  I uninstalled and re-installed.  When I login, it says that it is unable to validate the account and has an option to use the trial.  How do I fix this?

    This is an open forum, not Adobe support... you need Adobe staff support to help
    Adobe contact information - http://helpx.adobe.com/contact.html
    -Select your product and what you need help with
    -Click on the blue box "Still need help? Contact us"

  • XML INVOICE Report RAXINV, Taxline is repeating for each invoice line

    Hi Tim
    Thanks a lot for your blog
    Greeting !!
    I have successfully created XML report for AR invoice Printing learning from your blog but stuck to a problem , whenever Invoice is having multiple lines ,say 20, then for each invoice line there is tax line printing 20 times like this:
    PART NO.| CUSTOMER PART#/DESCRIPTION | UNIT PRICE | QUNTITY|
    A123 | 34 WELD-ROD | 52 | 22 |
    Tax Exempt @ 0.00
    A234 | 238-AL WIER | 63 | 55 |
    Tax Exempt @ 0.00
    ........ Assume there are 20 lines then tax line also repeating 20 times which i don't want .It should get printed only once if it is same
    pls help me to achieve this
    Thanks
    Rahul

    Thanks Tim for Your Instant reply.
    I have gone through your duplicate line elimination but my requirement is not this
    I'll explain it, I am using LINE_DESCRIPTION tag for printing item description and this tag have two value for it, when the LINE_TYPE =LINE then LINE_DESCRIPTION tag is printing the line description and if LINE_TYPE =TAX
    then LINE_DESCRIPTION tag is printing the taxline information. Now if I have 20 lines in Invoice then the tax line will also repeat for 20 times, and if i use duplicate line elimination logic and I have same item it'll not print that item, some times whole invoice become blank.
    So I want to print 20 lines and out of that 15 lines are have same tax rate then it should print once at the end of 15th line and for remaining 5 lines if tax rate is different for each line then it should print at the end of each line (5lines)
    In the linetreevariable i used <xsl:variable xdofo:ctx="incontext" name="invLines" select=".//G_LINES [LINE_TYPE!='FREIGHT']"/> i.e. I want only line type=LINE and TAX
    Thanks
    Rahul

  • Unable to Validate Muse Subscription - fixes not working

    I have the same problem that others have had with the error message "Unable to validate your Adobe Muse subscription.  We haven't been able to validate your Adobe Muse subscription  for some time. If you don't connect to the internet in the next few days, Adobe Muse will no longer be able to launch."
    I subscribed to Muse in Dec. 2012 & have been billed monthly successfully for the last couple months, however I recently changed the card number to be charged - could that be the issue?
    I am not signed up for Creative Cloud, which one of the discussion solutions seemed to mention, so might that be part of the problem?  But if so, why now after a couple months with no issues?
    Where the error message mentions connecting to the internet, I'm not sure what that means or how to do that - does that have something to do with Cloud?
    I'm building a new site & we're not yet ready to publish, so we aren't ready for hosting, but I'm hoping that is not part of the issue?
    I've tried some of the solutions posted in discussions (e.g., deleting certain folders & files), but before I uninstall/reinstall Muse, I'm hoping someone can help.  I'm down to 1 day on the clock, so I'm hoping not to be shut out of Muse.
    Any help would be greatly appreciated.

    I had the same problem this week. Amy via @AdobeMuse on Twitter sent me this solution:
    http://helpx.adobe.com/muse/kb/error-unable-validate-your-muse.html
    In following the steps provided in this URL, I discovered that somehow the Firewall in Norton Security Suite had been set to block Muse, although all the other Adobe CC products were set to "Allow" in the Norton firewall.
    By changing "Block" to "Allow," Muse now opens fine, but fair warning: I lost all the Muse sites I had been working on by following the other steps in this URL.
    I suggest that the first step in the instructions in this URL should be changed to: check your firewall first to see if Muse has been blocked. If I had done that first, it appears that I would not have lost 10 months of work.

  • AP: Invoice Imports/ Miscellaneous Invoice Line types

    Hi All,
    I had two issues while I was importing my invoices in AP through AP Invoices Open interface:
    1. Freight Charges
    2. Some Unit Royality Charges.
    Both of these things are not included in my PO, so I needed to create additonal invoice distribution lines with in the same invoice and also had to assign a GL account while creating the invoices. The other Item type lines get the GL account code from PO while matching is done during AP Open Import process.
    The Freight charges problem is resolved. The solution for that is as follows for your reference.
    Functional Steps:
    1. With Accounts Payables Manager responsibility , go to
    Setup->Options->Payables.
    2. Select Invoice from drop down list box.
    3. In invoice region Ceck the Automatically Create Freight Distribution Option.
    4. Supply default Freight Account for Freight Distributions.
    Technical Steps:
    1. Create an additional Invoice distributions line for freight in AP_INVOICE_LINES_INTERFACE table which should not have the PO level information.
    2. Set AP_INVOICE_LINES_INTERFACE.Prorate_across_flag = 'Y'
    3. AP_INVOICE_LINES_INTERFACE.line_type_lookup_code = 'FREIGHT'
    4. Set AP_INVOICE_LINES_INTERFACE.LINE_GROUP_Number as same in both the ITEM and Freight Invoice distribtuion line which are interrelated.
    The above resolves the Freight issue and you can reproduce it in your environment.
    However, I have another amount from my supplier which is called "Royality Charge" on every item which are also not present in my PO. My supplier sends these charges with Invoice lines the same way Freight charges are sent. I am thinking of creating additional Invoice lines marked as "Miscellaneous" Invoice Lines type for this charge. The problem I am facing with Miscellaneous Lines is that I cannot find a place where I can setup the Account code for such Invoice distribution lines, like I got for Freight Type Distribution lines as described above in Functional steps. Can anyone guide me in this regard or can give me an alternative workaround to handle my Unit Royality Charges?
    Thanks
    Faisal .
    [email protected]
    null

    Apologies for the late response, have only just spotted the question.
    You will need to register "line-item job-level chains of approval" under payables transaction type before you can select it from the picklist:
    Setup\Action Types\"Use Existing Action Type" button, then select action type and continue.
    Hope this helps (if you haven't already resolved yourself)
    James

  • R12 - AP Invoice Lines Interface & Tax Codes

    We have a slight problem getting AP Invoice Lines through the Payables Open Interface. In 11i the value held in the TAX_CODE column was validated (against AP_TAX_CODES I believe), and if wrong or missing the line was rejected. The eTRM for R12 claims this column is still validated, although against ZX_TAXES_B, however testing shows this to be untrue. Support documentation from Oracle (e.g. note 472649.1) suggest a number of other columns are now used for tax validation, however testing agains shows this to be untrue. The only column we can find which is validated is TAX_CLASSIFICATION_CODE, and if this column contains a valid tax code then the invoice line will be accepted, however we cannot find any documentation which shows that this column should be used.
    Has anyone out there bottomed out this issue, and if so is there any insight you could offer?
    Many thanks.
    Edited by: user13317468 on Jul 4, 2011 1:32 AM

    Hi Vinod,
    please check the below reference from oracle support ...
    Case Study: How Payables Open Interface Import works with EB Tax for importing Invoices [ID 1381400.1]
    Regards,
    Ivruksha

  • AR Invoice Presentation / Invoice Lines diff than Sales Order Lines

    Hi,
    Due to business rules I got the following requirement, I'd like to get advice or second opinions please:
    Instead of showing 200 lines we want to show 1 line in the invoice summarizing the job done.
    The requirement is:
    The invoice should summarize the Order Lines, meaning that we want to have different lines in the invoice than those in the orders composing the invoice. The total amounts must equal between both, the invoice and the orders lines been invoiced.
    For example:
    We need to create an Invoice for 2 Sales orders with 10 lines each, each line for $1 usd.
    The invoice could be in any of these situations:
    - Having only one line composing the 2 orders. The invoiced amount is $20.
    - Having 2 lines composing the 2 orders. The invoiced amount is $20 ($10 line 1, $10 line 2)
    The description on the invoice lines must be completly open.
    Internaly, the link/reference between the invoice line and the order line(s) composing it must be kept.
    This must work with 1 or more Sales Orders (partial or complete)
    Can be done via autoinvoice or not. (The user is able to compose and reference the invoice manually)
    ¿Is there already something done that I can use? Just point me on one direction and I'd be happy to investigate.
    I already have 1 or 2 ideas of how to achieve this without customizing at all.
    Just wanted to check and get advice and second opinions on this before taking a decision.
    Technical Spec:
    Oracle EBS 11i (11.5.10.2)
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0
    Thanks in advance.
    Juan Alcocer

    seems to error
    APP-AR-11526
    ORA-28115
    seems the security policy is implemented at your database leval and check which ID you are using to insert the record.Check with your DBA, for security to resolve first for ORA-28115.
    Disabled in case if you have any custom triggers defined on RA_CUSTOMER_TRX_ALL.
    Few Documentation for ORA-28115
    ORA-28115 with EXEMPT ACCESS POLICY privilege
    A user USER1 has been granted select, insert, update, delete on all
    tables of an application schema (USER2) that uses row-level security.
    The RLS policies cover select, insert, update, and delete, and have check option enabled. USER1 has also been granted EXEMPT ACCESS POLICY system privilege.
    Each table in the USER2 schema has a trigger that causes insertion of
    a row into an audit table whenever DML is performed. When USER1 performs DML on a USER2 table, the operation fails with

  • Issue in XML Invoice lines

    Hi,
    I designed layout for invoice report in xmlp 5.6.2, I have issue when i preview the output, instead of two Invoice lines i am getting 8 times with the repeating of 2 lines.I given the following tags....
    Before line : <?for-each:G_INVOICE_LINES?>
    End of lines : <?end for-each?>
    waiting for tips.
    Regards
    Prabusiva

    Hi Tim/Andrew,
    I have only 2 lines for the invoice but when i run the preview in pdf, this 2 lines repeating 4 times. so far i am getting 8 lines.
    This is the following tags for lines part
    <LIST_G_INVOICE_LINES>
    <G_INVOICE_LINES>
    <LIST_G_LINE_ALLOC> </LIST_G_LINE_ALLOC> <LIST_G_LINE_COMMENT> /LIST_G_LINE_COMMENT> <LIST_G_LOT_NO_IN_LOTS> </LIST_G_LOT_NO_IN_LOTS>
    </G_INVOICE_LINES>
    </LIST_G_INVOICE_LINES>
    In the RTF template in the starting line i given this <?for-each:G_INVOICE_LINES?> and end of the line i given this <?END FOR-EACH?>
    Still i showing only 8 lines but i want to display only 2 lines.
    Can any one know please drop your ideas.
    with cheers
    prabu

  • Getting error while tring to Check in any document in Sharepoint 2007. Error - "Unable to validate data. System.Web.Configuration.MachineKey.GetDecodedData(Byte[] buf, Byte[] modifier, Int32 start, Int32 length, Int32& dataLength) ...

    Hi Team,
    I am getting error while tring to Check in any document in Sharepoint 2007. Error - "Unable to validate data. System.Web.Configuration.MachineKey.GetDecodedData(Byte[] buf, Byte[] modifier, Int32 start, Int32 length, Int32& dataLength).
    Anybody please let me know how to resolve the issue. It has affected our 9 site collection with almost 2000+ sites. Please email me your your suggestion or you can share your ideas here also.
    Tried to reset the IIS, checked the Internet connection speed (8MBps). Cleared the cache and all but no luck.
    Thanks,
    Pronob

    Hello,
    I have found this support window for you:
    http://support.microsoft.com/kb/556031
    http://technet.microsoft.com/en-in/library/cc298582%28v=office.12%29.aspx
    This may help you
    Hemendra:Yesterday is just a memory,Tomorrow we may never see
    Please remember to mark the replies as answers if they help and unmark them if they provide no help

Maybe you are looking for

  • Ignificance of the Industry Sector selection in the Material Master

    hi all, We need information on the significance of the Industry Sector selection in the Material Master field. I understand that it can influence field selection and the screen sequence of the material master record.  We are particularly interested t

  • Help with simple problem

    Hello, How to find out if the text in the jtextpane is bold or not? How to find out a part of a string is bold or not? I have made a part of the String to bold e.g aaaa<b>aaaa</b>aaaaa in one JTextPane. I need to get the string as it is and append it

  • Help insert problems

    I am very new to web development and I'm sure it's a simple problem. I keep receiving an error " Error Executing Database Query. [Macromedia][SequeLink JDBC Driver][ODBC Socket][Microsoft][ODBC Microsoft Access Driver] Syntax error in INSERT INTO sta

  • SWF not displaying inside SGD

    I am trying to integrate the Flex 3 dashboard with SGD. I load my release onto the server then link to the html file as a document. When I load the document from SGD, a blank page appears in the frame. Right clicking on the frame reveals that it is i

  • Adobe pdf reader slow to open pdf's

    Hi Pdf's take ages to fully appear on my pc.  I'm using 10.1.3.23, and firefox 14. The pc is crazy fast on CPU and drive side, but doesn't have graphics drivers installed - not sure if that could be an issue?  Www connection also very fast. The blue