I am bit new to Oracle Fusion Cloud Applications and have been given a task to design a BIP report to fetch the AR Customer Details. I need help to find the table name/joins which stores the Customer Payment Term, Payment Method details. I tried to join hz_cust_site_uses_all and ra_terms with PAYMENT_TERM_ID, TERM_ID but the PAYMENT_TERM_ID is NULL for all the Customers in hz_cust_site_uses_all so did not get any data.
Request you to help me with a query to fetch the Customer Payment Term, Payment Method details.
Oracle Fusion Cloud(Database Version 19c) : SQL Query to get the Payment Term and Payment Method Detials of AR Customer
316 Views Asked by Anji007 At
0
There are 0 best solutions below
Related Questions in SQL
- Can MVC.NET prevent SQL-injection at razor or controller level?
- SQL server not returning all rows
- When dealing with databases, does adding a different table when we can use a simple hash a good thing?
- Creating a parametrized field name for a SELECT clause
- Combine two rows based on common ID
- Column displays each count
- Slick query for one to optional one (zero or one) relationship
- Aggregate and count in PostgreSQL
- MAX and GROUP BY - SQL
- SQL statement for a tricky 2 table query
- How to create nested selects with sql?
- Pull and push data from and into sql databases using Excel VBA without pasting the data in Excel sheets
- Best Practice for adding columns to a Table in Oracle database
- SQL FIFO STACK using two tables
- SQL Query - Order by String (which contains number and chars)
Related Questions in ORACLE
- Column displays each count
- MAX and GROUP BY - SQL
- Best Practice for adding columns to a Table in Oracle database
- Updating an Oracle row with value from same row
- Retrieving data from Oracle database
- Ibatis execute update sql on oracle, it is not working and no exceptions
- Building an sql execution plan history
- Implementation of Rank and Dense Rank in MySQL
- how to update the date field for this specific condition using oracle query?
- Oracle stored procedure wrapping compile error with inline comments
- Android: How to connect oracle database using Android Java code?
- SQL Conditional Join on Columns
- Multi value wildcard search in ibatis
- Get count of consecutive days meeting a given criteria
- How to update the metadata of a layer in Oracle imported through FME Workbench?
Related Questions in ORACLE-FUSION-APPS
- Finding Direct and Indirect Reportees of a Manager using Oracle SQL
- How to hide row in the rtf template for oracle fusion by condition? and what is this markup language named?
- How to generate JWT token using Rest API for Oracle fusion ERP Cloud in Java
- ce_cashflow table alternate in oracle fusion cloud
- Oracle Fusion - Advance Mode Journal Approval rule - Looping Requirement
- Oracle Fusion Apps tables and column names - Inventory_Item_ID field
- In Oracle ERP cloud how to get deeper details of Roles which includes Function Security Policies,DataSecurityPolicies,RoleHierarchy of particular Role
- Error opening Oracle*Terminal file fmrweb.res in Oracle Forms
- Employee Supplier Name Mass update- fusion Procurement Cloud
- Insert Excel rows for each x in adjacent country columns to prepare Oracle Calendar Event Coverage uploadsheet
- BI Report query to get shipping method and carrier name for sales order lines in oracle fusion
- Pulling the latest record when there are multiple records with different dates in Oracle HCM
- Getting Oracle Error While trying to convert varchar2 column and retrieve data using BIP report
- Pass NULL value from OIC mapper to ERP Rest Adapter
- How to pass byte data in the xml payload
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?