DBA Data[Home] [Help]

PACKAGE: APPS.BEN_SS_DTCT_PTNL_LER

Source


1 Package ben_ss_dtct_ptnl_ler AUTHID CURRENT_USER as
2 /* $Header: beptnldt.pkh 115.2 2003/02/12 10:30:55 rpgupta noship $ */
3 --
4 -- ----------------------------------------------------------------------------
5 
6 --
7 -- ----------------------------------------------------------------------------
8 -- |------------------------< dtct_ptnl_ler >------------------------|
9 -- ----------------------------------------------------------------------------
10 -- {Start Of Comments}
11 --
12 -- Description:
13 --- This is a process which can be used by selfservice web pages( By OAB, HR and
14 -- Others) for finding out  about the newly created life events. This procedure will return
15 -- the appropriate message based on the Potential Life event status Code. This does not
16 -- necessary means that this potential life event will definitely affect their benefits
17 -- beacause we don't know unless we run benmngle. The purpose of this procedure is to simply
18 -- warn
19 --
20 --
21 
22 -- Prerequisites:
23 --
24 --
25 -- Post Success: This procedure will return messages which are based on the Potential life event
26 -- status code.
27 -- This procedure will return null if there is no message approprita for the situation.
28 --
29 -- Post Failure:
30 --
31 -- Access Status:
32 --   Public.
33 --
34 -- {End Of Comments}
35 --
36 
37 procedure dtct_ptnl_ler
38 (p_person_id              in number ,
39 p_business_group_id       in number,
40 p_effective_date          in date default trunc(sysdate),
41 p_message                 out nocopy varchar2 );
42 
43 
44 --
45 end  ben_ss_dtct_ptnl_ler;