DBA Data[Home] [Help]

PACKAGE: APPS.BEN_PEP_CACHE2

Source


1 package ben_pep_cache2 AUTHID CURRENT_USER as
2 /* $Header: benpepc2.pkh 120.0 2005/06/03 08:20:32 appldev noship $*/
3 --
4 /*
5 +==============================================================================+
6 |			 Copyright (c) 1997 Oracle Corporation		       |
7 |			    Redwood Shores, California, USA		       |
8 |				All rights reserved.			       |
9 +==============================================================================+
10 --
11 History
12   Version    Date	Who	   What?
13   ---------  ---------	---------- --------------------------------------------
14   115.0      30-May-05	mhoyes     Created.
15   -----------------------------------------------------------------------------
16 */
17 --
18 procedure write_pilpep_cache
19   (p_person_id         in     number
20   ,p_business_group_id in     number
21   ,p_effective_date    in     date
22   );
23 --
24 procedure write_pilepo_cache
25   (p_person_id         in     number
26   ,p_business_group_id in     number
27   ,p_effective_date    in     date
28   );
29 --
30 END ben_pep_cache2;