11.5 MISSING DISTRIBUTIONS LINE 때문에 AR CLOSING을 할 수 없을 경우

제품 : FIN_AR
작성날짜 : 2005-05-10
11.5 MISSING DISTRIBUTIONS LINE 때문에 AR CLOSING을 할 수 없을 경우
=========================================================
PURPOSE
Problem Description
11.5 Version을 사용하는 고객사에서 접수되는 AR Period Closing issue 중
Unposted Items Report 에는 Unposted Item이 존재 하지 않는데도 Out of Balance Error 가 나면서 Closing이 되지 않는 경우가 있다. 이 때 해당 데이타를 확인 해 보면 ar_distributions_all table에 데이타가 일부 존재 하지 않아 문제가 되고 있음을 발견할 수 있다.
ar_distributions_all table에 데이타가 삭제 된 원인은 분명하지 않지만 날라간 data를 강제로 insert 처리하여 period closing을 완료 하도록 조치한다.
Workaround
1. org 정보를 인식시킨다.
exec fnd_client_info.set_org_context(&org_id);
2. 다음 procedure 를 실행한다.
BEGIN
arp_acct_main.create_acct_entry('RECEIPT',&cash_receipt_id,'ONE','MCD',&misc_cash_distribution_id,NULL,NULL,NULL,NULL);
END;
위의 예는 MISCELLANEOUS RECEIPT 인 경우이고 아래와 같이 생각하고 각 유형별로 수행하면 된다.
arp_acct_main.create_acct_entry(&TRANSACTION_TYPE,&transaction_id,'ONE','SOURCE TABLE','SOURCE ID',NULL,NULL,NULL,NULL);
따라서 Credit Memo 일 경우는 아래와 같이 수행한다.
arp_acct_main.create_acct_entry('CREDIT_MEMO',&cm_transaction_id,'ONE','RA','receivable_application_id',NULL,NULL,NULL,NULL);
3. Perform a commit;
4. 다시 DATA Collection sql을 수행하여 ar_distributions_all table에 데이타가 정상적으로 생성 되었는지 확인한다.
5. GL로 다시 Transfer 처리한다.
Solution Description
N/A
Reference Documents
Note.295038.1

