Loading Batch Positive Input
You can use batch positive input to reduce time-consuming data entry in Global Payroll for Brazil. For example, you could enter and trigger bonuses for all of your employees using batch positive input, or you could trigger mass deductions. For example, suppose that an employer has an agreement with a cell phone company to provide half the employee population with a 50 percent discount rate on calls. Instead of entering each of the monthly cell phone invoices (deductions) for each employee, the cell phone company could generate a flat file with a layout that loads this invoice information using a batch process.
This topic describes how to load the batch positive input.
Page Name |
Definition Name |
Usage |
---|---|---|
Manage Pos Input via Batch BRA Page (manage positive input via batch BRA page) |
GPBR_PI_BATCH |
Create batch positive input. |
Use the Manage Pos Input via Batch BRA (manage positive input via batch BRA) page (GPBR_PI_BATCH) to create batch positive input.
Navigation
Image: Manage Pos Input via Batch BRA page
This example illustrates the fields and controls on the Manage Pos Input via Batch BRA page.

Field or Control |
Definition |
---|---|
Clear Data |
If you clear this check box, previously loaded data is deleted. If you select this check box, the batch process loads new data into the Positive Input tables for payroll purposes. |
Pay Group |
Enter the pay group for which you want to load batch positive input. |
Calendar ID |
Select the calendar ID for the pay group that you identified in the Pay Group field. |
Action Type |
Select the action to be performed. Choose from the following: Add Do Not Prc (do not process) Override Zero |
Batch Code |
Enter the batch code ID that identifies all of the transactions contained in the flat file. This field enables you to delete information loaded by mistake, because it serves as the identifier of that information. |
Input Directory |
Specify the location of the flat file containing the batch positive input (flat file directory). |
Output Directory |
If the batch process finds errors, it generates a log file containing the errors. Use this field to specify where the system should place the error log (error log directory). |
Flat File Layout for Batch Positive Input
When you create flat files for the batch positive input process, reproduce the following file definition:
Field |
Initial Position |
Length |
---|---|---|
EMPID |
1 |
11 |
EMPL_RCD |
12 |
3 |
PIN_NM |
15 |
18 |
GP_UNIT |
33 |
20 |
GP_AMT |
53 |
20 |
GP_RATE |
73 |
20 |
GP_PCT |
93 |
11 |
PC_BASE |
104 |
20 |
DEPTID |
124 |
10 |
JOBCODE |
134 |
6 |
Here is an example:
Field |
Example |
---|---|
EMPID |
GR0045 |
EMPL_RCD |
0 |
PIN_NM |
COMISIONES |
GP_UNIT |
12.58 |
GP_AMT |
11.36 |
GP_RATE |
10 |
GP_PCT |
1.3 |
PC_BASE |
25.36 |
DEPTID |
KR000 |
JOBCODE |
KR001 |
Note: This flat file definition applies to both earnings and deductions that you load using batch positive input.