Oracle Applications

Wednesday, 19 August 2020

SQL Query to get the Supplier Address Details - Oracle Fusion.

›
Here is the generic Suppliers Address Details as per the FBDI Template. SELECT     hp.party_name           ,psa.pa...

SQL Query to get the Supplier Site Details - Oracle Fusion.

›
Here is the generic Supplier Site Details as per the FBDI template in the Oracle fusion.  select psv.vendor_name  ,pssam.ven...

SQL Query to get the Suppliers Details - Oracle fusion.

›
Here is the generic SQL Query to fetch the basic Suppliers Details as per the Oracle FBDI template.   SELECT pos.vendor_n...
Saturday, 7 March 2020

SQL Query to get the Supplier Basic info in Oracle fusion.

›
Here is the SQL Query to get the Supplier Basic information such as Supplier Name, Supplier Site, Vendor Site ID. Use this query, modi...

SQL Query to get the Purchase Order(PO) FBDI Import Error details.

›
Here is the quick SQL Query to get the Purchase Order(PO) FBDI Import Error details for all the PO's which are errored out....

SQL Query to get the Legal entity in Oracle fusion.

›
Here is the SQL Query to get the Legal entity in Oracle fusion. SQL Query SELECT * FROM XLE_ENTITY_PROFILES where TRUNC (...

Import Program to import Purchase Orders in Oracle fusion.

›
Here is the quick post to import the Purchase orders using the FBDI process. 1.  Log in to the application and click on navigator i...
Wednesday, 27 November 2019

Rest API to delete the UnProcessed Projects Costs.

›
Here is the Rest API for the Oracle fusion to delete the UnProcessed Projects Costs. The input for this Rest API is the Transactio...

TaxPayer ID - Supplier Profile database table to find the Tax Payer ID - Oracle fusion.

›
Here is the table name in the Oracle fusion cloud application, where the TaxPayer ID gets stored.                              POZ_...

VAT Code and Tax Registration Number at the Supplier Site - Oracle Fusion FBDI

›
VAT Code and Tax Registration Number at the Supplier Site FBDI upload. These two columns are dummy columns and are not uploaded th...
Thursday, 3 October 2019

Query to find the Supplier Site Tolerances configuration setups in Oracle fusion

›
Here is the query to find the Supplier Site Service Tolerance and Quantity Tolerances configuration setups in Oracle fusio...

Import program to Purge the PO Receipts interface table in Oracle fusion.

›
Here is the import program to purge the PO receipts interface table : " Purge Receiving Interface" Th...
Monday, 30 September 2019

Where exclusive_payment_flag of Supplier Site is stored

›
Here is the table name where the exclusive_payment_flag of the supplier site is stored : iby_external_payees_all
Saturday, 27 April 2019

SQL Query to fetch the Project Contracts Billing Cycle setup details in Oracle cloud.

›
Here is the SQL Query to fetch the Project Contracts Billing Cycle setup details in Oracle cloud. SELECT 'Billing Cycle' ...

SQL Query to fetch the Project Billing Currency Type code in Oracle cloud fusion.

›
Here is the SQL Query to fetch the Project Billing Currency Type codes in Oracle cloud fusion. SELECT 'Billing Currency Type...

SQL Query to fetch the payment terms setups in Oracle cloud fusion

›
Here is the SQL Query to fetch the payment terms setups in Oracle cloud. SELECT 'PAYMENT TERM' "SETUP_NAME",  ...

SQL Query to get the Contract Party Role setup details in Oracle cloud fusion Contracts

›
Here is the SQL Query to get the Contract Party Role Setup details in Oracle cloud fusion. SELECT  'Party Role Code' ...

SQL Query to get the Organization ID details in Oracle cloud fusion.

›
Here is the SQL Query to get the Organization ID in Oracle cloud fusion. This query can be tweaked accordingly for the further req...

How to create a folder in Oracle BI EE 11.

›
Here is the post on creating a folder in Oracle BI EE 11. I know this is very simple task, but sometimes if you are a new to this of...
Friday, 19 April 2019

Oracle Cloud - Manage File Import Activities

›
Here are the navigation steps to access the "Manage File Import activities" in Oracle cloud applications. 1. Login to Oracle...
Thursday, 21 March 2019

STATS Collection Oracle SQL Query

›
Here is the Sample Oracle SQL Query for the STATS collection. select t.last_analyzed, nvl(num_rows,0) num_rows, t.* from all_tables...
Monday, 11 March 2019

SQL Query to find the time taken in hours, minutes and seconds.

›
Here is the oracle sql query that can be used to find out the time taken in hours, minutes and second. This sql query converts the dat...

SQL Query to validate Start_Date and End_Date for each consecutive records

›
Assume you have requirement to validate the start date and end date for each record provided and your validation or check should be that ev...

How to refresh Materialized view

›
Here is the sample script to refresh the materialized view. DECLARE BEGIN   DBMS_MVIEW.refresh('EMP_MV');    --'EMP_MV ...
Thursday, 7 February 2019

UiPath RPA Developer Foundation Training Certification answers - 5

›
Here is the continuation part of the sample question and answers for the developer foundation training. Note : These are the sampl...
‹
›
Home
View web version
Powered by Blogger.