Oracle Applications

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...

UiPath RPA Developer Foundation Training Certification answers - 4

›
UiPath RPA Developer Foundation Training Certification answers - 4 Here is the continuation part of the sample question and answ...

UiPath RPA Developer Foundation Training Certification answers - 3

›
UiPath RPA Developer Foundation Training Certification answers - 3 Here is the continuation part of the sample question and answers...
Monday, 4 February 2019

UiPath RPA Developer Foundation Training Certification Questions and answers- 2

›
UiPath RPA Developer Foundation Training Certification answers - 2 Note : These are the sample question and answers for the RPA Devel...
Tuesday, 29 January 2019

UiPath RPA Developer Foundation Training Certification Final Assessment - 1

›
This post part1 covers the UiPath RPA Developer Foundation Training certification final assessment, sample question and answers. ...
Monday, 17 December 2018

UiPath Certification - Sample Questions and Answers - Lesson 10 PDF Automation

›
Here is the sample question and answers from the Lesson 10 from the UI Path 1)Will the Read PDF with OCR activity open the PDF docum...

UiPath Certification - Sample Questions and Answers - Lesson 9 Excel and Database Tables

›
Here is the sample question and answers from the Lesson 9 from the UI Path 1)What happens if you use the Write Range activity with t...

UiPath Certification - Sample Questions and Answers - Lesson 8 Advanced Citrix Automation

›
Here is the sample question and answers from the Lesson 8 from the UI Path 1) Can a Pick Branch activity be used alone?     No, it ...

UiPath Certification - Sample Questions and Answers - Lesson 7 Image and Text Automation

›
Here is the sample question and answers from the Lesson 7 from the UI Path 1) Click Image and Click Text are not 100% reliable in Ci...

UiPath Certification - Sample Questions and Answers - Lesson 6 SELECTORS

›
Here is the sample question and answers from the Lesson 6 from the UI Path 1) Can you store a Selector in a variable?    Yes, of ty...

UiPath Certification - Sample Questions and Answers - Lesson 5 ADVANCED UI INTERACTION

›
Here is the sample question and answers from the Lesson 5 from the UI Path 1) Which of the text extraction methods can return the h...

UiPath Certification - Sample Questions and Answers - Lesson 4 Recording

›
Here is the sample question and answers from the Lesson 4 from the UI Path 1. When is it recommended to use Desktop recording?    ...

UiPath Certification - Sample Questions and Answers - Lesson 3 DATA MANIPULATION

›
Here is the sample question and answers from the Lesson 3 from the UI Path 1. Which of the following data types are included in the...

UiPath Certification - Sample Questions and Answers - Lesson 2 Variables and Data Types

›
Here is the sample question and answers from the Lesson 2 from the UI Path 1.What happens if you rename a variable from the Varia...
‹
›
Home
View web version
Powered by Blogger.