Similar Messages

  • AP CLOSING 시 ORPHANS DISTRIBUTION LINE으로 인해 ERROR 가 발생

    제품 : FIN_AP
    작성날짜 : 2003-05-13
    AP CLOSING 시 ORPHANS DISTRIBUTION LINE으로 인해 ERROR 가 발생
    ======================================================
    PURPOSE
    AP CLOSING ISSUE를 해결한다.
    Problem Description
    Ap closing 시 계속해서 Unaccounted Transaction Error 가 발생하나 'Unaccounted Transactions Report’에는 해당 데이타가 아무것도 없는것으로 나온다.
    Workaround
    Solution Description
    1. Closing.sql 을 수행하여 보면 Unposted Invoice Distributions 에 해당하는 데이타가 존재한다.
    2. 위의 unposted invoice distributions 의 invoice id로 ap_invoices_all table을 조회하면 해당하는 invoice가 한건도 존재하지 않는다.
    3. ap_invoice_distributions_all table에서 위의 invoice id를 가진 건을 delete 해주고 다시 closing 프로세스를 수행한다.
    Reference Documents
    Note 165726.1

  • Cannot submit the job "PSP: Create Distribution Lines"

    Hello,
    I am new to Labor Distribution and when I try to submit the job "PSP: Create Distribution Lines", I cannot pass any value for the parameter "Source Type" - it does not have any valid values (it is a table validated valueset).
    Before trying to run this job, I ran the "PSP: Import Payroll Transactions from HRMS".
    Could someone please guide me if I am missing any step in between?
    Please advice.
    Thanks,
    Sagar

    Duplicate thread (please post only once).
    Cannot submit the job "PSP: Create Distribution Lines"
    Re: Cannot submit the job "PSP: Create Distribution Lines"
    Thanks,
    Hussein

  • Payable open interface-Multiple distribution lines

    Hi,
    As i know there is no distribution interface table in R12,there are only AP_INVOICES_INTERFACE and AP_INVOICE_LINES_INTERFACE.When i insert one line for one invoice header,it is creating one distribution line.
    Now my requirment is i want insert multiple distribution lines for invoice line.
    Is it possible?If yes,tell me the way...
    Is there any alternative ways?
    Thanks
    Praveen

    Hi Praveen
    How are you inserting the records into Interface Table ?
    Is it through SQL LOADER or a simple Insert Command from a PL/SQL Block ?
    While loading Multiple Distribution Lines for a Invoice Header in AP_INVOICES_LINES_INTERFACE Table we can pass the same HEADER_ID for Multiple Invoice Lines.
    Ex
    BEGIN
    INSERT INTO AP_INVOICES_INTERFACE(INVOICE_ID,INVOICE_NUM)VALUES(100,100);
    INSERT INTO AP_INVOICE_LINES_INTERFACE(INVOICE_ID,INVOICE_LINE_ID,LINE_NUMBER)VALUES(100,100,1);
    INSERT INTO AP_INVOICE_LINES_INTERFACE(INVOICE_ID,INVOICE_LINE_ID,LINE_NUMBER)VALUES(100,101,2);
    COMMIT;
    END;
    Please do let me know if you face any problems.
    Regards
    Nakul.V

  • Multiple distribution lines via Open Interface

    Hello,
    I insert some lines in the AP open interface to create invoice, but the problem is, the import program creates for each invoice line one distribution line.
    But my requirement is to create one invoice line with many distribution lines.
    Anyone has an idea to do this.
    Thanks in advance,

    You could create DISTRIBUTION_SETS that meet your requirements , and than set these DISTRIBUTION_SETS in AP_INVOICE_LINES_INTERFACE interface table.
    Br, Andrei.

  • Show the PO and Invoice Number along with Distribution Line Info

    Does any one have some code that can show the PO and Invoice number along with the distribution line detail?
    I'm tring to get to the po.po_vendors for segment1 and po.po_distributions_all but it screws up at the po.po_lines_all table which needs outer joins and it's just not working for me.

    In case Invoice Distribution is matched to a Purchase Order then
    ap_invoice_distributions_all.PO_DISTRIBUTION_ID and ap_invoice_distributions_all.DIST_CODE_COMBINATION_ID is the link to po_distributions_all table
    Hope this help
    Ashish

  • PO: Error while entering Charge account in Distributions line

    Hi All,
    We are getting below error while creating Requisition,
    +++++++++++++++++++
    APP-PO-14082: A PO Charge Account is mandatory and could not be determined.
    Review your account generator setup.
    +++++++++++++++++++
    We are getting this error after I click in Distributions line and Charge Account Field.
    Please suggest where in the setup we should check for Account Generator Setup.
    Thanks

    Hi,
    I think no need to change any thing in Account Generator, in ideal case if you setup for INV,PO and AP is complete then it picks the PO Charge Account by default. for more detail please email at [email protected]
    TC

  • Missing Left line on all the invoices when printing from APPS

    Hi Guys,
    I need help here as i am learning XML. I customized one of my invoices RTF template and looks fine. When i generate the Invoice output from Apps through concurrent manager I am getting output with missing left line. When i tried to print from View Output its printing fine.
    Is anyone came across this? Please let me know if anybody has solution.
    Thanks in Advance,
    Kumar

    When you hit Print, is the dialog that comes up really small? If so, there's a triangle you can hit to the right of the Printer menu in the dialog that'll expand it to full size. This was something Apple added in 10.5 to simplify printing, but it's caused a lot of confusion.
    If that's not it, are any of the menu items in the middle menu (the one that starts out saying "Layout") crossed out? If so, you're probably running in 64 bit mode and the printer driver probably does not work in 64 bit. If you're using the latest driver, then try launching Lightroom in 32 bit mode (in the Finder, do Get Info on the application and check Open in 32 Bit Mode).
    If neither of those work, let me know.
    -kevin
    Adobe Lightroom Engineering

  • Withholding tax information missing from line item

    Hi Gurus,
    We have created a vendor invoice in SAP. The voucher processed and paid has withholding tax of 1,333.00
    But if you display the vendor invoice and click on the withholding tax data button, it says that withholding tax information missing from line item.
    Kindly advise how could this happen when the vendor account has maintains withholding tax code and the payment document also has withholding tax information.
    Thanks,
    Ellicec

    Dear,
    Please check the following:
    1. The withholding tax types and indicators must be defined as Liable'.
    Please check this via vender master data (fk02).
    2.Please check field status group for withholding tax fields in
    transactions OB14 (inserting the field status variant of the Company Code oby6 and the field status group of the g/l account that You can find running FS00) and OB41 (posting key, in DP case 29). Check the account group for the GL account
    assigned to the vendor reconciliation account in FBKP.
    These should be set as "optional".
    Select group --> Taxes
    Suppress Req. Entry Optional Entry
    Withholding Tax Code X
    Withholding Tax Amounts X
    regards

  • How to add/change missing header lines in RNIF B2B?

    Hi all,
    We are using RNIF exchange protocol. We have sent invoice from BPEL to B2B. The message invoice reaches the trading partner but they are unable to process it or sent ack back as few header lines are missing in the RNIF envelope.
    Can anyone tell me or provide some pointers abt how to add/change missing header lines in B2B?
    These are the headers missing:
    Delivery header:
    <locationID> <Value>HostTradingPartner</Value> </locationID>
    Service Header:
    <messageStandard>
    <FreeFormText xml:lang="EN">PIDX</FreeFormText>
    </messageStandard> <standardVersion>
    <VersionIdentifier>1.0</VersionIdentifier>
    </standardVersion>
    Can anyone provide some inputs on this?

    As per RNIF standard, all these header elements (locationID in Delivery Header & messageStandard and standardVersion in Service Header) are optional. As you are using RossettNet over RNIF, so Oracle B2B might not be setting these headers.
    I do not have a 10g setup here so cann't test it. I would suggest you to raise a case with Oracle Support because PIDX is a non-RossettaNet standard and it's implementation in Oracle B2B will be different to RossettaNet implementation. Meanwhile, I would try the same in B2B 11g setup.
    Regards,
    Anuj

  • Movies which are played with itunes are missing 2nd line of subtitles therefore apple tv 2 misses these also. How so?

    Movies converted from MKV via Handbrake which are played with itunes are missing 2nd line of subtitles therefore apple tv 2 misses these also. Funny is that Quicktime and Ipad 2 handles subtitles correctly on the same moviefile.
    (please note that the subtitles are not burned into movie)
    What can be the problem?
    Has anyone suggestions?
    Thanks in advance
    Kr
    KJS

    i am experiencing this issue as well...
    any tips or resolution would be greatly appreciated...
    thanking you kindly...

  • Issue In Distribution Line

    Hi All,
    We are currently using 12.0.4 to migrate to 12.1.3. we have facing one issue in distribution line I am not able to select Withhold Tax Group because Withholding Tax Group column is freeze. Even I enable Withholding Tax Group on my supplier.
    Regards,
    Yasir

    Hi,
    Below are the reasons for this issue.
    1. Did you enable Use Withholding Tax in Pay in Payable option under the withholding tax tab.
    2. And also enable Allow withholding Tax option in supplier site.
    Regards,
    Raju.

  • SQL query needed to identify cancelled invoice where distribution lines

    SQL query needed to identify cancelled invoice where distribution lines Debit is not equal Credit line item in particular
    Is there a way from back end FROM ap_invoice_distributions_all where we can find for the cancelled invoice where distribution lines Debit is not equal Credit line item
    Regards,
    Prakash Ranjan

    Hello Prakash
    Can you please see if this query helps you?
    SELECT i.invoice_id, i.invoice_amount, nvl(sum(d.amount),0)
    FROM ap_invoice_distributions_all d, ap_invoices_all i
    WHERE i.org_id = <you org_id>
    AND i.invoice_id = d.invoice_id
    AND d.line_type_lookup_code not in ('PREPAY')
    AND i.cancelled_date IS NOT NULL
    GROUP BY i.invoice_id, i.invoice_amount
    HAVING (i.invoice_amount <> nvl(sum(d.amount),0))
    ORDER BY i.invoice_id asc
    Octavio

  • Invoice Distribution Line is Reversed and Manually Changed Invoice Amount

    Dear Members,
    I Created Invoice and Run Create Accounting. Later, I reversed Invoice distribution Line and manually Changed Invoice Header Amount. I Run Create Accounting. Reversed Distribution Line is Transfered to GL but Liability account is not balancing because i manually Changed to Zero.
    Is there any way
    Thanks

    Hi,
    You be not able to do any change in the invoice which has already been accounted and above all paid. Even then if you want to correct the effect in your books you can make a same reversal entry of wrong line and make a fresh entry with right expenditure type.

  • Track of asset: auto checked in invoice distribution line after post

    the checkbox of track of asset is unchecked in Invoice distribution line but after invoice is posted, the value becomes checked. please advice.

    Hi,
    Altough for all the assets accounts track as an asset checked there wont be any entries transferred to Fixed assets unless otherwise you have defined that asset account as a clearing account in your categoris.
    Please let me know if you need further details,
    Thanks and Regards,
    MPH

Maybe you are looking for

  • Trying to sync selected (greyed out) contacts to my replacement 4s.  Get error messages - computer not setup to sync - override or OK.  OK - session could not start.  How do I fix?

    I have a new replacement 4s.  I am trying to set it up.  I hate iCloud but need it to sync my calendar to my phone.  I mistakenly set it up to sync Contacts too and found out it synced ALL contacts which I do NOT want.  I used to use iTunes to sync o

  • NTP Service on Domain Controller have problem with cisco switch

    Hello! I  have Windows Server 2008 R2 SP1 Domain Controller with NTP services The windows opertion system clients get NTP time ok. There are problem with cisco switch, can't get time from NTP. Can anybody help me to fix problem? C:\Users\Sysuser>w32t

  • Internal Order Distribution

    Hello guys, I have one request to upload the internal orders from SAP FI/CO to SAP HR via ALE in the same way as standard ALE scenario for Cost Centers - message type COSMAS. But in order to decide whether we can do that or not we need some more back

  • LSO 200 config

    We have installed LSO 200. The authoring tool can post web based content to our CM directories. The Content player however displays what looks like a directory folder structure instead of starting the content player with a course. I am wondering if t

  • Time capsule lost past

    Hi. I have an iMac operating on version 10.9.5 and it has an time capsule attached to it. I use this combination as my 'vault' i.e things I don't need all the time and back up of everything I have. I also have a macbook air operating on pre yosemite