Import Process Flow
This diagram illustrates the Import process flow:
This diagram illustrates the Import process flow.

Import processing occurs in the following way:
-
To start the Import process, enter a pay run ID, run number, and other parameters using the Import/Export Payroll Data component, Import/Export Payroll Data run control page.
-
PI_INRUN reads the run control record and calls PI_EXTFL.
-
PI_EXTFL loads the import file into table PI_EXTIO and returns control to PI_INRUN.
-
PI_INRUN calls PIPINRUN.
-
PIPINRUN calls PIPMPORT (which in turn calls other subroutines).
-
PIPMPORT reads the PI_EXTIO table and loads the data into seven import tables.
-
PIPINRUN returns control to PI_INRUN.
-
PI_INRUN deletes the PI_EXTIO table and the run control.