DBA Data[Home] [Help]

PACKAGE: APPS.PAY_AU_DLEC

Source


1 PACKAGE pay_au_dlec AS
2 /* $Header: pyaudlec.pkh 120.0 2005/05/29 03:04 appldev noship $ */
3 
4   ----------------------------------------------------------------------------
5   --                                                                        --
6   -- Name           : DISPLAY_LE_CHANGE                                     --
7   -- Type           : PROCEDURE                                             --
8   -- Access         : Private                                               --
9   -- Description    : Procedure to display the employees who have had a     --
10   --                : change in legal employer in a specified financial     --
11   --                  year for AU.                                          --
12   --                                                                        --
13   -- Parameters     :                                                       --
14   --             IN : p_business_group_id    NUMBER                         --
15   --                  p_financial_year_end   VARCHAR2                       --
16   --            OUT :                                                       --
17 PROCEDURE display_le_change (  errbuf      OUT NOCOPY VARCHAR2
18                               ,retcode     OUT NOCOPY NUMBER
19                               ,p_business_group_id    IN NUMBER
20                               ,p_financial_year_end   IN NUMBER
21                             );
22 
23 END pay_au_dlec;