DBA Data[Home] [Help]

PACKAGE: APPS.BEN_MNG_PRMRY_CARE_PRVDR

Source


1 Package ben_mng_prmry_care_prvdr as
2 /* $Header: benmnppr.pkh 120.0.12000000.1 2007/01/19 18:34:47 appldev noship $ */
3 --
4 -- ----------------------------------------------------------------------------
5 -- |------------------------< recycle_ppr >------------------------|
6 -- ----------------------------------------------------------------------------
7 -- {Start Of Comments}
8 --
9 -- Description:
10 --   This procedure inherits primary care providers for the enrollment result
11 --   from the set of primary care providers previously selected for this plan
12 --   (in another result id) according to the set of rules.
13 --
14 -- Prerequisites:
15 --
16 -- Post Success:
17 --
18 --
19 -- Post Failure:
20 --
21 -- Access Status:
22 --   Public.
23 --
24 -- {End Of Comments}
25 --
26 Procedure recycle_ppr(p_validate                       in boolean default false,
27                            p_new_prtt_enrt_rslt_id          in number,
28                            p_old_prtt_enrt_rslt_id          in number,
29                            p_business_group_id              in number,
30                            p_effective_date                 in date,
31                            p_datetrack_mode                 in varchar2
32                            );
33 
34 end ben_mng_prmry_care_prvdr;