Skip to main content
Filter by
Sorted by
Tagged with
Best practices
0 votes
0 replies
37 views

May Someone help me with Pros and Cons for each approach given below. I am trying to bring Oracle Fusion SCM and HCM data to Azure using Databricks. I am unaware which option is cost effective, need ...
Binod Kumar's user avatar
0 votes
0 answers
81 views

I am writing a BI report and need the proper query links from POR_REQUISITION_LINES_ALL to XLA_AE_LINES. I've tried linking from POR_REQ_DISTRIBUTIONS_ALL, INV_TRANSFER_ORDER_HEADERS, RCV_SHIPMENTS ...
Maynard Rivera's user avatar
1 vote
0 answers
69 views

We have a requirement from Oracle fusion process requisition screen, when user selects the multiple rows from search results of table in process requisition screen. we need requisition number values ...
Mohamed Jeelan . A's user avatar
0 votes
1 answer
48 views

In Oracle EBS, there is a table called 'ap_invoice_payments_v'. What is this table called in Oracle Fusion? I need to find one that has the following invoice_id, check_number, accounting_date
GettingStarted's user avatar
0 votes
1 answer
902 views

I am unable to locate the accounting date for Receipts on Oracle tables for Receivables. I have examined the following tables: ar_cash_receipts_all, ar_cash_receipt_history_all, ...
Hammam Muhareb's user avatar
1 vote
5 answers
314 views

I cannot use Distinct or Unique clause due to Organisation restrictions. Is there a way to modify the code so that no duplicate values are shown? My code is listed below: `SELECT PER_PERSON_NAMES_F....
Seeker's user avatar
  • 11
0 votes
0 answers
118 views

I have this query made in EBS which has this table ce_cashflows, now the query has to be migrated to oracle fusion cloud but it seems this table has become obsolete. It has significant role in the ...
hira.hassan's user avatar
0 votes
1 answer
335 views

I have to build a following child json payload to supplment the main payload. My question is how can I put these arrays into a clob to pass through as a PSLQL parameter. Code: Declare l_children ...
virtual transfer's user avatar
0 votes
1 answer
766 views

I'm trying to add upon a already working query. Currently, we have only years in the column which are stored as numbers, which is determined like this: WHEN petf.base_element_name LIKE 'XXXXX%' THEN ...
MaartenB's user avatar
0 votes
1 answer
64 views

Adding in a field Assignment_type, found in table PER_ALL_ASSIGNMENTS_F. Current state sql is using (+) outter joins in the where section. When adding in ansl left loin I am getting error 'ORA-25156: ...
joelouis's user avatar
0 votes
1 answer
171 views

I am trying to pass a xml payload as an input to a function and in the payload objectZippedData field doesn't take string as an input, instead it needs the input to be in byte format. def ...
vow7779's user avatar
0 votes
0 answers
2k views

I have no enough background in SQL and I need to pull the following data into one report: a. Supplier Name b. PO number c. Business Unit d. Invoice Number e. Invoice Date f. Item number g. Line ...
pastichesmalibu's user avatar
0 votes
1 answer
538 views

We have some Groovy-scripts triggered on various objects (ServerScripts). These triggers produce unexpected results at times so we're wondering if we can log this to file, or specifically the print ...
Mya Hayah's user avatar
0 votes
1 answer
207 views

We have column (field) attribute14 in the oracle table which is of data type VARCHAR2 and is storing date in format '20-MAY-22' (DD-MON-YY). We have a requirement to develop a BIP report in oracle ...
NerdFredrick's user avatar
0 votes
0 answers
4k views

I'm trying to create a BI Report which queries sales order lines details, including shipping method and carrier name. But I'm unable to find the correct joins for this. Till now I have an alternative ...
Nirbhay's user avatar
  • 69
0 votes
1 answer
640 views

I am developing a report in BI report using xsl template. I have a doubt regarding adding two fields. In rtf template we use <?xdofx: field1 + field2?>. But if I do the same in xls template, it ...
Swetha Ravikrishnan's user avatar
0 votes
1 answer
1k views

I am new to python. I need to fetch data from Oracle fusion cloud. I want to run a BI publisher report on Oracle fusion cloud instance using SOAP API call and get the data into CSV file. I have tried ...
tapan sharma's user avatar
0 votes
1 answer
1k views

We are doing lot of analysis around this but not getting solution for this requirement Basically we want to fetch deeper details of Roles which includes Function Security Policies, Data Security ...
Suraj Kudale's user avatar
0 votes
1 answer
821 views

How can I find journal approval date in General Ledger Oracle Fusion 20c
virus_dmk's user avatar
0 votes
1 answer
3k views

I have rtf template made for oracle fusion app when I upload it do app, when I upload it there, I get such data: I need to get: Line should not be shown if balance column amount is zero How to do it ...
virus_dmk's user avatar
2 votes
2 answers
296 views

I'm creating a DataModel in Oracle Fusion Financials to match parties together, from supplier use and customer use. These parties have a code which is registered in their name. Searching for the table ...
MaartenB's user avatar
0 votes
0 answers
71 views

Is it possible to upload an external database into oracle fusion and how? For example I have an excel file that contains data then I want it to upload in oracle fusion then I can use it to create an ...
Lawrencxe's user avatar
1 vote
1 answer
1k views

Are there any Logic App connectors for Oracle Fusion ERP? I've checked the Microsoft list and can only find the Oracle Database connector, which seems amazing. Alternatively, has one one created a ...
SteveC's user avatar
  • 17k
0 votes
1 answer
97 views

I programmed (on JDeveloper Studio) a custom page for Oracle Cloud Application R13 and it is working like a charm. I deployed my customization on my Oracle WebLogic Server but I couldn't help to ...
jajdp's user avatar
  • 83
0 votes
1 answer
1k views

A number of the Oracle EBS tables include the columns ENABLED_FLAG, START_DATE_ACTIVE, and END_DATE_ACTIVE which are used to determine whether the row is available in the application or not. For ...
Paul H's user avatar
  • 2,114