DBA Data[Home] [Help]

PACKAGE: APPS.BEN_CWB_BDGT_CHNG_POP

Source


1 Package ben_cwb_bdgt_chng_pop as
2 /* $Header: bencwbchngpop.pkh 120.0 2005/05/28 13:34 appldev noship $ */
3 --
4 -- ----------------------------------------------------------------------------
5 -- |----------------------------< CLEAR_BDGT_VALS >---------------------------|
6 -- ----------------------------------------------------------------------------
7 -- {Start Of Comments}
8 --
9 -- Description:
10 --
11 -- This procedure is used to clear all the bdgt values for the Current
12 -- Population when population got changed.
13 -- (clears either distribution budget or worksheet budget depending on the
14 -- manager type LLM or HLM)
15 --
16 procedure clear_bdgt_vals
17   (p_validate                      in     boolean  default false
18   ,p_grp_per_in_ler_id             in     number
19   ,p_grp_pl_id                     in     number
20   ,p_current_bdgt_pop              in     varchar2
21   ,p_lf_evt_ocrd_dt                in     date
22   ,p_effective_date                in     date	   default sysdate
23   ,p_logon_person_id               in     number
24   );
25 --
26 end ben_cwb_bdgt_chng_pop;