DBA Data[Home] [Help]

PACKAGE: APPS.BEN_EXT_PURGE

Source


1 package BEN_EXT_PURGE AUTHID CURRENT_USER as
2 /* $Header: benxpurg.pkh 120.0 2005/05/28 09:46:30 appldev noship $ */
3 --------------------------------------------------------------------------------
4 /*
5 +==============================================================================+
6 |			Copyright (c) 1997 Oracle Corporation                  |
7 |			   Redwood Shores, California, USA                     |
8 |			        All rights reserved.	                         |
9 +==============================================================================+
10 Name:
11     Extract Write Process.
12 Purpose:
13     This process  clean the result and detail table
14 History:
15         Date             Who        Version    What?
16         ----             ---        -------    -----
17         30 Aug 03        tjesumic  115.0      Created.
18         18 sep 98        tjesumic  115.1      log purge added
19 */
20 -----------------------------------------------------------------------------------
21 --
22 Procedure MAIN
23           (errbuf              out nocopy varchar2,   --needed by concurrent manager.
24            retcode             out nocopy number,     --needed by concurrent manager.
25            p_validate          in varchar2 ,
26            p_ext_dfn_id        in number  default null ,
27            p_ext_rslt_date     in  varchar2,
28            p_business_group_id in number  ,
29            p_benefit_action_id in number default null,
30            p_ext_rslt_id       in number default null );
31 
32 
33 
34 Procedure chg_log_purge
35           (errbuf              out nocopy varchar2,   --needed by concurrent manager.
36            retcode             out nocopy number,     --needed by concurrent manager.
37            p_validate          in varchar2 ,
38            p_person_id        in number     default null,
39            p_effective_date   in  varchar2  default null,
40            p_actual_date      in  varchar2  default null,
41            p_business_group_id in number  ,
42            p_benefit_action_id in number default null
43            );
44 
45 --
46 
47 
48 END; -- Package spec