Pages

Tuesday, April 19, 2005

Debug PYUGEN

Bebugging of PYUGEN process, such as Payroll run, Quick Pay, Leave Liability Report for AU and NZ.

1) To turn Logging on:


In SQL*Plus:
SQL> insert into PAY_ACTION_PARAMETERS
values ('LOGGING', 'GMF');
commit;

The following is a list of the parameter letters and their definition:
G - General logging information *
M - Entry or exit routing information *
P - Performance Information
E - Element entry Information *
L - Balance fetching information
B - Balance maintenance information
I - Balance output information
R - Run results information *
F - Formula information *
V - Vertex tax calculation information *

2) Run the quickpay, payroll (using an assignment set), or process.

3) See the log file from the cuncurrent request

4) To turn payroll debug off delete the row from pay_action_parameters

No comments: