DBA Data[Home] [Help]

APPS.BEN_LCT_BUS dependencies on BENUTILS

Line 202: if not benutils.formula_exists

198: and p_enrt_rl is not null then
199: --
200: -- check if value of formula rule is valid.
201: --
202: if not benutils.formula_exists
203: (p_formula_id => p_enrt_rl,
204: p_formula_type_id => -393,
205: p_business_group_id => p_business_group_id,
206: p_effective_date => p_effective_date) then

Line 417: if not benutils.formula_exists

413: and p_dflt_enrt_rl is not null then
414: --
415: -- check if value of formula rule is valid.
416: --
417: if not benutils.formula_exists
418: (p_formula_id => p_dflt_enrt_rl,
419: p_formula_type_id => -32,
420: p_business_group_id => p_business_group_id,
421: p_effective_date => p_effective_date) then