Query : To Query Receipt Accounting Entries -I - Apps Query
Maybe your like
Apps Query 




Developers in 11i/R12 EBS are in a race with the Universe to create better idiot-proof programs, while the Universe is trying to create better idiots. So far the Universe is winning.
Recent Posts
Categories
AIM (3) AOL (23) AP (15) API (14) AR (19) CE (1) DFF (1) EAM (1) Enterprises Model (6) FA (18) GL (10) How (15) HRMS (19) IB (1) Info (11) INV (5) Issue (1) Locking (2) Misc (1) More4Apps (1) OE (2) OKC (2) OKE (1) OKS (4) OM (4) Oracle (3) Oracle Applications (10) Oracle Price Lists (1) Oracle Product (1) Payroll (2) PJM (1) PO (7) Project Accounting (2) Query (96) R12 (5) Reconcilation (2) Sample (1) WorkFlow (2) WSH (6)Definition List
Query : To query Receipt Accounting entries -I
SELECT amount_dr, amount_cr, acctd_amount_dr, acctd_amount_cr, gcc.segment1 || '.' || gcc.segment2 || '.' || gcc.segment3 || '.' || gcc.segment4 || '.' || gcc.segment5 ACCOUNT FROM ar.ar_distributions_all ad, gl.gl_code_combinations gcc WHERE source_table = 'CRH' AND EXISTS ( SELECT 'T' FROM ar.ar_cash_receipt_history_all a, ar.ar_cash_receipts_all b WHERE a.cash_receipt_id = b.cash_receipt_id AND source_id = cash_receipt_history_id AND b.org_id = '&org_id' AND b.org_id = a.org_id AND b.receipt_number LIKE '%&receipt_number%') AND ad.code_combination_id = gcc.code_combination_id UNION ALL SELECT amount_dr, amount_cr, acctd_amount_dr, acctd_amount_cr, gcc.segment1 || '.' || gcc.segment2 || '.' || gcc.segment3 || '.' || gcc.segment4 || '.' || gcc.segment5 ACCOUNT FROM ar.ar_distributions_all ad, gl.gl_code_combinations gcc WHERE source_table = 'RA' AND EXISTS ( SELECT 'T' FROM ar.ar_receivable_applications_all a, ar.ar_cash_receipts_all b WHERE a.cash_receipt_id = b.cash_receipt_id AND a.receivable_application_id = source_id AND b.org_id = '&org_id' AND b.org_id = a.org_id AND b.receipt_number LIKE '%&receipt_number%') AND ad.code_combination_id = gcc.code_combination_id Newer Post Older Post Home1 comments:
MayurJanuary 5, 2020 at 9:43 PMThis is not working for miscellaneous type
ReplyDeleteReplies- Reply
Social Profiles





- Query : Query to get Person type for All Employees SELECT PAPF.PERSON_ID, PAPF.FIRST_NAME AS FIRST_NAME, PAPF.LAST_NAME AS LAST_NAME, PAPF.EMPLOYEE_NUMBER AS EMPLOYEE_NUMBER, TO_CHAR(PAPF...
- How : How to enable the DFF for the Lookup? If you want to enable the DFF and enter some additional entries in Lookups you just need to follow the below steps STEPS FOR YOU: Creat...
- Query : To Check whether Periods of AP/AR/GL/FA/PO is closed? SELECT (SELECT sob.NAME FROM gl.gl_sets_of_books sob WHERE sob.set_of_books_id = a.set_of_books_id) "SOB_Nam...
- Query : Get the Inventory org Address select * from hr_locations_v hlv, hr_all_organization_units hou WHERE hlv.inventory_organization_id = hou.organization_id AND hlv.locatio...
- Query : Get the Serial Number for an Order SELECT wl.meaning release_status , wdd.released_status , wdd.source_line_id , wdd.source_code , wser.fm_serial_numbe...
- Query : Sales Order Hold & Release SELECT OHA.ORDER_NUMBER, HS.HOLD_ENTITY_CODE CREDIT_CHECK_CRITERIA_CODE, FLV.MEANING CREDIT_CHECK_CRITERIA, HD.NAME ...
- INFO: EMPLOYEE_CATEGORY holds in the table *PER_ALL_ASSIGNMENTS_F Employee Category is a lookup. the value that is in per_all_assignments_f for employee_category is the lookup_code that is stored. FND_COMM...
- Query : To get Active Employees and Terminated Employees SELECT PAAF.ASSIGNMENT_ID, PAPF.PERSON_ID AS PERSON_ID2, PAPF.FIRST_NAME AS FIRST_NAME, PAPF.LAST_NAME AS LAST_NAME, PAPF.EMAIL_ADDRESS...
- Query : Relation between Order Number & Contract Number Relation between Order Number (From Order Management) and Contract Number (From Service Contracts module). The relationship is maintained ...
- Query to find out Move order line details SELECT wnd.delivery_id, ...
Blog Archive
- ► 2012 (1)
- ► August (1)
- ► 2011 (1)
- ► August (1)
- ► 2009 (19)
- ► December (3)
- ► August (3)
- ► April (1)
- ► March (1)
- ► February (3)
- ► January (8)
- ► 2008 (9)
- ► November (1)
- ► August (5)
- ► May (1)
- ► April (1)
- ► January (1)
- ► 2007 (11)
- ► December (1)
- ► August (6)
- ► May (1)
- ► January (3)
- ► 2006 (1)
- ► August (1)
Text Widget
Download
Developers in 11i/R12 EBS are in a race with the Universe to create better idiot-proof programs, while the Universe is trying to create better idiots. So far the Universe is winning..Copyright © 2013 Apps Query | Powered by Blogger Design by FThemes | Blogger Theme by Lasantha - Distributed by: free blogger templates teachersfree blogger templates xml download | cheap vpn for iran best vpn mac china
Tag » Ar_cash_receipt_history_all Query
-
AR_CASH_RECEIPT_HISTORY...
-
AR Receipt Queries - Oracle Apps
-
AR Receipt Query - Self Online Training
-
Oracle Receivables R12 AR Receipts SQL Queries
-
Query To Fetch The Unapplied Receipts Report - Doyensys Blog
-
Oracle Apps(EBS) - AR Receipt Register Query With Bank Statement ...
-
Query For Customer Receipt Details - Oracle ERP Apps Guide
-
AR Receipts Query In Oracle Apps
-
GL To AR Receipts Drill Down Query - Oracle Application's Blog
-
Link Tables In AR Query - Data Management - Spiceworks
-
SQL Query To Get AR Customers Cash Collections Data I.e. Invoice ...
-
AR Receipt Distribution Query: AR XLA GL - ORACLE MASTERMINDS
-
Query To Get AR Receipt, Invoice And Bank Details In Oracle Apps
Mayur