DBA Data[Home] [Help]

APPS.BEN_LGE_BUS dependencies on BENUTILS

Line 131: if not benutils.formula_exists

127: and p_dflt_enrt_rl is not null then
128: --
129: -- check if value of formula rule is valid.
130: --
131: if not benutils.formula_exists
132: (p_formula_id => p_dflt_enrt_rl,
133: p_formula_type_id => -32,
134: p_business_group_id => p_business_group_id,
135: p_effective_date => p_effective_date) then

Line 346: if not benutils.formula_exists

342: and p_auto_enrt_mthd_rl is not null then
343: --
344: -- check if value of formula rule is valid.
345: --
346: if not benutils.formula_exists
347: (p_formula_id => p_auto_enrt_mthd_rl,
348: p_formula_type_id => -146,
349: p_business_group_id => p_business_group_id,
350: p_effective_date => p_effective_date) then

Line 632: if not benutils.formula_exists

628: and p_enrt_rl is not null then
629: --
630: -- check if value of formula rule is valid.
631: --
632: if not benutils.formula_exists
633: (p_formula_id => p_enrt_rl,
634: p_formula_type_id => -393,
635: p_business_group_id => p_business_group_id,
636: p_effective_date => p_effective_date) then