Conventions

In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.

Code words in text are shown as follows: "The message will get sent to the e-mail address of the employee linked to a role in the WF_ROLES table."

A block of code is set as follows:

IF :per_societies.subs_hold = ‘Y' THEN
FND_MESSAGE.SET_NAME(‘XXHR', ‘XXHR_ON_HOLD_WARNING');
FND_MESSAGE.SET_TOKEN(‘NAME', :PER_SOCIETIES.NAME);
FND_MESSAGE.SHOW;
END IF;

Any command-line input or output is written as follows:

WFLOAD apps/<password> 0 Y FORCE $XXHR_TOP/install/ch5/XXHRIABS.wft

New terms and important words are shown in bold. Words that you see on the screen, ...

Get Oracle E-Business Suite R12 Core Development and Extension Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.