Creating a subprocess

We will now create a subprocess in the workflow. This will validate the attributes that have been passed in to the workflow. The subprocess will perform the following validation checks:

  • That the employee exists in Oracle and is not null
  • That the absence type exists in Oracle and is not null
  • That the absence start date is not null
  • If the absence end date is not null then it is before the absence start date

To create the subprocess we need to perform the following tasks:

  • Creating a subprocess
  • Adding a validate employee function
  • Adding a validate absence type function
  • Creating end functions
  • Joining the functions
  • Adding a subprocess to a parent process
  • Testing the workflow

Creating a subprocess

To create a subprocess we need to navigate to ...

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.