DBA Data[Home] [Help]

PACKAGE: APPS.PAY_GB_DEO

Source


1 PACKAGE PAY_GB_DEO AUTHID CURRENT_USER as
2 /* $Header: pygbdeo.pkh 120.1.12020000.1 2013/02/11 10:58:10 sampmand noship $ */
3 /*===========================================================================+
4 |               Copyright (c) 1993 Oracle Corporation                       |
5 |                  Redwood Shores, California, USA                          |
6 |                       All rights reserved.                                |
7 +============================================================================
8  Name:
9     PAY_GB_DEO
10   Purpose:
11     It fetches the live data and archives it for generating DEO payment reports.
12     This is a UK Specific payroll package.
13 
14   History:
15   23-Jan-2013  sampmand     115.0     Created for DEO payment report generation.
16   24-Jan-2013  sampmand     115.1     Fixed GSCC errors.
17 =============================================================================*/
18 --
19 --
20 PROCEDURE range_cursor (pactid IN NUMBER,
21                         sqlstr OUT NOCOPY VARCHAR2);
22 
23 PROCEDURE action_creation (pactid    in number,
24                                      stperson  in number,
25                                      endperson in number,
26                                      chunk     in number);
27 
28 
29 PROCEDURE archinit ( p_payroll_action_id IN NUMBER);
30 
31 PROCEDURE archive_code (p_assactid         IN   NUMBER,
32                         p_effective_date   IN   DATE);
33 
34 PROCEDURE deinitialization_code(pactid IN NUMBER);
35 
36 END  PAY_GB_DEO;