Thursday, January 3, 2019

AR_RECEIVABLE_APPLICATIONS_ALL.STATUS in Oracle APPS


  • The AR_RECEIVABLE_APPLICATIONS_ALL table stores all accounting entries for both Cash and Credit Memo Applications. 
  • The APPLICATION_TYPE column stores either CASH or CM (for credit memo applications). 
  • Each row in this table includes the amount applied, status, and accounting flexfield information. 
  • Status Column have below values: 
    • APP for applied
    • UNAPP for unapplied
    • ACC for on-account
    • UNID for unidentified
    • ACTIVITY for receivable activity, and 
    • OTHER ACC for other receipt application. 

1 comment:

Query To Fetch AP Invoice Details From SO Number(Doc ID 2949013.1)

SELECT dh.source_order_number       ,df.source_line_number as so_line_number   ,df.fulfill_line_number    ,ddr.doc_user_key as po_number...