Entries by Oracle ERP Apps Guide

,

SELECT Statement in SQL

The SELECT statement is used to query the database and retrieve selected data that match the criteria that you specify.The SELECT statement has five main clauses to choose from, although, FROM is the only required clause. Each of the clauses have a vast selection of options, parameters, etc. The clauses will be listed below, but […]

, ,

Specifying Alert Details in R12

Once you define an event or periodic alert in the Alerts window, you need to display to the Alert Details window to complete the alert definition. The Alert Details window includes information such as which Application installations you want the alert to run against, what default values you want your inputs variables to use, and […]

, ,

Creating an Event Alert in R12

To create an event alert, you perform the following tasks in the order listed: Define the database events that will trigger your alert Specify the details for your alert. Define actions for your alert. Create action sets containing the actions you want your alert to perform. This section focuses on the first task of defining […]

, , ,

Oracle Forms Builder

A typical database schema contains dozens of tables, each with several columns of various data types. We develop applications (forms, reports, menus, etc.) to make the job of manipulating data in those tables easier for users. In Oracle Forms, a form (or data entry form) acts like a window into the database schema. An individual […]