This document discusses how to create custom concurrent requests that are integrated into Oracle Applications Release 11. It describes three main types of concurrent requests - SQL*PLUS, PL/SQL, and host programs - and the steps to register each type. These steps include defining an executable, defining the concurrent program, assigning parameters, and assigning the program to a request group. It provides examples of SQL*PLUS and PL/SQL code for concurrent requests and discusses considerations for implementing each type.