Oracle APEX Cloud Developer Professional Questions and Answers
Question 41
Which statement is true about Theme Styles in Oracle APEX?
Options:
A.
Theme Styles in Oracle APEX determine the layout and structure of a webpage.
B.
When the Is Public attribute is enabled, end users can choose the Theme Style from the runtime environment.
C.
You can only enable the Is Current attribute when the Theme Style has the Read Only attribute disabled.
Answer:
B
Explanation:
Explanation:
Theme Styles in Oracle APEX are CSS style sheets that are added to the base CSS of a theme to alter the look and feel of an application. A theme can have multiple theme styles with one style set as current. When the Is Public attribute is enabled for a theme style, end users can choose the theme style from the runtime environment by using the Theme Style Switcher component. This allows end users to customize the appearance of the application according to their preferences. Verified References: Using Themes and Theme Styles - Oracle Help Center, Theme Styles - Oracle APEX
Question 42
What three are the building blocks of Approvals Component?
Options:
A.
Task Details Page
B.
Automations
C.
Task Definition
D.
Unified Task List
Answer:
A, C, D
Explanation:
Explanation:
The Approvals Component is Oracle APEX’s new offering as part of the 22.1 Release. It allows seamless management of approvals across APEX Applications. Approvals are commonly used in business situations involving Expense Reimbursements, Leave Requests, Purchase Requisitions, On-boarding of Employees to name a few. The Approvals Component provides the following building blocks for the approvals functionality:
Task Definition: A shared component for configuring task parameters, participants, and actions. A task definition defines the template for creating tasks based on a specific type of approval request, such as Leave Approval or Purchase Requisition. A task definition specifies the data source, display attributes, potential owners, business administrators, and available actions for the tasks.
Task Details Page: A page that shows task details, which can include metadata, history, comments, and actions. A task details page allows users to view and take action on a specific task, such as approve, reject, reassign, or escalate. A task details page can be created using the Create Page Wizard or the Quick SQL tool in APEX.
Unified Task List: A page type in the Create Page Wizard, used to create a summary of a user’s tasks that functions like an inbox. A unified task list allows users to see and manage all their tasks in one place. Users can filter, sort, search, claim, release, or open tasks from the unified task list.