DBA Data[Home] [Help]

APPS.BEN_CUSTOM_FORMULA dependencies on BEN_CUSTOM_FORMULA

Line 1: package body ben_custom_formula as

1: package body ben_custom_formula as
2: /* $Header: bencustf.pkb 120.0 2005/05/28 03:55:51 appldev noship $ */
3: --
4: /*
5: This package is to be used to deliver custom formula examples.

Line 18: g_package varchar2(30) := 'ben_custom_formula.';

14: 25 years old. If so if she causes a boundary event
15: then create a temporal event.
16: */
17: --
18: g_package varchar2(30) := 'ben_custom_formula.';
19: --
20: function get_age_change_life_event
21: (p_business_group_id in number,
22: p_effective_date in date) return number is

Line 239: end ben_custom_formula;

235: return 'Y';
236: --
237: end contact_valid;
238: --
239: end ben_custom_formula;