DBA Data[Home] [Help]

PACKAGE: APPS.BEN_CWB_DYN_CALC_PKG

Source


1 PACKAGE BEN_CWB_DYN_CALC_PKG AUTHID CURRENT_USER as
2 /* $Header: bencwbdc.pkh 120.1.12010000.1 2008/07/29 12:06:37 appldev ship $ */
3 -- --------------------------------------------------------------------------
4 -- |--------------------< run_dynamic_calculations >------------------------|
5 -- --------------------------------------------------------------------------
6 procedure run_dynamic_calculations(p_group_per_in_ler_id in number
7                                   ,p_group_pl_id in number
8                                   ,p_lf_evt_ocrd_dt in date
9                                   ,p_raise_error in boolean default false);
10 
11 end BEN_CWB_DYN_CALC_PKG ;
12