SQL Query to find all active errors reported on Orders in Oracle SCM Cloud
SQL Query to find all active errors reported on Orders. This is the query to see errors reported for Orders entered from UI – And this is for Errors reported for imported orders:
Organization SQL Query in Oracle Cloud ERP
The main table for inventory organizations and parameters is called INV_ORG_PARAMETERS. The MASTER_ORGANIZATION_ID relates back to the same table listing the parent of the organization. Other organization information is stored in Human Resource (HR) tables like HR_ORGANIZATION_UNITS_F_TL. Note that the _TL table is stripped by language so the example query just looks at the US […]
Step by step to run a SQL query in Oracle Fusion Cloud
Here is How to run a SQL Query in Oracle SAAS (Fusion) cloud environment. As you probably know by now, there are multiple ways to extract desired data out of Oracle Cloud SAAS applications including HCM/ERP/SCM cloud. These steps are a quick and easy way to extract data by running a SQL query in Oracle […]