Table of Contents

Part 1. About PeopleSoft

Chapter 1.1 Software Development: A Paradigm Shift

Chapter 1.2 PeopleSoft Architecture

Chapter 1.3 An Introduction to PeopleSoft

Part 2. Tools of the Trade

Chapter 2.1 Development Tools

Chapter 2.2 Administration Tools

Chapter 2.3 Overview of PeopleCode

Part 3. Application Development

Chapter 3.1 Building your First Application

Chapter 3.2 Enhancing Your Application

Chapter 3.3 Using Advanced Features

Part 4. PeopleCode. An in-depth look

Chapter 4.1 PeopleCode Language Elements

Chapter 4.2 The Application Processor

Chapter 4.3 Working with Scrolls

Chapter 4.4 Function Libraries

Chapter 4.5 Messages and Error Handling

Chapter 4.6 Embedded SQL

Chapter 4.7 Debugging Your Peoplecode

Chapter 4.8 Special Topics

Part 5. Customizing PeopleSoft Delivered Applications

Chapter 5.1 "Vanilla" vs. Customized

Chapter 5.2 Putting Your Customizations to Work

Chapter 5.3 Upgrade Considerations

Part 6. Using Structured Query Report Writer (SQR) in PeopleSoft Applications

Chapter 6.1 What is SQR

Chapter 6.2 Running SQR in PeopleSoft Applications

Chapter 6.3 Attaching an SQR Program to PeopleSoft Process Scheduler

Chapter 6.4 Making your SQR Program API Aware

Chapter 6.5 Passing Input Parameters from PeopleSoft Online Panels

Chapter 6.6 Working with Historical data in PeopleSoft Applications

Chapter 6.7 Creating Interfaces between PeopleSoft and Other Systems

Chapter 6.8 Implementing Security in SQR

Part 7. Globalizing PeopleSoft Applications

Chapter 7.1 How to Globalize PeopleSoft applications?

Part 8. Using Application Engine

Introduction

Chapter 8.1 What is Application Engine

Chapter 8.2 Application Engine Basics

Chapter 8.3 Before We Begin

Chapter 8.4 Building Your First Application

Chapter 8.5 Using Cache Fields

Chapter 8.6 Dynamic SQL Statements

Chapter 8.7 Processing Multiple Rows

Chapter 8.8 Incorporating Decision Logic

Chapter 8.9 - Dynamic Sections

Chapter 8.10 Application Engine Functions

Chapter 8.11 Additional Topics

Part 9. PeopleSoft COBOL

Introduction

Chapter 9.1 COBOL vs.PeopleSoft COBOL

Chapter 9.2 The PTPSQLRT Module

Chapter 9.3 Modifying PeopleSoft COBOL Programs

Chapter 9.4 Additional Topics